ilian6806 / stable-diffusion-webui-state

Stable Diffusion extension that preserves ui state
MIT License
311 stars 34 forks source link

Doesn't save Scale by/Scale to information. #23

Closed brknsoul closed 5 months ago

brknsoul commented 1 year ago

It'd be nice (if possible) if this could (optionally?) save Scale by/to sliders and Upscaler method.

ilian6806 commented 1 year ago

This inputs must be saved like all the others. Is something not working for you?

brknsoul commented 1 year ago

Typically Post-process upscaling is done in the Extras tab, but you can add it to the txt2img tab (via Settings) and have it auto-run immediately after generating an image. This extension doesn't seem to recognise this.

My go-to settings; image

Upscale state test before; image

Upscale state test after; image

Notice the Upscale settings haven't saved.

Note that these aren't the Hires Fix settings.

ilian6806 commented 1 year ago

I see. I checked this and unfortunatelly these elements have same ids in txt2img and img2img. I will be able to do this only after (if) this is fixed in Web UI.

ilian6806 commented 5 months ago

Fixed in last update. State is the same for txt2img and img2img since the elements still share the same ids.