yfszzx / stable-diffusion-webui-images-browser

an images browse for stable-diffusion-webui
489 stars 235 forks source link

[Feature Request] Option to not have "Send to img2img" switch checkpoints #65

Closed cheesesteak45 closed 1 year ago

cheesesteak45 commented 1 year ago

image

Pretty much the title.

As it is right now, it automatically switches your checkpoint to the one your sent image uses, which can be pretty inconvenient when you didn't want that and now have to wait for the checkpoint to load and then wait again when you switch it back. This happens for "Send to text2img", "Send to img2img", and "Send to inpaint".

It would be great to have a toggleable option in the settings or in a config file to be able to send image parameters without switching the checkpoint.

Ju1-js commented 1 year ago

The send-to buttons are generated by the modules.generation_parameters_copypaste.create_buttons(["txt2img", "img2img", "inpaint", "extras"]), so this feature would have to be implemented by the main stable-diffusion-webui repo.

Ju1-js commented 1 year ago

@cheesesteak45 In fact, this might already be a feature for the webui: image (I haven't had the time to test it)

cheesesteak45 commented 1 year ago

You would be exactly right. Can't believe I missed this. Thanks for the reply and sorry for opening an issue over this.