InvokeAI/ldm/models/diffusion
Damian Stewart 9f855a358a
fix for crash with inpainting model introduced by #1866 (#1922)
* fix for crash using inpainting model

* prevent crash due to invalid attention_maps_saver
2022-12-11 13:48:12 -05:00
..
__init__.py add code 2021-12-21 03:23:41 +01:00
classifier.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
cross_attention_control.py Fix crash introduced in #1866 2022-12-10 15:32:11 -05:00
cross_attention_map_saving.py Save and display per-token attention maps (#1866) 2022-12-10 15:57:41 +01:00
ddim.py resolve conflicts between PR #1108 and #1243 2022-10-26 15:37:24 -04:00
ddpm.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
ksampler.py fix for crash with inpainting model introduced by #1866 (#1922) 2022-12-11 13:48:12 -05:00
plms.py resolve conflicts between PR #1108 and #1243 2022-10-26 15:37:24 -04:00
sampler.py add threshold for switchover from Karras to LDM noise schedule 2022-10-27 17:07:50 -04:00
shared_invokeai_diffusion.py Save and display per-token attention maps (#1866) 2022-12-10 15:57:41 +01:00