-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Batter way to write binarize() function. #6394
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
44 commits
Select commit
Hold shift + click to select a range
8425cd4
I added a new doc string to the class. This is more flexible to under…
hisushanta 8a0e77d
Merge branch 'main' into doc_string
hisushanta cf3a816
Merge branch 'main' into doc_string
hisushanta a0cd96f
Merge branch 'main' into doc_string
hisushanta 746a8e8
Update src/diffusers/models/unet_2d_blocks.py
hisushanta 6e56886
Update src/diffusers/models/unet_2d_blocks.py
hisushanta 627fd9f
Update unet_2d_blocks.py
hisushanta ae4f7f2
Update unet_2d_blocks.py
hisushanta f0bea43
Update unet_2d_blocks.py
hisushanta 872a4a5
Merge branch 'main' into doc_string
hisushanta 3546f6d
I run the black command to reformat style in the code
hisushanta 12534f4
Merge branch 'main' into doc_string
hisushanta 48afb4b
Merge branch 'main' into doc_string
hisushanta 0bb06b6
Merge pull request #1 from hi-sushanta/doc_string
hisushanta 01a9fc9
Update unet_2d_blocks.py
hisushanta 04e6efb
Merge branch 'huggingface:main' into main
hisushanta d695c4a
Merge branch 'huggingface:main' into main
hisushanta 27d8002
Merge branch 'huggingface:main' into main
hisushanta 55001e3
Merge branch 'huggingface:main' into main
hisushanta e028031
Merge branch 'huggingface:main' into main
hisushanta f178c00
Merge branch 'huggingface:main' into main
hisushanta a7deadf
Merge branch 'huggingface:main' into main
hisushanta 1880260
Merge branch 'huggingface:main' into main
hisushanta d983c6b
Merge branch 'huggingface:main' into main
hisushanta ab93597
Merge branch 'huggingface:main' into main
hisushanta da1cec1
Merge branch 'huggingface:main' into main
hisushanta 6df1745
Merge branch 'huggingface:main' into main
hisushanta beaea5b
Merge branch 'huggingface:main' into main
hisushanta 77e4b0a
Merge branch 'huggingface:main' into main
hisushanta f8f420f
Merge branch 'huggingface:main' into main
hisushanta 7ed8ea7
Merge branch 'huggingface:main' into main
hisushanta eef06f4
Batter way to write binarize function
hisushanta 2013a2d
Merge branch 'main' into bug_fix
hisushanta 2dc1f64
Solve check_code_quality error
hisushanta 8e2142d
run pull request
hisushanta f33c9b8
My mistake to run pull request but not reformated file
hisushanta d866d4d
Update image_processor.py
hisushanta 947818b
Merge branch 'main' into bug_fix
hisushanta d876f20
remove extra variable and space
hisushanta 393d1b1
Update image_processor.py
hisushanta 19f7dea
Merge branch 'main' into bug_fix
hisushanta 5b9708a
Run ruff libarary to reformat my file
hisushanta a4c536c
Merge branch 'main' into bug_fix
hisushanta ed40295
Merge branch 'main' into bug_fix
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
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.
Nice!
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.
Thank you.