InvokeAI/ldm
Lincoln Stein 5372800e60 Disable built-in NSFW checker on models converted with --ckpt_convert
When a legacy ckpt model was converted into diffusers in RAM, the
built-in NSFW checker was not being disabled, in contrast to models
converted and saved to disk. Because InvokeAI does its NSFW checking
as a separate post-processing step (in order to generate blurred
images rather than black ones), this defeated the
--nsfw and --no-nsfw switches.

This closes #2836 and #2580.
2023-03-09 17:38:58 -05:00
..
data Textual Inversion for M1 2022-09-27 01:39:17 +02:00
invoke Disable built-in NSFW checker on models converted with --ckpt_convert 2023-03-09 17:38:58 -05:00
models Merge branch 'main' into refactor_use_compel 2023-02-21 17:19:48 -05:00
modules Merge branch 'main' into refactor_use_compel 2023-02-21 21:14:28 -06:00
__init__.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
generate.py Run garbage collection to allow the CUDA cache to completely empty. (#2791) 2023-02-24 08:48:54 -05: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 Merge branch 'main' into install/refactor-configure-and-model-select 2023-02-17 15:00:33 -05:00