This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
InvokeAI
Watch
1
Star
1
Fork
0
You've already forked InvokeAI
mirror of
https://github.com/invoke-ai/InvokeAI.git
synced
2026-02-02 14:35:14 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7a67fd6a06e502a93ee1b38dea9328c75b836cd4
InvokeAI
/
invokeai
/
backend
/
stable_diffusion
/
diffusion
History
blessedcoolant
7a67fd6a06
Revert "chore: ruff fixes"
...
This reverts commit
af36fe8c1e
.
2024-04-13 12:10:20 +05:30
..
__init__.py
Remove unused code for attention map saving.
2024-03-02 08:25:41 -05:00
conditioning_data.py
wip: Initial Implementation IP Adapter Style & Comp Modes
2024-04-13 11:09:45 +05:30
custom_atttention.py
Revert "chore: ruff fixes"
2024-04-13 12:10:20 +05:30
regional_ip_data.py
Fix the padding behavior when max-pooling regional IP-Adapter masks to mirror the downscaling behavior of SD and SDXL. Prior to this change, denoising with input latent dimensions that were not evenly divisible by 8 would raise an exception.
2024-04-09 16:50:43 -04:00
regional_prompt_data.py
Fix the padding behavior when max-pooling regional prompt masks to mirror the downscaling behavior of SD and SDXL. Prior to this change, denoising with input latent dimensions that were not evenly divisible by 8 would raise an exception.
2024-04-09 16:50:43 -04:00
shared_invokeai_diffusion.py
Add support for IP-Adapter masks.
2024-04-09 15:06:51 -04:00
unet_attention_patcher.py
Revert "chore: ruff fixes"
2024-04-13 12:10:20 +05:30