"vscode:/vscode.git/clone" did not exist on "e49dd03d2de347caf5f18d04657500412f57103b"
- 06 May, 2025 7 commits
-
-
Valeriy Selitskiy authored
[lora_conversion] Enhance key handling for OneTrainer components in LORA conversion utility (#11441) (#11487) * [lora_conversion] Enhance key handling for OneTrainer components in LORA conversion utility (#11441) * Update src/diffusers/loaders/lora_conversion_utils.py Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Yao Matrix authored
* enable lora cases on XPU Signed-off-by:
Yao Matrix <matrix.yao@intel.com> * remove hunyuanvideo xpu expectation Signed-off-by:
Yao Matrix <matrix.yao@intel.com> --------- Signed-off-by:
Yao Matrix <matrix.yao@intel.com>
-
Aryan authored
* add transformer * add pipeline * fixes * make fix-copies * update * add flux mu shift * update example snippet * debug * cleanup * batch_size=1 optimization * add pipeline test * fix for model cpu offloading' * add last_image support; credits: https://github.com/lllyasviel/FramePack/pull/167 * update example with flf2v * update penguin url * fix test * address review comment: https://github.com/huggingface/diffusers/pull/11428#discussion_r2071032371 * address review comment: https://github.com/huggingface/diffusers/pull/11428#discussion_r2071087689 * Update src/diffusers/pipelines/hunyuan_video/pipeline_hunyuan_video_framepack.py --------- Co-authored-by:
Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
-
Sayak Paul authored
* use removeprefix to preserve sanity. * f-string.
-
Sayak Paul authored
* update dep table. * fix
-
Sayak Paul authored
-
Aryan authored
update
-
- 05 May, 2025 8 commits
-
-
RogerSinghChugh authored
* Update training script for txt to img sdxl with lora supp with new interpolation. * ran make style and make quality.
-
Yijun Lee authored
* Set LANCZOS as the default interpolation method for image resizing. * style: run make style and quality checks
-
Sayak Paul authored
* feat: enable quantization for hidream lora training. * better handle compute dtype. * finalize. * fix dtype. --------- Co-authored-by:Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
-
Evan Han authored
[train_dreambooth_lora_lumina2] Add LANCZOS as the default interpolation mode for image resizing (#11491) [ADD] interpolation
-
MinJu-Ha authored
[train_dreambooth_lora_sdxl] Add --image_interpolation_mode option for image resizing (default to lanczos) (#11490) feat(train_dreambooth_lora_sdxl): support --image_interpolation_mode with default to lanczos
-
Parag Ekbote authored
* Add LANCZOS as default interplotation mode. * update script * Update as per code review. * make style.
-
Connector Switch authored
* implement tiled encode/decode * address review comments
-
Yao Matrix authored
Signed-off-by:Yao Matrix <matrix.yao@intel.com>
-
- 02 May, 2025 3 commits
-
-
Yash authored
[train_dreambooth_lora_flux_advanced] Add LANCZOS as the default interpolation mode for image resizing (#11472) * [train_controlnet_sdxl] Add LANCZOS as the default interpolation mode for image resizing * [train_dreambooth_lora_flux_advanced] Add LANCZOS as the default interpolation mode for image resizing
-
Yuanzhou authored
[train_dreambooth_lora_sdxl_advanced] Add LANCZOS as the default interpolation mode for image resizing (#11471)
-
Steven Liu authored
* refactor adapter docs * ip-adapter * ip adapter * fix toctree * fix toctree * lora * images * controlnet * feedback * controlnet * t2i * fix typo * feedback --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 01 May, 2025 5 commits
-
-
Steven Liu authored
* reformat * initial * fin * review * inference * feedback * feedback * feedback
-
Vladimir Mandic authored
* cache packages_distributions * remove unused exception reference * make style Signed-off-by:
Vladimir Mandic <mandic00@live.com> * change name to _package_map --------- Signed-off-by:
Vladimir Mandic <mandic00@live.com> Co-authored-by:
DN6 <dhruv.nair@gmail.com>
-
Sayak Paul authored
xfail recent pipeline tests for specific methods.
-
co63oc authored
* Fix typos in docs and comments * Apply style fixes --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Sayak Paul authored
* [tests] Add torch.compile() test for WanTransformer3DModel * fix wan recompilation issues. * style --------- Co-authored-by:tongyu0924 <winnie920924@gmail.com>
-
- 30 Apr, 2025 11 commits
-
-
Yao Matrix authored
* 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>
-
Vaibhav Kumawat authored
* Add LANCZOS as default interplotation mode. * LANCZOS as default interplotation * LANCZOS as default interplotation mode * Added LANCZOS as default interplotation mode
-
tongyu authored
* Update test_models_transformer_hunyuan_video.py * update --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Yao Matrix authored
* make safe diffusion test cases pass on XPU and A100 Signed-off-by:
Yao Matrix <matrix.yao@intel.com> * calibrate A100 expected values Signed-off-by:
YAO Matrix <matrix.yao@intel.com> --------- Signed-off-by:
Yao Matrix <matrix.yao@intel.com> Signed-off-by:
YAO Matrix <matrix.yao@intel.com>
-
captainzz authored
* upload StableDiffusion3InstructPix2PixPipeline * Move to community * Add readme * Fix images * remove images * Change image url * fix * Apply style fixes
-
Daniel Socek authored
* Add generic support for Intel Gaudi accelerator (hpu device) Signed-off-by:
Daniel Socek <daniel.socek@intel.com> Co-authored-by:
Libin Tang <libin.tang@intel.com> * Add loggers for generic HPU support Signed-off-by:
Daniel Socek <daniel.socek@intel.com> * Refactor hpu support with is_hpu_available() logic Signed-off-by:
Daniel Socek <daniel.socek@intel.com> * Fix style for hpu support update Signed-off-by:
Daniel Socek <daniel.socek@intel.com> * Decouple soft HPU check from hard device validation to support HPU migration Signed-off-by:
Daniel Socek <daniel.socek@intel.com> --------- Signed-off-by:
Daniel Socek <daniel.socek@intel.com> Co-authored-by:
Libin Tang <libin.tang@intel.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Yao Matrix authored
* enable unidiffuser cases on XPU Signed-off-by:
Yao Matrix <matrix.yao@intel.com> * fix a typo Signed-off-by:
Yao Matrix <matrix.yao@intel.com> * fix style Signed-off-by:
Yao Matrix <matrix.yao@intel.com> --------- Signed-off-by:
Yao Matrix <matrix.yao@intel.com>
-
Yao Matrix authored
Signed-off-by:Yao Matrix <matrix.yao@intel.com>
-
Aryan authored
udpate
-
Yao Matrix authored
Signed-off-by:Yao Matrix <matrix.yao@intel.com>
-
Aryan authored
raise warning instead of error
-
- 29 Apr, 2025 1 commit
-
-
Youlun Peng authored
Set LANCZOS as the default interpolation for image resizing
-
- 28 Apr, 2025 5 commits
-
-
urpetkov-amd authored
* Fixing missing provider options argument * Adding if else for provider options * Apply suggestions from code review Co-authored-by:
YiYi Xu <yixu310@gmail.com> * Apply style fixes * Update src/diffusers/pipelines/onnx_utils.py Co-authored-by:
YiYi Xu <yixu310@gmail.com> * Update src/diffusers/pipelines/onnx_utils.py Co-authored-by:
YiYi Xu <yixu310@gmail.com> --------- Co-authored-by:
Uros Petkovic <urpektov@amd.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Linoy Tsaban authored
remove unnecessary pipeline moving to cpu in validation Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Yao Matrix authored
* enable gguf test cases on XPU Signed-off-by:
YAO Matrix <matrix.yao@intel.com> * make SD35LargeGGUFSingleFileTests::test_pipeline_inference pas Signed-off-by:
root <root@a4bf01945cfe.jf.intel.com> * make FluxControlLoRAGGUFTests::test_lora_loading pass Signed-off-by:
Yao Matrix <matrix.yao@intel.com> * polish code Signed-off-by:
Yao Matrix <matrix.yao@intel.com> * Apply style fixes --------- Signed-off-by:
YAO Matrix <matrix.yao@intel.com> Signed-off-by:
root <root@a4bf01945cfe.jf.intel.com> Signed-off-by:
Yao Matrix <matrix.yao@intel.com> Co-authored-by:
root <root@a4bf01945cfe.jf.intel.com> Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
tongyu authored
* Update train_text_to_image_lora.py * update_train_text_to_image_lora
-
tongyu authored
* Update train_text_to_image.py * update
-