-
Notifications
You must be signed in to change notification settings - Fork 6.5k
[SD-XL] Add new pipelines #3859
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 32 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
57b8406
Add new text encoder
patrickvonplaten 39b0b97
add transformers depth
patrickvonplaten 50df26c
More
patrickvonplaten 4309a2c
Correct conversion script
patrickvonplaten 51ab97a
Fix more
patrickvonplaten dd48802
Fix more
patrickvonplaten 7b76780
Correct more
patrickvonplaten e0a0e36
correct text encoder
patrickvonplaten 277bc9d
Finish all
patrickvonplaten 62a151d
proof that in works in run local xl
patrickvonplaten ea4cf25
clean up
patrickvonplaten 48d203e
Get refiner to work
patrickvonplaten 4216826
Add red castle
patrickvonplaten 13107bb
Fix batch size
patrickvonplaten cb23c61
Improve pipelines more
patrickvonplaten 0f1d17c
Finish text2image tests
patrickvonplaten 7850ef3
Add img2img test
patrickvonplaten a0621fd
Fix more
patrickvonplaten 60cea8e
fix import
patrickvonplaten 6217c36
Merge branch 'sd_xl' of https://github.com/huggingface/diffusers into…
patrickvonplaten fb7ee3a
Fix embeddings for classic models (#3888)
pcuenca 62df284
Allow multiple prompts to be passed to the refiner (#3895)
pcuenca 3e386df
Merge branch 'main' into sd_xl
patrickvonplaten 364b71d
finish more
patrickvonplaten 1f67cdb
Merge branch 'sd_xl' of https://github.com/huggingface/diffusers into…
patrickvonplaten 2f7bf37
Apply suggestions from code review
patrickvonplaten 2367c1b
add watermarker
patrickvonplaten 558ef96
Model offload (#3889)
pcuenca ccede46
correct
patrickvonplaten 09ba1b2
fix
patrickvonplaten 008852a
fix
patrickvonplaten dbc5fe4
clean print
patrickvonplaten 045fc0d
Update install warning for `invisible-watermark`
pcuenca c7884c5
merge main and resolve conflicts.
sayakpaul e21e83b
add: missing docstrings.
sayakpaul 9b918eb
fix and simplify the usage example in img2img.
sayakpaul 491bc9f
fix setup for watermarking.
sayakpaul 7525786
Revert "fix setup for watermarking."
sayakpaul fd2af23
fix: watermarking setup.
sayakpaul 75381ed
fix: op.
sayakpaul cefee41
run make fix-copies.
sayakpaul 9bc7eab
make sure tests pass
patrickvonplaten a97ce2e
Merge branch 'main' into sd_xl
patrickvonplaten 75f26d6
improve convert
patrickvonplaten e6a1381
make tests pass
patrickvonplaten 6002919
Merge branch 'sd_xl' of https://github.com/huggingface/diffusers into…
patrickvonplaten d9296c5
make tests pass
patrickvonplaten 55ebe05
better error message
patrickvonplaten 46f515d
fiinsh
patrickvonplaten 6ad5005
finish
patrickvonplaten bc35818
Fix final test
patrickvonplaten 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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to add this to the controlnet unet as well