InvokeAI/ldm/invoke/generator
Lincoln Stein 0240656361 fix crash in txt2img and img2img w/ inpainting models and perlin > 0
- get_perlin_noise() was returning 9 channels; fixed code to return
  noise for just the 4 image channels and not the mask ones.

- Closes Issue #2541
2023-02-05 22:55:08 -05:00
..
__init__.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
base.py fix crash in txt2img and img2img w/ inpainting models and perlin > 0 2023-02-05 22:55:08 -05:00
diffusers_pipeline.py Remove Deprecation Warning from Diffusers Pipeline 2023-02-05 22:55:10 +13:00
embiggen.py use 🧨diffusers model (#1583) 2023-01-15 09:22:46 -05:00
img2img.py fix crash in txt2img and img2img w/ inpainting models and perlin > 0 2023-02-05 22:55:08 -05: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 Merge remote-tracking branch 'origin/main' into fix/hires_inpaint 2023-01-29 10:51:59 -08:00
txt2img.py fix crash in txt2img and img2img w/ inpainting models and perlin > 0 2023-02-05 22:55:08 -05:00