-
Notifications
You must be signed in to change notification settings - Fork 6.7k
fixed typo in comment #34
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
Conversation
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
Member
|
Thanks @kashif! 🙂 |
lawrence-cj
pushed a commit
to lawrence-cj/diffusers
that referenced
this pull request
Dec 23, 2024
add a AdamW optimizer type as config file for reference. Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> (cherry picked from commit 94e7733746c2098800ef81639b524baffc910888) pre-commit; Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> (cherry picked from commit a1d1e141275a7d944f166908708a25bd6bf33716) 1. update app 2. fix the precision bug in model forward; Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> (cherry picked from commit d3f1c7e899db95d41ec401be465bd6918501571b) update README.md. Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> (cherry picked from commit 9110d56b32d4d0a4b84130748859f302bc2cbce9) support dockerfile (cherry picked from commit 0777f17b3a89d41b6b6da61b007c8c2b20108d55) Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> pre-commit; Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> (cherry picked from commit edadfec4f0786cdf8e45e7a53a9a6f5c070c5d69) Fix batch (cherry picked from commit 9da85500faaf052d08bd504756cbf2ee7ddefa89) Update on trigger instead of click (cherry picked from commit c6de237bcd6c13950d31f20b5c750950ab478834) Remote TEST_TIMES (cherry picked from commit a4fa81974d666fa0b50db537aa13fe60107a8db8) Fix lint (cherry picked from commit 7f092a6c30fb9a117baaaab8a0e6c8286548b0be) Refine counter (cherry picked from commit d026366205a488b100b083f7dbcf8f8320e4855d) Refine graio (cherry picked from commit f8df502aa8f50d7e6501d482c1d8dedc70527c4b) Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> Relative import xformer triton depend fix (huggingface#37) * 1. xformer import logi update; 2. changing all import * to specific package import Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> * 1. change all import * to specific package; 2. fix bugs 3. add `triton` and `xformers` checking into import_utils.py * support `F.scaled_dot_product_attention` without `xformers` * pre-commit Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> --------- Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> Co-authored-by: Ligeng Zhu <Lyken17@users.noreply.github.com> (cherry picked from commit fa267d5622565d03ade88be77623068c6cf7099b) Fix lint (cherry picked from commit fcc872a8a2fb9544d639f32f05df2c6334a6a4e5) Fix Dockerfile (huggingface#34) (cherry picked from commit ee5b3699c647c2b8983a5c0600d1e31ff0400514) Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> Fix config loading for jupyter environments (huggingface#30) * Fix config loading for jupyter environments The current way of loading config does not work on jupyter environments such as Colab - see eladrich/pyrallis#18 * pre-commit; Signed-off-by: junsongc <cjs1020440147@icloud.com> --------- Signed-off-by: junsongc <cjs1020440147@icloud.com> Co-authored-by: junsongc <cjs1020440147@icloud.com> (cherry picked from commit 85e470c30e4b5379dda14cb286b50cf9bc7e5c8b) Inference with lower VRAM requirements (huggingface#18) * Inference with lower VRAM requirements * reformat --------- Co-authored-by: root <root@lucas-chambre> Co-authored-by: LoveSy <shana@zju.edu.cn> (cherry picked from commit c66ebf9702542a2fd418727903a8735f7d9ec094) Signed-off-by: lawrence-cj <cjs1020440147@icloud.com>
lawrence-cj
pushed a commit
to lawrence-cj/diffusers
that referenced
this pull request
Dec 23, 2024
add a AdamW optimizer type as config file for reference. Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> (cherry picked from commit 94e7733746c2098800ef81639b524baffc910888) pre-commit; Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> (cherry picked from commit a1d1e141275a7d944f166908708a25bd6bf33716) 1. update app 2. fix the precision bug in model forward; Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> (cherry picked from commit d3f1c7e899db95d41ec401be465bd6918501571b) update README.md. Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> (cherry picked from commit 9110d56b32d4d0a4b84130748859f302bc2cbce9) support dockerfile (cherry picked from commit 0777f17b3a89d41b6b6da61b007c8c2b20108d55) Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> pre-commit; Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> (cherry picked from commit edadfec4f0786cdf8e45e7a53a9a6f5c070c5d69) Fix batch (cherry picked from commit 9da85500faaf052d08bd504756cbf2ee7ddefa89) Update on trigger instead of click (cherry picked from commit c6de237bcd6c13950d31f20b5c750950ab478834) Remote TEST_TIMES (cherry picked from commit a4fa81974d666fa0b50db537aa13fe60107a8db8) Fix lint (cherry picked from commit 7f092a6c30fb9a117baaaab8a0e6c8286548b0be) Refine counter (cherry picked from commit d026366205a488b100b083f7dbcf8f8320e4855d) Refine graio (cherry picked from commit f8df502aa8f50d7e6501d482c1d8dedc70527c4b) Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> Relative import xformer triton depend fix (huggingface#37) * 1. xformer import logi update; 2. changing all import * to specific package import Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> * 1. change all import * to specific package; 2. fix bugs 3. add `triton` and `xformers` checking into import_utils.py * support `F.scaled_dot_product_attention` without `xformers` * pre-commit Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> --------- Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> Co-authored-by: Ligeng Zhu <Lyken17@users.noreply.github.com> (cherry picked from commit fa267d5622565d03ade88be77623068c6cf7099b) Fix lint (cherry picked from commit fcc872a8a2fb9544d639f32f05df2c6334a6a4e5) Fix Dockerfile (huggingface#34) (cherry picked from commit ee5b3699c647c2b8983a5c0600d1e31ff0400514) Signed-off-by: lawrence-cj <cjs1020440147@icloud.com> Fix config loading for jupyter environments (huggingface#30) * Fix config loading for jupyter environments The current way of loading config does not work on jupyter environments such as Colab - see eladrich/pyrallis#18 * pre-commit; Signed-off-by: junsongc <cjs1020440147@icloud.com> --------- Signed-off-by: junsongc <cjs1020440147@icloud.com> Co-authored-by: junsongc <cjs1020440147@icloud.com> (cherry picked from commit 85e470c30e4b5379dda14cb286b50cf9bc7e5c8b) Inference with lower VRAM requirements (huggingface#18) * Inference with lower VRAM requirements * reformat --------- Co-authored-by: root <root@lucas-chambre> Co-authored-by: LoveSy <shana@zju.edu.cn> (cherry picked from commit c66ebf9702542a2fd418727903a8735f7d9ec094) Signed-off-by: lawrence-cj <cjs1020440147@icloud.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.