InvokeAI/ldm/invoke/generator
Lincoln Stein a4c0dfb33c fix broken --ckpt_convert option
- not sure why, but at some pont --ckpt_convert (which converts legacy checkpoints)
  into diffusers in memory, stopped working due to float16/float32 issues.

- this commit repairs the problem

- also removed some debugging messages I found in passing
2023-02-20 01:12:02 -05:00
..
__init__.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
base.py fix broken --ckpt_convert option 2023-02-20 01:12:02 -05:00
diffusers_pipeline.py resolved conflicts; ran black and isort 2023-02-19 19:48:01 -05:00
embiggen.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
img2img.py Add thresholding for all diffusers types (#2479) 2023-02-14 18:00:34 -06:00
inpaint.py fix crash when text mask applied to img2img (#2526) 2023-02-05 15:26:40 +00:00
omnibus.py fix broken --ckpt_convert option 2023-02-20 01:12:02 -05:00
txt2img2img.py Add thresholding for all diffusers types (#2479) 2023-02-14 18:00:34 -06:00
txt2img.py Add thresholding for all diffusers types (#2479) 2023-02-14 18:00:34 -06:00