Dhruv Nair
|
20fd00b14b
|
[Tests] Add single file tester mixin for Models and remove unittest dependency (#12352)
* update
* update
* update
* update
* update
|
2025-09-30 13:28:34 +05:30 |
|
Sayak Paul
|
9e7ae568d6
|
[feat] cache allocator warmup for from_single_model (#12305)
* add
* add a test
|
2025-09-10 12:55:32 +05:30 |
|
Dhruv Nair
|
7aa6af1138
|
[Refactor] Move testing utils out of src (#12238)
* update
* update
* update
* update
* update
* merge main
* Revert "merge main"
This reverts commit 65efbcead5.
|
2025-08-28 19:53:02 +05:30 |
|
Sayak Paul
|
62cce3045d
|
[chore] change to 2025 licensing for remaining (#11741)
change to 2025 licensing for remaining
|
2025-06-18 20:56:00 +05:30 |
|
Yao Matrix
|
33e636cea5
|
enable torchao test cases on XPU and switch to device agnostic APIs for test cases (#11654)
* enable torchao cases on XPU
Signed-off-by: Matrix YAO <matrix.yao@intel.com>
* device agnostic APIs
Signed-off-by: YAO Matrix <matrix.yao@intel.com>
* more
Signed-off-by: YAO Matrix <matrix.yao@intel.com>
* fix style
Signed-off-by: YAO Matrix <matrix.yao@intel.com>
* enable test_torch_compile_recompilation_and_graph_break on XPU
Signed-off-by: YAO Matrix <matrix.yao@intel.com>
* resolve comments
Signed-off-by: YAO Matrix <matrix.yao@intel.com>
---------
Signed-off-by: Matrix YAO <matrix.yao@intel.com>
Signed-off-by: YAO Matrix <matrix.yao@intel.com>
|
2025-06-11 15:17:06 +05:30 |
|
co63oc
|
8183d0f16e
|
Fix typos in strings and comments (#11476)
* Fix typos in strings and comments
Signed-off-by: co63oc <co63oc@users.noreply.github.com>
* Update src/diffusers/hooks/hooks.py
Co-authored-by: Aryan <contact.aryanvs@gmail.com>
* Update src/diffusers/hooks/hooks.py
Co-authored-by: Aryan <contact.aryanvs@gmail.com>
* Update layerwise_casting.py
* Apply style fixes
* update
---------
Signed-off-by: co63oc <co63oc@users.noreply.github.com>
Co-authored-by: Aryan <contact.aryanvs@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2025-05-30 18:49:00 +05:30 |
|
Yao Matrix
|
06beecafc5
|
make autoencoders. controlnet_flux and wan_transformer3d_single_file pass on xpu (#11461)
* make autoencoders. controlnet_flux and wan_transformer3d_single_file
pass on XPU
Signed-off-by: Yao Matrix <matrix.yao@intel.com>
* Apply style fixes
---------
Signed-off-by: Yao Matrix <matrix.yao@intel.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aryan <aryan@huggingface.co>
|
2025-05-01 02:43:31 +05:30 |
|
Dhruv Nair
|
edc154da09
|
Update Ruff to latest Version (#10919)
* update
* update
* update
* update
|
2025-04-09 16:51:34 +05:30 |
|
Ishan Modi
|
0703ce8800
|
[Single File] Add single file loading for SANA Transformer (#10947)
* added support for from_single_file
* added diffusers mapping script
* added testcase
* bug fix
* updated tests
* corrected code quality
* corrected code quality
---------
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
|
2025-03-10 08:38:30 +05:30 |
|
Dhruv Nair
|
1357931d74
|
[Single File] Add single file support for Wan T2V/I2V (#10991)
* update
* update
* update
* update
* update
* update
* update
|
2025-03-07 22:13:25 +05:30 |
|
Dhruv Nair
|
28f48f4051
|
[Single File] Add Single File support for Lumina Image 2.0 Transformer (#10781)
* update
* update
|
2025-02-12 18:53:49 +05:30 |
|
Dhruv Nair
|
f7cb595428
|
[Single File] Fix loading Flux Dev finetunes with Comfy Prefix (#10545)
* update
* update
* update
* update
---------
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
|
2025-01-13 21:25:07 +05:30 |
|
hlky
|
50c81df4e7
|
Fix StableDiffusionInstructPix2PixPipelineSingleFileSlowTests (#10557)
|
2025-01-13 13:47:10 +00:00 |
|
hlky
|
8f2253c58c
|
Add torch_xla and from_single_file to instruct-pix2pix (#10444)
* Add torch_xla and from_single_file to instruct-pix2pix
* StableDiffusionInstructPix2PixPipelineSingleFileSlowTests
* StableDiffusionInstructPix2PixPipelineSingleFileSlowTests
---------
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
Co-authored-by: YiYi Xu <yixu310@gmail.com>
|
2025-01-06 10:11:16 -10:00 |
|
Fanli Lin
|
023b0e0d55
|
[tests] fix AssertionError: Torch not compiled with CUDA enabled (#10356)
fix bug on xpu
|
2024-12-24 15:28:50 +00:00 |
|
Dhruv Nair
|
ad40e26515
|
[Single File] Add single file support for AutoencoderDC (#10183)
* update
* update
* update
|
2024-12-11 16:57:36 +05:30 |
|
Sayak Paul
|
65ab1052b8
|
[Tests] xfail incompatible SD configs. (#10127)
* xfail incompatible SD configs.
* fix
|
2024-12-05 15:11:52 +05:30 |
|
Fanli Lin
|
6b288ec44d
|
make pipelines tests device-agnostic (part2) (#9400)
* enable on xpu
* add 1 more
* add one more
* enable more
* add 1 more
* add more
* enable 1
* enable more cases
* enable
* enable
* update comment
* one more
* enable 1
* add more cases
* enable xpu
* add one more caswe
* add more cases
* add 1
* add more
* add more cases
* add case
* enable
* add more
* add more
* add more
* enbale more
* add more
* update code
* update test marker
* add skip back
* update comment
* remove single files
* remove
* style
* add
* revert
* reformat
* enable
* enable esingle g
* add 2 more
* update decorator
* update
* update
* update
* Update tests/pipelines/deepfloyd_if/test_if.py
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
* Update src/diffusers/utils/testing_utils.py
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
* Update tests/pipelines/animatediff/test_animatediff_controlnet.py
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
* Update tests/pipelines/animatediff/test_animatediff.py
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
* Update tests/pipelines/animatediff/test_animatediff_controlnet.py
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
* update float16
* no unitest.skipt
* update
* apply style check
* adapt style
---------
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
|
2024-11-29 11:33:41 +05:30 |
|
YiYi Xu
|
bac8a2412d
|
a few fix for SingleFile tests (#9522)
* update sd15 repo
* update more
|
2024-09-24 13:36:53 -10:00 |
|
Dhruv Nair
|
1e8cf2763d
|
[CI] Nightly Test Updates (#9380)
* update
* update
* update
* update
* update
---------
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
Co-authored-by: YiYi Xu <yixu310@gmail.com>
|
2024-09-12 20:21:28 +05:30 |
|
Dhruv Nair
|
53051cf282
|
[CI] Update Single file Nightly Tests (#9357)
* update
* update
|
2024-09-05 14:33:44 +05:30 |
|
Dhruv Nair
|
11d18f3217
|
Add single file loading support for AnimateDiff (#8819)
* update
* update
* update
* update
|
2024-07-12 09:51:57 +05:30 |
|
Dhruv Nair
|
0bab9d6be7
|
[Single File] Allow loading T5 encoder in mixed precision (#8778)
* update
* update
* update
* update
|
2024-07-05 10:29:38 +05:30 |
|
Sayak Paul
|
72780ff5b1
|
[tests] decorate StableDiffusion21PipelineSingleFileSlowTests with slow. (#7941)
decorate StableDiffusion21PipelineSingleFileSlowTests with slow.
|
2024-05-14 14:26:21 -10:00 |
|
Dhruv Nair
|
cb0f3b49cb
|
[Refactor] Better align from_single_file logic with from_pretrained (#7496)
* refactor unet single file loading a bit.
* retrieve the unet from create_diffusers_unet_model_from_ldm
* update
* update
* updae
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* tests
* update
* update
* update
* Update docs/source/en/api/single_file.md
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
* Update docs/source/en/api/single_file.md
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* Update docs/source/en/api/loaders/single_file.md
Co-authored-by: YiYi Xu <yixu310@gmail.com>
* Update src/diffusers/loaders/single_file.py
Co-authored-by: YiYi Xu <yixu310@gmail.com>
* Update docs/source/en/api/loaders/single_file.md
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
* Update docs/source/en/api/loaders/single_file.md
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
* Update docs/source/en/api/loaders/single_file.md
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
* Update docs/source/en/api/loaders/single_file.md
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
---------
Co-authored-by: sayakpaul <spsayakpaul@gmail.com>
Co-authored-by: YiYi Xu <yixu310@gmail.com>
|
2024-05-09 19:00:19 +05:30 |
|