InvokeAI/ldm/invoke/generator
Lincoln Stein 895505976e [bugfix] suppress extraneous warning messages generated by diffusers
This commit suppresses a few irrelevant warning messages that the
diffusers module produces:

1. The warning that turning off the NSFW detector makes you an
irresponsible person.
2. Warnings about running fp16 models stored in CPU (we are not running
   them in CPU, just caching them in CPU RAM)
2023-01-19 16:49:40 -05:00
..
__init__.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
base.py lint(generator): 🚮 remove unused imports 2023-01-17 11:44:45 -08:00
diffusers_pipeline.py pass step count and step index to diffusion step func (#2342) 2023-01-16 19:56:54 +00:00
embiggen.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
img2img.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
inpaint.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
omnibus.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
txt2img2img.py [bugfix] suppress extraneous warning messages generated by diffusers 2023-01-19 16:49:40 -05:00
txt2img.py do not use autocast for diffusers 2023-01-16 19:32:06 -05:00