InvokeAI/ldm/modules
Lincoln Stein 7e8f364d8d do not use autocast for diffusers
- All tensors in diffusers code path are now set explicitly to
  float32 or float16, depending on the --precision flag.
- autocast is still used in the ckpt path, since it is being
  deprecated.
2023-01-16 19:32:06 -05:00
..
diffusionmodules Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
distributions prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
encoders use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
image_degradation Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
losses prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
__init__.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
attention.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
ema.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
embedding_manager.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
prompt_to_embeddings_converter.py do not use autocast for diffusers 2023-01-16 19:32:06 -05:00
textual_inversion_manager.py do not use autocast for diffusers 2023-01-16 19:32:06 -05:00
x_transformer.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00