InvokeAI/ldm/invoke/generator
Lincoln Stein 171f4aa71b [feat] Provide option to disable xformers from command line
Starting `invoke.py` with --no-xformers will disable
memory-efficient-attention support if xformers is installed.

--xformers will enable support, but this is already the
default.
2023-01-19 16:16:35 -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 [feat] Provide option to disable xformers from command line 2023-01-19 16:16:35 -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 fix perlin noise and txt2img2img 2023-01-16 22:50:13 -05:00
txt2img.py do not use autocast for diffusers 2023-01-16 19:32:06 -05:00