Koto

joined 3 months ago
[–] Koto@lemmy.world 1 points 2 days ago* (last edited 2 days ago) (1 children)

The AI's have come a long way, especially the recent versions that catch a lot of details, but they are just not there yet for the task you're describing working on the prompt alone. If you really want a detailed scene of three or more people you will need to dive into the world of LoRas, Control Net and other tools, in ComfyUI or similar program. Another approach would be to make a very detailed image of each of the three characters here on perchance, and then, ask Flux.1 Kontext to put them all in one scene doing something you want without changing their appearance. I've had very good results with this approach, and it's much easier, too.

[–] Koto@lemmy.world 1 points 6 days ago (1 children)

I'd also like to know. One thing is for sure, the base is flux.1-schnell with LoRas. Except, it still accepts negative prompts to some degrees (weakly), which flux shouldn't do.

[–] Koto@lemmy.world 2 points 6 days ago* (last edited 6 days ago)

Nunchuks also has negative prompt, but Chroma seems to deal with fat ugly lip contouring a lot better it seems. My first impression.

[–] Koto@lemmy.world 2 points 1 week ago

The best ones are installed locally. If you have ComfyUI or similar interface, you can install ForgeFlux Kontext. Which is the best and the latest model in the field of image-to-image, imho.

[–] Koto@lemmy.world 2 points 1 week ago

Same prompts lead to the same results, give or take. The OP said FACES and EVERY TIME in caps, suggesting he's getting the same faces everytime he's using the i2t which is not true. I was just trying to point out that there are ways to describe many details and change that.

[–] Koto@lemmy.world 1 points 1 week ago

Check this, if that's what you were looking for: https://perchance.org/mytestgen You could do it via dynamic lists, but that's 100 more words than in the example. If it is indeed what you were looking for, let me know if you need any explanations.

[–] Koto@lemmy.world 2 points 1 week ago* (last edited 1 week ago) (1 children)

Sure, camera brings even an anime image to life. Just a front picture everytime is boring. Try describing how a camera is looking at the characters or the scene and you'll notice the difference in the dynamics. A simple example, This picture tells a story rather than showing an anime character. And it's only 3 short sentence about the camera work, angle, focus.

[–] Koto@lemmy.world 2 points 1 week ago (3 children)

It is achieved by the sum of all descriptions and the word choice. But one phrase/sentence is usually not enough. For example, you want a 2 inch fairy climbing, um, a bottle of water. The word "climb" suggests that the fairy is small enough. If you have frame/camera angle descriptions then you can add phrases like "the subject is taking one-third of the frame", to give it the perspective relative to the table surface. I suggest that you use https://huggingface.co/spaces/fancyfeast/joy-caption-beta-one. Find a picture in a search, then ask joy-caption to describe it in relative and superlative terms.

[–] Koto@lemmy.world 2 points 2 weeks ago (1 children)

Check your HTML part. <h1>[title]</h1> which is not defined anywhere, and update() which gives you [output] error. It's part of a new generator. You can completely clear that and start with a [darkroom].

[–] Koto@lemmy.world 1 points 2 weeks ago

You won't be losing consumable list on that created list, as you can .consumableList it again. Judging by your code, you figured it out!

[–] Koto@lemmy.world 1 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

I just hit "randomize" several times in my generator and they all look like different people to me. Of course, you need to fill a lot of details which my generator does for you, so you don't have to type anything.

[–] Koto@lemmy.world 2 points 2 weeks ago (2 children)

Yes, it's possible. The correct syntax would be [a = originalList.consumableList.selectMany(2)] . Then, we'll need to make a list of that slice by using createPerchanceTree() with the correct escape characters. The function works like this: [newList = createPerchanceTree("slicedList\n\ta\n\tb").slicedList] [newList]

 

https://perchance.org/mytestgen#edit In this generator, I have a suit list that consists of 5 areas: mask, cape, boots etc. The other two lists are "camera" and "actor". So, camera can zoom-in on a certain body part, and I need it to output only that section of clothing, leaving everything else out-of-frame. That I solved. But there's a third dimension to it. The third list is Actor, some characters cannot wear certain clothes because of their characteristics, for example, mermaid can't wear bottom clothes. Help me add that third dimension into the output line to filter it out properly, please.

 

testing here: https://perchance.org/z7l103ul1q#edit I have quite a big list of variables, that cause errors if undefined or null. So, I wanted to run a FOR through all of them at the very beginning. But perchance functions always ask to return something. How do I do it?

 

Recently, text-to-image plugin has changed a lot. With respect to Perchance, I'd like to share my humble opinion about it. Take a horse in a medieval setting, for example, 2 pictures out of 5 have blurred/distorted faces. It's not a famous face or a nudity content but it's still getting heavily censored for some reason. I understand the need for censorship and such, but could we focus more on the end user not seeing what they don't want to see in the gallery section rather than messing with the t2i logic? It's a fake parts in fake parts out, at the end of the day, no real person is involved, but it's messing with normal images generation kinda defeating the whole purpose of the plugin and hindering the imagination flow.

 

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!

 

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?

 

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.

 

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.

 

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?

 

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!

 

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 ›