InvokeAI/ldm/modules
Jonathan d3c1b747ee
Fix behavior when encountering a bad embedding (#2721)
When encountering a bad embedding, InvokeAI was asking about reconfiguring models. This is because the embedding load error was never handled - it now is.
2023-02-19 14:04:59 +00: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 Merge branch 'main' into fix/sd2-padding-token 2023-01-21 13:11:02 -08: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 new OffloadingDevice loads one model at a time, on demand (#2596) 2023-02-16 23:48:27 +00:00
textual_inversion_manager.py Fix behavior when encountering a bad embedding (#2721) 2023-02-19 14:04:59 +00:00
x_transformer.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00