- 11 Jun, 2025 3 commits
-
-
Yao Matrix authored
* 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>
-
Tolga Cangöz authored
* fix: vae sampling mode * fix a typo
-
Sayak Paul authored
support Flux Control LoRA with bnb 8bit.
-
- 10 Jun, 2025 2 commits
-
-
Akash Haridas authored
* allow loading from repo with dot in name * put new arg at the end to avoid breaking compatibility * add test for loading repo with dot in name --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Meatfucker authored
* Update pipeline_flux_inpaint.py to fix padding_mask_crop returning only the inpainted area and not the entire image. * Apply style fixes * Update src/diffusers/pipelines/flux/pipeline_flux_inpaint.py
-
- 09 Jun, 2025 3 commits
-
-
Philip Brown authored
* Add community class StableDiffusionXL_T5Pipeline Will be used with base model opendiffusionai/stablediffusionxl_t5 * Changed pooled_embeds to use projection instead of slice * "make style" tweaks * Added comments to top of code * Apply style fixes
-
Dhruv Nair authored
* update * update * update * update * update * update * update
-
Sayak Paul authored
* fix how compiler tester mixins are used. * propagate * more
-
- 08 Jun, 2025 1 commit
-
-
Valeriy Sofin authored
-
- 06 Jun, 2025 3 commits
-
-
Aryan authored
* initial support * make fix-copies * fix no split modules * add conversion script * refactor * add pipeline test * refactor * fix bug with mask * fix for reference images * remove print * update docs * update slices * update * update * update example
-
Sayak Paul authored
* add a test for group offloading + compilation. * tests
-
jiqing-feng authored
* use deterministic to get stable result Signed-off-by:
jiqing-feng <jiqing.feng@intel.com> * add deterministic for int8 test Signed-off-by:
jiqing-feng <jiqing.feng@intel.com> --------- Signed-off-by:
jiqing-feng <jiqing.feng@intel.com>
-
- 05 Jun, 2025 3 commits
-
-
Markus Pobitzer authored
[examples] flux-control: use num_training_steps_for_scheduler in get_scheduler instead of args.max_train_steps * accelerator.num_processes Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
bring PipelineQuantizationConfig at the top of the import chain.
-
Dhruv Nair authored
* update * update * update * update * update * update * update * update * update * update * update * updatee * update * update * update * update * update * update * update * update * update * update * update * update * update * update
-
- 02 Jun, 2025 5 commits
-
-
Steven Liu authored
* initial * update * hunyuanvideo * ltx * fix * wan * gen guide * feedback * feedback * pipeline-level quant config * feedback * ltx
-
Steven Liu authored
* cache * feedback
-
Sayak Paul authored
chore: rename lora model-level tests.
-
Sayak Paul authored
misc changes in the bnb tests for consistency.
-
Roy Hvaara authored
Use float32 for RoPE on MPS in Wan
-
- 30 May, 2025 6 commits
-
-
Sayak Paul authored
update torchao doc link
-
co63oc authored
* 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>
-
Yaniv Galron authored
-
VLT Media authored
Bug: Fixed Image 2 Image example where a PIL.Image was improperly being asked for an item via index.
-
Yao Matrix authored
* enable group_offloading and PipelineDeviceAndDtypeStabilityTests on XPU, all passed Signed-off-by:
Matrix YAO <matrix.yao@intel.com> * fix style Signed-off-by:
Matrix YAO <matrix.yao@intel.com> * fix Signed-off-by:
Matrix YAO <matrix.yao@intel.com> --------- Signed-off-by:
Matrix YAO <matrix.yao@intel.com> Co-authored-by:
Aryan <aryan@huggingface.co>
-
Yaniv Galron authored
Co-authored-by:Aryan <aryan@huggingface.co>
-
- 29 May, 2025 2 commits
-
-
Justin Ruan authored
fix wrong indent for training controlnet
-
Yuanzhou Cai authored
fix lr scheduler steps count Co-authored-by:Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
-
- 28 May, 2025 2 commits
-
-
Steven Liu authored
* combine * Update docs/source/en/optimization/fp16.md Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
fix the filename for displaying failures in lora ci.
-
- 27 May, 2025 5 commits
-
-
Linoy Tsaban authored
* sana sprint img2img * fix import * fix name * fix image encoding * fix image encoding * fix image encoding * fix image encoding * fix image encoding * fix image encoding * try w/o strength * try scaling differently * try with strength * revert unnecessary changes to scheduler * revert unnecessary changes to scheduler * Apply style fixes * remove comment * add copy statements * add copy statements * add to doc * add to doc * add to doc * add to doc * Apply style fixes * empty commit * fix copies * fix copies * fix copies * fix copies * fix copies * docs * make fix-copies. * fix doc building error. * initial commit - add img2img test * initial commit - add img2img test * fix import * fix imports * Apply style fixes * empty commit * remove * empty commit * test vocab size * fix * fix prompt missing from last commits * small changes * fix image processing when input is tensor * fix order * Apply style fixes * empty commit * fix shape * remove comment * image processing * remove comment * skip vae tiling test for now * Apply style fixes * empty commit --------- Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by:
sayakpaul <spsayakpaul@gmail.com>
-
Sayak Paul authored
* improve lora fusion tests * more improvements. * remove comment * update * relax tolerance. * num_fused_loras as a property Co-authored-by:
BenjaminBossan <benjamin.bossan@gmail.com> * updates * update * fix * fix Co-authored-by:
BenjaminBossan <benjamin.bossan@gmail.com> * Update src/diffusers/loaders/lora_base.py Co-authored-by:
Benjamin Bossan <BenjaminBossan@users.noreply.github.com> --------- Co-authored-by:
BenjaminBossan <benjamin.bossan@gmail.com> Co-authored-by:
Benjamin Bossan <BenjaminBossan@users.noreply.github.com>
-
Leo Jiang authored
* Adding device choice for npu * Adding device choice for npu --------- Co-authored-by:
J石页 <jiangshuo9@h-partners.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Linoy Tsaban authored
add comment to install prodigy
-
Sayak Paul authored
wip: check if we can make go compile compat
-
- 26 May, 2025 5 commits
-
-
Sayak Paul authored
* fix security issue in build docker ci * better * update
-
Dhruv Nair authored
* update * update
-
Sayak Paul authored
* remove compile cuda docker. * replace compile cuda docker path. * better manage compilation cache. * propagate similar to the pipeline tests. * remove unneeded compile test. * small. * don't check for deleted files.
-
kaixuanliu authored
* Apply style fixes * init test Signed-off-by:
Liu, Kaixuan <kaixuan.liu@intel.com> * adjust Signed-off-by:
Liu, Kaixuan <kaixuan.liu@intel.com> * add the variant check when there are no component folders Signed-off-by:
Liu, Kaixuan <kaixuan.liu@intel.com> * update related test cases Signed-off-by:
Liu, Kaixuan <kaixuan.liu@intel.com> * update related unit test cases Signed-off-by:
Liu, Kaixuan <kaixuan.liu@intel.com> * adjust 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>
-
Steven Liu authored
refactor
-