Experiencing issues with SD1.5 generation in newer versions of SD.Next... trying to find the reason #3397
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Beta Was this translation helpful? Give feedback.
-
First of all...You are as quick and helpful as always. Many thanks to you! I also thank you for your examples. Regarding the "original" backendIf I understand you correctly, "original" had an issue with VAE and will be working as expected when the change gets merged into master. That's great news! Regarding the "diffusers" backendSorry, if this has been discussed someplace else. I wasn’t aware that my issue is related. I tested your suggestion using an xyz-chart and can confirm that it breaks very quickly after a certain limit. From my observation, the attention is somewhat compressed in range in “diffusers” mode. The sweet spot seems to be ~ “:1.4” instead now, instead of “:2”. To be honest: this really surprises me. I know that there are differences between the output of "original" and "diffusers" but I always expected it to only influence the resulting composition. I never expected the quality to deteriorate so greatly when using the same prompt. My example was nothing special, but it did use the recommended "recipe" of the model author for the negative prompt. I'm worried that fiddling with new models will prove more complicated in “diffusers” mode now. SummaryI think I will wait for the patch you’ve mentioned and then switch over the latest version. I'll probably keep using the “original” mode to keep my prompts comparable to online references until SD1.5 has become completely irrelevant. Everything can already use "diffusers" backend. |
Beta Was this translation helpful? Give feedback.
-
yes, you understood correctly. regarding prompt attention range, you do have option in settings -> execution -> prompt attention normalization |
Beta Was this translation helpful? Give feedback.
first, there was actually a problem with vae decode in backend original causing washed out output, i just fixed that in dev branch.
second, your prompt is extremely unbalanced and is causing burn. i spoke about that many times and just the face that "it works in a1111" doesn't mean thats how prompting is supposed to be done.
its ok to use prompt attention, but when you heavily skew to one side like you did, burn happens.
i just removed
:2
attention from your negative prompt and image in both backends now looks good.and yes, original and diffuser backends do produce different images - they are simply different.
anyhow, attached are images using your settings for both backends: