InvokeAI/ldm
Lincoln Stein 4fa91724d9 fix conversion of checkpoints into incompatible diffusers models
- The checkpoint conversion script was generating diffusers models
  with the safety checker set to null. This resulted in models
  that could not be merged with ones that have the safety checker
  activated.

- This PR fixes the issue by incorporating the safety checker into
  all 1.x-derived checkpoints, regardless of user's nsfw_checker setting.
2023-02-18 11:07:38 -05:00
..
data Textual Inversion for M1 2022-09-27 01:39:17 +02:00
invoke fix conversion of checkpoints into incompatible diffusers models 2023-02-18 11:07:38 -05:00
models Add thresholding for all diffusers types (#2479) 2023-02-14 18:00:34 -06:00
modules new OffloadingDevice loads one model at a time, on demand (#2596) 2023-02-16 23:48:27 +00:00
__init__.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
generate.py fix(diffusers_pipeline): ensure cuda.get_mem_info always gets a specific device index. 2023-02-17 16:56:15 -08: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 broken !import_model downloads 2023-02-13 22:14:24 -05:00