InvokeAI/ldm/invoke/ckpt_generator
Lincoln Stein 7e8f364d8d do not use autocast for diffusers
- All tensors in diffusers code path are now set explicitly to
  float32 or float16, depending on the --precision flag.
- autocast is still used in the ckpt path, since it is being
  deprecated.
2023-01-16 19:32:06 -05:00
..
__init__.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
base.py do not use autocast for diffusers 2023-01-16 19:32:06 -05: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 use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
txt2img.py do not use autocast for diffusers 2023-01-16 19:32:06 -05:00