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
..
2023-01-15 09:22:46 -05:00
2023-01-15 09:22:46 -05:00
2023-01-15 09:22:46 -05:00
2023-01-15 09:22:46 -05:00
2023-01-19 01:30:58 -05:00
2023-01-15 09:22:46 -05:00
2023-01-16 19:32:06 -05:00
2022-12-20 15:32:35 -08:00
2023-01-15 09:22:46 -05:00
2023-01-15 09:22:46 -05:00