Skip to content

Conversation

@kashif
Copy link
Contributor

@kashif kashif commented Jun 24, 2022

No description provided.

@anton-l
Copy link
Member

anton-l commented Jun 24, 2022

Thanks @kashif! 🙂

@anton-l anton-l merged commit 3618d33 into huggingface:main Jun 24, 2022
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>
@kashif kashif deleted the patch-1 branch December 11, 2025 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants