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
ryan/dense-diffusion
InvokeAI
/
invokeai
/
backend
/
stable_diffusion
/
diffusion
History
Ryan Dick
ff950bc5cd
Add support for mask weights, and only mask the tokens associated with the prompts (not eh entire 77-token embedding).
2024-03-07 14:30:51 -05:00
..
__init__.py
Remove unused code for attention map saving.
2024-02-29 23:42:37 -05:00
conditioning_data.py
Add support for mask weights, and only mask the tokens associated with the prompts (not eh entire 77-token embedding).
2024-03-07 14:30:51 -05:00
cross_attention_control.py
Remove unused code for attention map saving.
2024-02-29 23:42:37 -05:00
custom_attention.py
Fixup some details of densediffusion for testing.
2024-03-06 19:03:26 -05:00
regional_prompt_data.py
Add support for mask weights, and only mask the tokens associated with the prompts (not eh entire 77-token embedding).
2024-03-07 14:30:51 -05:00
shared_invokeai_diffusion.py
Add support for mask weights, and only mask the tokens associated with the prompts (not eh entire 77-token embedding).
2024-03-07 14:30:51 -05:00
unet_attention_patcher.py
Get multi-prompt attention working simultaneously with IP-adapter.
2024-02-29 14:54:13 -05:00