- 24 Feb, 2025 7 commits
-
-
Aryan authored
update
-
SahilCarterr authored
Fix fp16 bug Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Steven Liu authored
* flux group-offload * feedback
-
Steven Liu authored
* sd_embed * feedback
-
hlky authored
Co-authored-by:puhuk <wetr235@gmail.com>
-
Sayak Paul authored
* restruct certain keys to be checked for peft config update. * updates * finish./ * finish 2. * updates
-
hlky authored
* Fix `torch_dtype` in Kolors text encoder with `transformers` v4.49 * Default torch_dtype and warning
-
- 22 Feb, 2025 2 commits
-
-
Daniel Regado authored
* More robust from_pretrained init_kwargs type checking * Corrected for Python 3.10 * Type checks subclasses and fixed type warnings * More type corrections and skip tokenizer type checking * make style && make quality * Updated docs and types for Lumina pipelines * Fixed check for empty signature * changed location of helper functions * make style --------- Co-authored-by:hlky <hlky@hlky.ac>
-
Steven Liu authored
* lora * update * update --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 21 Feb, 2025 9 commits
-
-
Marc Sun authored
remove check
-
SahilCarterr authored
Fix docs
-
hlky authored
* `device_map` in `load_model_dict_into_meta` * _LOW_CPU_MEM_USAGE_DEFAULT * fix is_peft_version is_bitsandbytes_version
-
Dhruv Nair authored
* update * update --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Dhruv Nair authored
update
-
Sayak Paul authored
fix
-
Sayak Paul authored
template for remote vae.
-
Sayak Paul authored
* fix: run tests from a pr workflow. * correct * update * checking.
-
Aryan authored
* update * make fix-copies * update * tests * update * update * add co-author Co-Authored-By:
Langdx <82783347+Langdx@users.noreply.github.com> * add co-author Co-Authored-By:
howe <howezhang2018@gmail.com> * update --------- Co-authored-by:
Langdx <82783347+Langdx@users.noreply.github.com> Co-authored-by:
howe <howezhang2018@gmail.com>
-
- 20 Feb, 2025 13 commits
-
-
Aryan authored
* update * update
-
Daniel Regado authored
* Added runtime checkpoint conversion * Updated docs * Fix for quantized model
-
Sayak Paul authored
* run fast gpu tests conditionally on pull requests. * revert unneeded changes. * simplify PR.
-
Sayak Paul authored
install accelerate transformers from .
-
Parag Ekbote authored
Add 5 Notebooks, improve their example scripts and update the missing links for the example README.
-
Haoyun Qin authored
-
Marc Sun authored
* store cls instead of an obj * style
-
Sayak Paul authored
* poc encode_prompt() tests * fix * updates. * fixes * fixes * updates * updates * updates * revert * updates * updates * updates * updates * remove SDXLOptionalComponentsTesterMixin. * remove tests that directly leveraged encode_prompt() in some way or the other. * fix imports. * remove _save_load * fixes * fixes * fixes * fixes
-
AstraliteHeart authored
-
Sayak Paul authored
* add; utility to check if attn_procs,norms,acts are properly documented. * add support listing to the workflows. * change to 2024. * small fixes. * does adding detailed docstrings help? * uncomment image processor check * quality * fix, thanks to @mishig. * Apply suggestions from code review Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * style * JointAttnProcessor2_0 * fixes * fixes * fixes * fixes * fixes * fixes * Update docs/source/en/api/normalization.md Co-authored-by:
hlky <hlky@hlky.ac> --------- Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> Co-authored-by:
hlky <hlky@hlky.ac>
-
Sayak Paul authored
* feat: lora support for Lumina2. * fix-copies. * updates * updates * docs. * fix * add: training script. * tests * updates * updates * major updates. * updates * fixes * docs. * updates * updates
-
Sayak Paul authored
use proper gemma class and config in lumina2 tests.
-
Aryan authored
remove prints
-
- 19 Feb, 2025 4 commits
-
-
Sayak Paul authored
* feat: introduce a style bot. * updates * Apply suggestions from code review Co-authored-by:
Guillaume LEGENDRE <glegendre01@gmail.com> * apply suggestion * fixes * updates --------- Co-authored-by:
Guillaume LEGENDRE <glegendre01@gmail.com>
-
Marc Sun authored
* first draft model loading refactor * revert name change * fix bnb * revert name * fix dduf * fix huanyan * style * Update src/diffusers/models/model_loading_utils.py Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * suggestions from reviews * Update src/diffusers/models/modeling_utils.py Co-authored-by:
YiYi Xu <yixu310@gmail.com> * remove safetensors check * fix default value * more fix from suggestions * revert logic for single file * style * typing + fix couple of issues * improve speed * Update src/diffusers/models/modeling_utils.py Co-authored-by:
Aryan <aryan@huggingface.co> * fp8 dtype * add tests * rename resolved_archive_file to resolved_model_file * format * map_location default cpu * add utility function * switch to smaller model + test inference * Apply suggestions from code review Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * rm comment * add log * Apply suggestions from code review Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * add decorator * cosine sim instead * fix use_keep_in_fp32_modules * comm --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
Aryan <aryan@huggingface.co>
-
Sayak Paul authored
* make set_adapters() robust on silent failures. * fixes to tests * flaky decorator. * fix * flaky to sd3. * remove warning. * sort * quality * skip test_simple_inference_with_text_denoiser_multi_adapter_block_lora * skip testing unsupported features. * raise warning instead of error.
-
hlky authored
DiffusionPipeline mixin `to`+FromOriginalModelMixin/FromSingleFileMixin `from_single_file` type hint (#10811) * DiffusionPipeline mixin `to` type hint * FromOriginalModelMixin from_single_file * FromSingleFileMixin from_single_file
-
- 18 Feb, 2025 2 commits
-
-
Sayak Paul authored
add missing entries to the lora docs.
-
puhuk authored
This PR updates the max_shift value in flux to 1.15 for consistency across the codebase. In addition to modifying max_shift in flux, all related functions that copy and use this logic, such as calculate_shift in `src/diffusers/pipelines/stable_diffusion_3/pipeline_stable_diffusion_3_img2img.py`, have also been updated to ensure uniform behavior.
-
- 17 Feb, 2025 2 commits
-
-
Sayak Paul authored
update lora support for flux.
-
Sayak Paul authored
fix
-
- 16 Feb, 2025 1 commit
-
-
Parag Ekbote authored
* Add support for callback_on_step_end for AuraFlowPipeline and LuminaText2ImgPipeline. * Apply the suggestions from code review for lumina and auraflow Co-authored-by:
hlky <hlky@hlky.ac> * Update missing inputs and imports. * Add input field. * Apply suggestions from code review-2 Co-authored-by:
hlky <hlky@hlky.ac> * Apply the suggestions from review for unused imports. Co-authored-by:
hlky <hlky@hlky.ac> * make style. * Update pipeline_aura_flow.py * Update pipeline_lumina.py * Update pipeline_lumina.py * Update pipeline_aura_flow.py * Update pipeline_lumina.py --------- Co-authored-by:
hlky <hlky@hlky.ac>
-