InvokeAI/ldm/invoke/generator
Damian at mba c9d27634b4 bring in prompt parser from fix-prompts branch
attention is parsed but ignored, blends old syntax doesn't work,
	  conjunctions are parsed but ignored, the only part that's used
	  here is the new .blend() syntax and cross-attention control
	  using .swap()
2022-10-20 12:01:48 +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 bring in prompt parser from fix-prompts branch 2022-10-20 12:01:48 +02:00
inpaint.py add cross-attention support to im2img; prevent inpainting from crashing 2022-10-19 21:08:03 +02:00
txt2img2img.py bring in prompt parser from fix-prompts branch 2022-10-20 12:01:48 +02:00
txt2img.py bring in prompt parser from fix-prompts branch 2022-10-20 12:01:48 +02:00