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
75ef473748
Branches
Tags
View all branches
InvokeAI
/
invokeai
/
backend
/
stable_diffusion
History
Ryan Dick
75ef473748
Pull the upstream changes from diffusers' AttnProcessor2_0 into CustomAttnProcessor2_0. This fixes a bug in CustomAttnProcessor2_0 that was being triggered when peft was not installed. The bug was present in a block of code that was previously copied from diffusers. The bug seems to have been introduced during diffusers' migration to PEFT for their LoRA handling. The upstream bug was fixed in
531e719163
.
2024-04-09 08:12:12 -04:00
..
diffusion
Pull the upstream changes from diffusers' AttnProcessor2_0 into CustomAttnProcessor2_0. This fixes a bug in CustomAttnProcessor2_0 that was being triggered when peft was not installed. The bug was present in a block of code that was previously copied from diffusers. The bug seems to have been introduced during diffusers' migration to PEFT for their LoRA handling. The upstream bug was fixed in
531e719163
.
2024-04-09 08:12:12 -04:00
schedulers
make model manager v2 ready for PR review
2024-03-01 10:42:33 +11:00
__init__.py
Remove unused code for attention map saving.
2024-03-02 08:25:41 -05:00
diffusers_pipeline.py
Update the diffusion logic to use the new regional prompting feature.
2024-04-09 08:12:12 -04:00
seamless.py
fix(nodes): workaround seamless multi gpu error
#6010
2024-03-29 08:56:38 +11:00