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

Thanks for you answer. Too bad. I looked through the website, and even some names used there are not understood by the AI. They basically created their own database and some names are newly introduced. I could create my own list but it defeats the purpose of getting rid of the color and pattern lists that I was looking to do with the html color element.

2
submitted 1 day 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.

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

try adding "unfocused eyes" to the negative prompt

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

Try "camera" or "the first person" or "the viewer", works for me. Also, check if you have contradicting prompts, like "looking to the side/away" and then next line it's "looking at the camera".

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

As for the lips, the only solution I found so far is to use a specific photographer's name, and when the plugin tries to copy it, usually it helps with the lips. But it's not always the case. Sometimes and more frequently recently, a new face is generated with normal lips, which gives me hope in the future it learns to do it. As for the prompt question, it depends on the generator you're using. If you're using your own, you have full control over the prompt. I suggest that you edit the one you're using, find the "natural beauty" line and delete it, then save it. That'll create a new generator specifically for you.

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

Same. There's also a chance of pixilated screen, as though I set steps to high value.

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

Human Pose Estimation is already an existing technology, check the web for HPE.

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

Yeah that works, much appreciated! I noticed that the value was different from the name, it was lowerCase and no emoji that's why I couldn't call it.

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

How do I work with $output now in the list section to call an individual item from the list? I used to do it like this [clothingList[clothingGroup][clothingTop].joinItems(", ")] where clothingGroup is the html optgroup and clothingTop is the name of the item('this.value'). ${clothingTop[clothingGroup][clothingTop]} or clothingList[clothingGroup][clothingTop] returns undefined. Sorry for the noob question, as you can tell I'm new at this :-)

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

I put [clothingList.Top] in the HTML and $output line in the lists and it works. I just need to change the item references now in the lists itself. clothingList.Top[clothingGroup][clothingTop].joinItems(", ") doesn't work anymore since there are no items inside to join.

3
submitted 1 week 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 1 week 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 2 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!

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

I'm pro new AI model because it generally tries to follow your description but I can agree that this insanity with lips contouring ruining it. I've tried negative and positive prompts with hundreds of "lip contouring", "lip surgery", "natural lips", "thin lips" etc, the same for brows. It's ugly in real life and it's ugly when AI tries to copy it, but unfortunately I couldn't get rid of it completely. The only hope is that it's still learning and we'll get the variety with time. And if someone found a solution, please make a post about it.

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

thanks a lot, VioneT!

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

thanks! I tried that and was super clunky to copy paste that. I tried to make the object clickable by doing like this <button id="nseed" onClick="toUserPromp([seed])>[output] but it's a layer on top and the image itself isn't clickable. is there any way to interact with the output to make it clickable or creating a button that is on top of the image just like the heartBtn and flagBtn?

1
submitted 1 month 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 1 month ago