mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
ed513397b2
* Allow configuration of which SD model to use Closes https://github.com/lstein/stable-diffusion/issues/49 The syntax isn't quite the same (opting for --weights over --model), although --weights is more in-line with the existing naming convention. This method also locks us into models in the models/ldm/stable-diffusion-v1/ directory. Personally, I'm not averse to this, although a secondary solution may be necessary if we wish to supply weights from an external directory. * Fix typo * Allow either filename OR filepath input for arg This approach allows both --weights SD13 --weights C:/StableDiffusion/models/ldm/stable-diffusion-v1/SD13.ckpt |
||
---|---|---|
.. | ||
orig_scripts | ||
dream.py | ||
images2prompt.py | ||
inpaint.py | ||
merge_embeddings.py | ||
preload_models.py |