-
Example: With the example, I want the female to look like only 10% of the old, which can't be done. This is also the case with other prompts with attention reduction as low as 0.001. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
use "portrait of a female:9 AND portrait of an old female:1" edit: prompt weight must equal to 1, so please read further down and dont use my above example as it is Havent tested it yet but SD uses some kind of hack that differentiates it from other diffusers like disco diffusion. There is an episode on the youtube channel "Computerphile" about SD and why it is so different. Your weighing might mean nothing if the hack that SD uses directly points to the "old woman" latent space. Or maybe I am completely wrong and it is a bug |
Beta Was this translation helpful? Give feedback.
-
I know this already has an accepted answer but I'm finding "AND" hard to use, specially with styles.csv or a lot of prompts. I can hardly make it blend like I wanted. Would be easier if there were grouping. But anyway, here's an alternative. You can use the prompt editing/scheduler syntax [from:to:when]. For something major that needs to take shape, use from with low when. For example, [dress::0.2]. Something that's already in the picture will likely stay in the picture, and if it keeps being applied, then it won't be editable. Hence the low when. For something minor that edits/alters something, use to. For example, [:clothes removed:0.3]. Some prompts has strong effect, some other has weak effect. The when should be low (early) or high (late) depending on it. You can also combine the two to put something in the middle of rendering. For example, [[:sobbing:0.3]::0.5] will be added from step 30% to 50%. I found this somehow necessary. When applied near the end, tears won't be a separate object and instead alters the eye shape. Meanwhile if it's applied in the beginning, it affects the picture a lot but may hardly take shape, so instead it adds some obscure skin/eye colored bulge. If it's not strong enough, you can extend the application steps through when, or you can also add weights to it with (prompt: weight). |
Beta Was this translation helpful? Give feedback.
use "portrait of a female:9 AND portrait of an old female:1"
edit: prompt weight must equal to 1, so please read further down and dont use my above example as it is
Havent tested it yet but SD uses some kind of hack that differentiates it from other diffusers like disco diffusion. There is an episode on the youtube channel "Computerphile" about SD and why it is so different. Your weighing might mean nothing if the hack that SD uses directly points to the "old woman" latent space.
Or maybe I am completely wrong and it is a bug