light-and-ray / sd-webui-old-sd-firstpasser

Firstpass generation with old SD model, Loras, embedding, etc
30 stars 3 forks source link

add infotext #1

Closed w-e-w closed 6 months ago

w-e-w commented 6 months ago

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

image

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. vae in override, it will create image with strange colors
  2. 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
light-and-ray commented 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

w-e-w commented 6 months ago

vae in override, it will create image with strange colors

Do you mean if it isn't set to Automatic?

image

vae in override

image

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