mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
- After successfully converting a ckt file to diffusers, model_manager will attempt to create an equivalent 'vae' entry to the resulting diffusers stanza. - This is a bit of a hack, as it relies on a hard-coded dictionary to map ckpt VAEs to diffusers VAEs. The correct way to do this would be to convert the VAE to a diffusers model and then point to that. But since (almost) all models are using vae-ft-mse-840000-ema-pruned, I did it the easy way first and will work on the better solution later. |
||
---|---|---|
.. | ||
data | ||
invoke | ||
models | ||
modules | ||
__init__.py | ||
generate.py | ||
lr_scheduler.py | ||
simplet2i.py | ||
util.py |