InvokeAI/ldm/invoke/generator
Damian at mba 8ff507b03b runs but doesn't work properly - see below for test prompt
test prompt:
"a cat sitting on a car {a dog sitting on a car}" -W 384 -H 256 -s 10 -S 12346 -A k_euler
note that substition of dog for cat is currently hard-coded (ksampler.py
	line 43-44)
2022-10-19 21:06:42 +02:00
..
__init__.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
base.py cleanup inpainting and img2img 2022-10-16 08:50:55 -04:00
embiggen.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
img2img.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
inpaint.py cleanup inpainting and img2img 2022-10-16 08:50:55 -04:00
txt2img2img.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
txt2img.py runs but doesn't work properly - see below for test prompt 2022-10-19 21:06:42 +02:00