"vscode:/vscode.git/clone" did not exist on "1d709aadef94c35ff8a403ab1a65f7343c011074"
- 08 May, 2025 4 commits
-
-
scxue authored
* test permission * Add cross attention type for Sana-Sprint. * Add Sana-Sprint training script in diffusers. * make style && make quality; * modify the attention processor with `set_attn_processor` and change `SanaAttnProcessor3_0` to `SanaVanillaAttnProcessor` * Add import for SanaVanillaAttnProcessor * Add README file. * Apply suggestions from code review * style * Update examples/research_projects/sana/README.md --------- Co-authored-by:
lawrence-cj <cjs1020440147@icloud.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Linoy Tsaban authored
* add lora_alpha and lora_dropout * Apply style fixes * add lora_alpha and lora_dropout * Apply style fixes * revert lora_alpha until #11324 is merged * Apply style fixes * empty commit --------- Co-authored-by:github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
sayakpaul authored
-
- 07 May, 2025 2 commits
-
-
YiYi Xu authored
up
-
Aryan authored
* begin transformer conversion * refactor * refactor * refactor * refactor * refactor * refactor * update * add conversion script * add pipeline * make fix-copies * remove einops * update docs * gradient checkpointing * add transformer test * update * debug * remove prints * match sigmas * add vae pt. 1 * finish CV* vae * update * update * update * update * update * update * make fix-copies * update * make fix-copies * fix * update * update * make fix-copies * update * update tests * handle device and dtype for safety checker; required in latest diffusers * remove enable_gqa and use repeat_interleave instead * enforce safety checker; use dummy checker in fast tests * add review suggestion for ONNX export Co-Authored-By:
Asfiya Baig <asfiyab@nvidia.com> * fix safety_checker issues when not passed explicitly We could either do what's done in this commit, or update the Cosmos examples to explicitly pass the safety checker * use cosmos guardrail package * auto format docs * update conversion script to support 14B models * update name CosmosPipeline -> CosmosTextToWorldPipeline * update docs * fix docs * fix group offload test failing for vae --------- Co-authored-by:
Asfiya Baig <asfiyab@nvidia.com>
-
- 06 May, 2025 8 commits
-
-
Sayak Paul authored
* minor updates to bitsandbytes docs. * Apply suggestions from code review
-
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 10 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>
-