This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
InvokeAI
Watch
1
Star
0
Fork
0
You've already forked InvokeAI
mirror of
https://github.com/invoke-ai/InvokeAI
synced
2024-08-30 20:32:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b0edf594d0613e2e9072f1dcc5fd19917bfb3a25
InvokeAI
/
invokeai
/
backend
/
stable_diffusion
/
diffusion
History
Ryan Dick
ee34091bdb
Update the diffusion logic to use the new regional prompting feature.
2024-04-03 09:37:59 -04:00
..
__init__.py
Remove unused code for attention map saving.
2024-03-02 08:25:41 -05:00
conditioning_data.py
Add TextConditioningRegions to the TextConditioningData data structure.
2024-04-03 09:36:35 -04:00
cross_attention_control.py
cleanup: remove unused scripts, cruft
2024-03-20 15:05:25 +11:00
custom_atttention.py
Update the diffusion logic to use the new regional prompting feature.
2024-04-03 09:37:59 -04:00
regional_prompt_data.py
Add RegionalPromptData class for managing prompt region masks.
2024-04-03 09:36:35 -04:00
shared_invokeai_diffusion.py
Update the diffusion logic to use the new regional prompting feature.
2024-04-03 09:37:59 -04:00
unet_attention_patcher.py
Create a UNetAttentionPatcher for patching UNet models with CustomAttnProcessor2_0 modules.
2024-04-03 09:37:57 -04:00