lkwq007 / stablediffusion-infinity

Outpainting with Stable Diffusion on an infinite canvas
Apache License 2.0
3.85k stars 303 forks source link

[Feature Request] add support for custom models #118

Open sophia1000 opened 2 years ago

sophia1000 commented 2 years ago

there are becoming a large amount of good models available it would be nice to have the ability to swap between models and try new things. even better would be allowing for swamping models mid project. so like if i think the next section would work better with a different model i could just change to it and render the next few sections before switching back. it would just be ice to have that flexibility to change models like with normal stable diffusion

lkwq007 commented 1 year ago

Custom models are supported by command line options: https://github.com/lkwq007/stablediffusion-infinity/blob/master/docs/usage.md

even better would be allowing for swamping models mid project

I don't know what is the best practice to change model at runtime inside a webui unless the model list is predefined.