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-01-23 12:38:19 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
42e052d6f2e89295b6e897777852df505e6d666c
InvokeAI
/
invokeai
/
backend
/
stable_diffusion
/
diffusion
History
Ryan Dick
2d86298b7f
Add first draft of Sd3TextEncoderInvocation.
2024-11-04 12:42:09 -05:00
..
__init__.py
Apply ruff rule to disallow all relative imports.
2024-07-04 09:35:37 -04:00
conditioning_data.py
Add first draft of Sd3TextEncoderInvocation.
2024-11-04 12:42:09 -05:00
custom_atttention.py
fix: make ip-adapter weights not be optional
2024-04-16 21:12:45 +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
Base code from draft PR
2024-07-12 20:31:26 +03:00
shared_invokeai_diffusion.py
Add support for IP-Adapter masks.
2024-04-09 15:06:51 -04:00
unet_attention_patcher.py
fix: make ip-adapter weights not be optional
2024-04-16 21:12:45 +05:30