Klace / stable-diffusion-webui-instruct-pix2pix

Extension for webui to run instruct-pix2pix
Other
320 stars 20 forks source link

Fix seed problem #32

Closed mykeehu closed 1 year ago

mykeehu commented 1 year ago

There's a problem with using the seed, the green button is missing, which reads the current seed and enters it into the field, and the dice. It would be worthwhile to switch to this instead of the two buttons, because the seed is not displayed on the interface (no info block), and even if I mark the fixed seed, I still can't see it.

Try these steps:

Klace commented 1 year ago

There's a partial fix for this, the initial random seed is now returned to the box and I added an info textbox to show the last generation parameters.

I will look into the original buttons from the standard UI.

mykeehu commented 1 year ago

Thank you for quick fix!