Closed w-e-w closed 6 months ago
vae in override, it will create image with strange colors
Do you mean if it isn't set to Automatic?
when seed -1 (random), I belive what's happening is that the seed used across different passes of image gen is random and not recorded in infotext, as such the information is lost and you won't be able to recreate the image
Thanks
vae in override, it will create image with strange colors
Do you mean if it isn't set to Automatic?
this can happens when reading infotext
I think it's using the xl vae for sd1.5 pass
got to say I actually quite like the effect sometimes
infotext / png-info it's important part of web UI as it allows the user to recreate the image after words
this PR add infotext and when the infotext is read by webui switch to the script and populate the scripts you are with the one specified in the info text
the info text is written in the form of "quote swapped json dict" under the key "Old SD firstpasser"
during development of this I found that you have two issues
-1
(random), I belive what's happening is that the seed used across different passes of image gen is random and not recorded in infotext, as such the information is lost and you won't be able to recreate the image