InvokeAI/ldm/invoke/generator
Kevin Turner b8212e4dea fix(diffusers_pipeline): ensure cuda.get_mem_info always gets a specific device index.
Also tighten up the typing of `device` attributes in general.
2023-02-17 16:56:15 -08:00
..
__init__.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
base.py Fix perlin noise generator for diffusers tensors (#2678) 2023-02-15 19:37:42 +01:00
diffusers_pipeline.py fix(diffusers_pipeline): ensure cuda.get_mem_info always gets a specific device index. 2023-02-17 16:56:15 -08: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 use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -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