mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
7ee0edcb9e
- 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. |
||
---|---|---|
.. | ||
ckpt_generator | ||
generator | ||
restoration | ||
__init__.py | ||
_version.py | ||
args.py | ||
ckpt_to_diffuser.py | ||
CLI.py | ||
concepts_lib.py | ||
conditioning.py | ||
devices.py | ||
globals.py | ||
image_util.py | ||
log.py | ||
model_manager.py | ||
patchmatch.py | ||
pngwriter.py | ||
prompt_parser.py | ||
readline.py | ||
seamless.py | ||
server_legacy.py | ||
server.py | ||
textual_inversion_training.py | ||
txt2mask.py |