InvokeAI/ldm
Lincoln Stein 7ee0edcb9e when converting a ckpt/safetensors model, preserve vae in diffusers config
- 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.
2023-01-19 11:02:49 -05:00
..
data Textual Inversion for M1 2022-09-27 01:39:17 +02:00
invoke when converting a ckpt/safetensors model, preserve vae in diffusers config 2023-01-19 11:02:49 -05:00
models fix autocast dependency in cross_attention_control 2023-01-16 23:18:43 -05:00
modules do not use autocast for diffusers 2023-01-16 19:32:06 -05:00
__init__.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
generate.py do not use autocast for diffusers 2023-01-16 19:32:06 -05:00
lr_scheduler.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
simplet2i.py Squashed commit of the following: 2022-09-12 14:31:48 -04:00
util.py fix perlin noise and txt2img2img 2023-01-16 22:50:13 -05:00