-
Notifications
You must be signed in to change notification settings - Fork 6.1k
add PAG support for Stable Diffusion 3 #8861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
43e6c20
original sd3 pipelien
HyoungwonCho d89945b
Merge branch 'main' of https://github.com/huggingface/diffusers into …
HyoungwonCho 24394c5
Add PAG support sd3
sunovivid f09f09c
Merge commit 'bbd2f9d4e9ae70b04fedf65903fd1fb035437db4' into pag-sd3
sunovivid 34a7814
Update src/diffusers/models/attention_processor.py
sunovivid ac1ff12
Update src/diffusers/models/attention_processor.py
sunovivid 97b6697
Fix org, ptb, seperate SD3PAGMixion from PAGMixin
sunovivid 12a2e28
Merge branch 'pag-sd3' of https://github.com/sunovivid/diffusers into…
sunovivid 5001510
Merge branch 'main' into pag-sd3
sunovivid efb3ddf
Update EXAMPLE_DOC_STRING
sunovivid 6c5df1d
Merge branch 'pag-sd3' of https://github.com/sunovivid/diffusers into…
sunovivid 67fd57f
fix missed comma
sunovivid ab8f642
Remove unused sd3 method in PAGMixin
sunovivid 6e1fd0f
Merge remote-tracking branch 'origin/main' into pag-sd3
crepejung00 8a8fcb7
Merge branch 'huggingface:main' into pag-sd3
sunovivid 795ddaf
remove SD3PAGMixin and adopt refactored PAGMixin
sunovivid 73df50f
add StableDiffusion3PAGPipeline doc
sunovivid e622328
add parameter description
sunovivid 35349d9
remove *args, **kwargs
sunovivid 27f1100
add import pag pipeline
sunovivid 083360c
Merge branch 'pag-sd3' of https://github.com/sunovivid/diffusers into…
sunovivid 512026f
make style
sunovivid 29d0c7b
Merge branch 'main' into pag-sd3
sayakpaul c0bcc82
style
sayakpaul 12c49db
apply comments (copied from)
sunovivid 1c32060
apply comments (fix the comment location)
sunovivid fa90a92
make fix-copies, sync SD3 pipeline update
sunovivid 986bcef
add test
sunovivid ee863fa
fix test following HunyuanDiT test -> HunyuanDiTPAG test
sunovivid e243d5d
remove slow test
sunovivid ca33100
make style
sunovivid 12ec17c
Update src/diffusers/pipelines/__init__.py
sunovivid 78867bb
set num_layers=2 for sd3 models in SD3 PAG test
sunovivid 25a8388
Merge branch 'pag-sd3' of https://github.com/sunovivid/diffusers into…
sunovivid dc25826
Merge branch 'main' into pag-sd3
a-r-r-o-w c6affa7
fix attn1 to attn
sunovivid d80885c
Merge branch 'main' into pag-sd3
sayakpaul 93b0349
remove assert case for nan
sunovivid 792398d
style
yiyixuxu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.