InvokeAI/ldm/models/diffusion
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 add code 2021-12-21 03:23:41 +01:00
classifier.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
ddim.py bring in prompt parser from fix-prompts branch 2022-10-20 12:01:48 +02:00
ddpm.py add prompt language support for cross-attention .swap 2022-10-20 01:42:04 +02:00
ksampler.py bring in prompt parser from fix-prompts branch 2022-10-20 12:01:48 +02:00
plms.py bring in prompt parser from fix-prompts branch 2022-10-20 12:01:48 +02:00
sampler.py pass img2img ddim/plms edited conditioning through kwargs 2022-10-19 21:08:03 +02:00
shared_invokeai_diffusion.py refactored single diffusion path seems to be working for all samplers 2022-10-19 21:08:03 +02:00