"test/test_transforms_v2_consistency.py" did not exist on "4941c6b6b62bbda3cd462e8e59d114bbdc9683c6"
- 11 Jul, 2025 1 commit
-
-
Sayak Paul authored
* unify the quant compile + offloading tests. * fix * update
-
- 10 Jul, 2025 2 commits
-
-
Sayak Paul authored
fix: disabling hooks when loading loras.
-
Sayak Paul authored
* add repr for pipelinequantconfig. * update
-
- 09 Jul, 2025 5 commits
-
-
Sayak Paul authored
* fix memory address problem * add more tests * updates * updates * update * _group_id = group_id * update * Apply suggestions from code review Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com> * update * update * update * fix --------- Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com>
-
Sayak Paul authored
* add compile + offload tests for GGUF. * quality * add init. * prop. * change to flux. --------- Co-authored-by:Dhruv Nair <dhruv.nair@gmail.com>
-
Sayak Paul authored
* mark wanvace lora tests as flaky * ability to apply is_flaky at a class-level * update * increase max_attempt. * increase attemtp.
-
Sayak Paul authored
* remove k diffusion tests * remove script
-
Sayak Paul authored
annotate compilation test classes with bnb
-
- 08 Jul, 2025 3 commits
-
-
Aryan authored
* update * modify flux single blocks to make compatible with cache techniques (without too much model-specific intrusion code) * remove debug logs * update * cache context for different batches of data * fix hs residual bug for single return outputs; support ltx * fix controlnet flux * support flux, ltx i2v, ltx condition * update * update * Update docs/source/en/api/cache.md * Update src/diffusers/hooks/hooks.py Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com> * address review comments pt. 1 * address review comments pt. 2 * cache context refacotr; address review pt. 3 * address review comments * metadata registration with decorators instead of centralized * support cogvideox * support mochi * fix * remove unused function * remove central registry based on review * update --------- Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com>
-
Dhruv Nair authored
* update * update
-
Sayak Paul authored
* remove tests for deprecated pipelines. * remove folders * test_pipelines_common
-
- 04 Jul, 2025 2 commits
-
-
Aryan authored
* fix * actually, better fix * empty commit; trigger tests again * mark wanvace test as flaky
-
Benjamin Bossan authored
* FIX set_lora_device when target layers differ Resolves #11833 Fixes a bug that occurs after calling set_lora_device when multiple LoRA adapters are loaded that target different layers. Note: Technically, the accompanying test does not require a GPU because the bug is triggered even if the parameters are already on the corresponding device, i.e. loading on CPU and then changing the device to CPU is sufficient to cause the bug. However, this may be optimized away in the future, so I decided to test with GPU. * Update docstring to warn about device mismatch * Extend docstring with an example * Fix docstring --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 02 Jul, 2025 3 commits
-
-
Vương Đình Minh authored
* update: FluxKontextInpaintPipeline support * fix: Refactor code, remove mask_image_latents and ruff check * feat: Add test case and fix with pytest * Apply style fixes * copies --------- Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Sayak Paul authored
* wan vace. * update * update * import problem
-
Ju Hoon Park authored
* add `WandVACETransformer3DModel` in`SINGLE_FILE_LOADABLE_CLASSES` * add rename keys for `VACE` add rename keys for `VACE` * fix typo Sincere thanks to @nitinmukesh
🙇 ♂️ * support for `1.3B VACE` model Sincere thanks to @nitinmukesh again🙇 ♂️ * update * update * Apply style fixes --------- Co-authored-by:Dhruv Nair <dhruv.nair@gmail.com> Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
- 01 Jul, 2025 3 commits
-
-
Aryan authored
* update * update --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
jiqing-feng authored
* reset deterministic in tearDownClass Signed-off-by:
jiqing-feng <jiqing.feng@intel.com> * fix deterministic setting Signed-off-by:
jiqing-feng <jiqing.feng@intel.com> --------- Signed-off-by:
jiqing-feng <jiqing.feng@intel.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
* add resolution changes tests to hotswapping test suite. * fixes * docs * explain duck shapes * fix
-
- 30 Jun, 2025 1 commit
-
-
Sayak Paul authored
* feat: use exclude modules to loraconfig. * version-guard. * tests and version guard. * remove print. * describe the test * more detailed warning message + shift to debug * update * update * update * remove test
-
- 28 Jun, 2025 1 commit
-
-
Sayak Paul authored
* fix: lora unloading behvaiour * fix * update
-
- 27 Jun, 2025 2 commits
- 26 Jun, 2025 4 commits
-
-
Aryan authored
* support flux kontext * make fix-copies * add example * add tests * update docs * update * add note on integrity checker * make fix-copies issue * add copied froms * make style * update repository ids * more copied froms
-
kaixuanliu authored
Signed-off-by:Liu, Kaixuan <kaixuan.liu@intel.com>
-
Sayak Paul authored
* add test for checking compile on different shapes. * update * update * Apply suggestions from code review Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> --------- Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
Animesh Jain authored
* [rfc][compile] compile method for DiffusionPipeline * Apply suggestions from code review Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * Apply style fixes * Update docs/source/en/optimization/fp16.md * check --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
- 25 Jun, 2025 3 commits
-
-
Sayak Paul authored
-
kaixuanliu authored
* adjust to get CI test cases passed on XPU Signed-off-by:
Liu, Kaixuan <kaixuan.liu@intel.com> * fix format issue Signed-off-by:
Liu, Kaixuan <kaixuan.liu@intel.com> * Apply style fixes --------- Signed-off-by:
Liu, Kaixuan <kaixuan.liu@intel.com> Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by:
Aryan <aryan@huggingface.co>
-
Sayak Paul authored
skip instead of returning.
-
- 24 Jun, 2025 2 commits
- 23 Jun, 2025 3 commits
-
-
Dhruv Nair authored
update
-
Sayak Paul authored
model test updates
-
jiqing-feng authored
* enable deterministic in bnb 4 bit tests Signed-off-by:
jiqing-feng <jiqing.feng@intel.com> * fix 8bit test Signed-off-by:
jiqing-feng <jiqing.feng@intel.com> --------- Signed-off-by:
jiqing-feng <jiqing.feng@intel.com>
-
- 20 Jun, 2025 1 commit
-
-
Sayak Paul authored
* start * updates
-
- 19 Jun, 2025 4 commits
-
-
Sayak Paul authored
* start implementing disk offloading in group. * delete diff file. * updates.patch * offload_to_disk_path * check if safetensors already exist. * add test and clarify. * updates * update todos. * update more docs. * update docs
-
Dhruv Nair authored
update
-
Dhruv Nair authored
update
-
Dhruv Nair authored
update
-