[-] [email protected] 1 points 1 hour ago

you can upscale images after generation, there are many AI plugins like that on the web. For example, https://www.aiease.ai/app/enhance-photo

[-] [email protected] 1 points 11 hours ago

flux.1-schnel

[-] [email protected] 1 points 1 day ago

I'm open to any ideas, of course.

[-] [email protected] 2 points 1 day ago

That's my generator I was asking help for :)

[-] [email protected] 1 points 1 day ago

Awesome! Thanks a lot!

2
submitted 1 day ago by [email protected] to c/[email protected]

https://perchance.org/tz4t341n8c#edit In this test generator, in the center, I have a select form which is just a pose list put into options. I have a lot of them in my main generator, and I want to make them a little be more user friendly and interactive, also bypassing language barrier, so I want to add pictures into the options instead( or in addition to words). That's what I did in the poseRadio list. I substituted radio label's background with pictures using CSS styles. I'm planning to have a second list of picture urls for each list, or I could create an array of URLs in the html part. Ideally, it should look like a dropdown with a picture and then the list item name next to it. And when selected, only the item name is stored in the variable without the picture. I'm not sure how to do that yet. Need your help combining select and input radio in some way, thanks!

[-] [email protected] 2 points 2 days ago

That's what CEO's of major AI companies like OpenAI say on youtube and x. All but one of them are optimistic about continuous learning AI's by mid 26, and the other guy says "within 5 years".

[-] [email protected] 2 points 3 days ago

The model is trained by the devs. Continuous learning from user experience is a thing of 2026 I think, maybe 2027.

[-] [email protected] 2 points 3 days ago

this is a basic working version of what you were trying to make, I think: https://perchance.org/mve3bqmwls

[-] [email protected] 1 points 3 days ago* (last edited 3 days ago)
selectedCategory
  $output=[this.selectAll.map(a => `<option>${a}</option>`).join('')]
  General
  Dragon Ball
  Demon Hunters

Put this in your lists. then in the html window: <select onchange='selectedStyle=this.value'>[selectedCategory]</select>

this will create a dropdown with General, Dragon Ball and Demon Hunters, and the value will be stored in selectedStyle

[-] [email protected] 1 points 3 days ago* (last edited 3 days ago)

you're using t2i-frame plugin syntax but I don't see you importing it anywhere?

selectedCategory
  label = Choose Art Style Category
  type = select
  options
    General
    Dragon Ball
    Demon Hunters

this only works within the custom plugin {import:t2i-framework-plugin-v2} . Alternatively, the correct way would be to create a list, then in the html part create a select element with that list.

[-] [email protected] 1 points 3 days ago

"my-styles-list", top level lists should only contain letters and underscores (_)

[-] [email protected] 3 points 4 days ago

I don't have inside information on that, but I'll share my experience here. I think all of the authors are recognized, there's plenty of information on the web to find about them, but the new model lacks consistency (while it's training, or maybe it's the model's intrinsic feature of diversity?). If you ask flux to generate Eiichiro Oda, for example, and generate 3 images at once, one of them will remind Oda's style and the other two would be something you could see somewhere else.

0
submitted 1 week ago by [email protected] to c/[email protected]

Hi. I'm using a line like this [fileName="{0-9}{a-z}{A-Z}".selectMany(12).join("")] to create a set of numbers and letters at the beginning of the prompt. In the previous model I used to set the priority to 0, so the AI ignored it, but I noticed that the new model ignores :: and these numbers started to appear on objects inside the images. Could I assign a filename in any other way?

2
submitted 1 week ago by [email protected] to c/[email protected]

Hi, I'm looking for a way for the AI to understand a hex color in the format #fff000, for example, if I get it from a color html element. If you directly ask the flux plugin to show a #fff000 shirt he will use a random color instead, so ideally I need to translate it into words, if that's possible at all? Or perhaps, there's another way.

3
submitted 3 weeks ago by [email protected] to c/[email protected]

I have a list of clothing items and a variable [gender] that contains value for example "♂️" male. Some items on the list of clothing also contain emojis ♀️ or ♂️ in them, something like "Batman suit♂️". I'm trying to exclude all items with ♀️ if "gender==♂️" and vice versa. I've tried to use clothingTop.selectAll.filter(newlist =>newlist.tags.includes([gender])), ald also match(/♀️/i), I'm not sure how to proceed.

3
submitted 3 weeks ago by [email protected] to c/[email protected]

Hi, since the new model came out I struggle to create a middle-of-the-day atmosphere for my photos. "sunny", "very sunny", "the sun is in the zenith", "middle-of-the-day sunny lighting", "{bright|soft} natural day lighting" and many more produce early morning or late day close to sunset. I also tried to use Joy Caption to describe the photos from before, but the description of the lighting and the atmosphere is quite vague and it doesn't help to solve the problem. Any help, please?

5
submitted 3 weeks ago by [email protected] to c/[email protected]

Hello. I'm using something like this ["{red, blue, green, orange, lime}".selectMany(3).joinItems(", ")]. It works well enough, but when I try to implement uniqueSelect or consumableList it fails. These function seem to only work for lists but is there any way to select items from a string like that without repetition. Thanks!

1
submitted 2 months ago by [email protected] to c/[email protected]

Using the text-to-image plugin I generate a bunch of [output]'s in the container. How do I access the tag that the output object creates, for example if I want to get the title to get nseed from it using java script, or there's an easier way to do that? I'm trying to make a button over the image to perfect that seed easier. Also, how do I access the button with id "heartBtn" that [output] creates?

view more: next ›

Koto

0 post score
0 comment score
joined 2 months ago