lllyasviel / stable-diffusion-webui-forge

GNU Affero General Public License v3.0
8.55k stars 838 forks source link

Image seed pasted when sending to img2img or inpainting tab #2359

Open Gushousekai195 opened 16 hours ago

Gushousekai195 commented 16 hours ago

Whenever I send a generated image to img2img or inpainting using the buttons underneath the result image, the exact seed of the generation gets sent, too. This did not happen in previous iterations of the UI and is not desirable.

Image generation parameters also change when sending the image, especially when sending them back into the img2img or inpainting tabs.

wcole3 commented 15 hours ago

Mentioned as a gotcha in #2349 , I thought the send_seed config option worked as advertised, but it doesn't appear to be the case. I'll take a look tonight.

The pasting of image parameters (other than seed) is intended.

wcole3 commented 14 hours ago

See discussion in linked pull requests. After it's merged the send_seed option in config.json should control the Seed paste behavior.

If you feel there are other generation parameters that should have configurable behavior describe them here.

Gushousekai195 commented 13 hours ago

How do I git pull a pull request again?

wcole3 commented 13 hours ago
git fetch origin pull/2360/head:respect-send-seed
git switch respect-send-seed