Z-nonymous / sd_webui_batchscripts

Some batch scripts for use with stable-diffusion-webui
MIT License
9 stars 3 forks source link

Multiple Model Overrides #8

Open Trevor-Z opened 1 year ago

Trevor-Z commented 1 year ago

Would it be possible to iterate the batch with more than one model? So that you choose Model Override and instead of the script using the model currently selected in the UI, you can input, say, 5 models, and the script runs the batch 5 times, one for each?

Alternatively, would it be possible to integrate this script into the X/Y/Z plot one?

Z-nonymous commented 1 year ago

To be able to override the model with a list of models should be possible. But unfortunately I don't have much time to spend on that right now.

To integrate the script with X/Y/Z plot, it depends on what you want to do. It might be complex or maybe there are other ways to get to the same result. Infinity Grid Generator is interesting when you want to change many parameters and experiment, however it's not reading prompts from images. You'd have to provide the list of prompts. Maybe you could extract the prompts from the images that you're interested in and feed that to Infinity Grid Generator...? Because what my scripts do is just read the parameters from the images and use those to generate the images.