Closed cheesesteak45 closed 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.
@cheesesteak45 In fact, this might already be a feature for the webui: (I haven't had the time to test it)
You would be exactly right. Can't believe I missed this. Thanks for the reply and sorry for opening an issue over this.
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.