- 04 Sep, 2024 2 commits
-
-
Vishnu V Jaddipal authored
--------- Co-authored-by:yiyixuxu <yixu310@gmail.com>
-
Eduardo Escobar authored
Enable load_lora_weights for StableDiffusion3InpaintPipeline Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 03 Sep, 2024 4 commits
-
-
YiYi Xu authored
* update * fix --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
-
Aryan authored
* remove frame limit in cogvideox * remove debug prints * Update src/diffusers/models/transformers/cogvideox_transformer_3d.py * revert pipeline; remove frame limitation * revert transformer changes * address review comments * add error message * apply suggestions from review
-
Vishnu V Jaddipal authored
* Fix ```from_single_file``` for xl_inpaint * Add basic flux inpaint pipeline * style, quality, stray print * Fix stray changes * Add inpainting model support * Change lora conversion for xlabs * Fix stray changes * Apply suggestions from code review * style --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 02 Sep, 2024 2 commits
-
-
Aryan authored
* add vid2vid pipeline for cogvideox * make fix-copies * update docs * fake context parallel cache, vae encode tiling * add test for cog vid2vid * use video link from HF docs repo * add copied from comments; correctly rename test class
-
Aryan authored
fake context parallel cache, vae encode tiling (cherry picked from commit bf890bca0e8aed875d6a207f9b826ce894901522)
-
- 30 Aug, 2024 1 commit
-
-
YiYi Xu authored
update to a place holder
-
- 29 Aug, 2024 3 commits
-
-
YiYi Xu authored
change get_1d_rotary to accept pos as torch tensors
-
YiYi Xu authored
fix notes and dtype
-
Sayak Paul authored
* support kohya lora in flux. * format * support xlabs * diffusion_model prefix. * Apply suggestions from code review Co-authored-by:
apolinário <joaopaulo.passos@gmail.com> * empty commit. Co-authored-by:
Leommm-byte <leom20031@gmail.com> --------- Co-authored-by:
apolinário <joaopaulo.passos@gmail.com> Co-authored-by:
Leommm-byte <leom20031@gmail.com>
-
- 28 Aug, 2024 2 commits
-
-
apolinário authored
To match the original code, 7.0 is too high
-
Aryan authored
* update * implement prompt interpolation * make style * resnet memory optimizations * more memory optimizations; todo: refactor * update * update animatediff controlnet with latest changes * refactor chunked inference changes * remove print statements * undo memory optimization changes * update docstrings * fix tests * fix pia tests * apply suggestions from review * add tests * update comment
-
- 27 Aug, 2024 4 commits
-
-
Frank (Haofan) Wang authored
-
Dhruv Nair authored
update
-
Dhruv Nair authored
update
-
Marçal Comajoan Cara authored
to avoid "FutureWarning: transformers.deepspeed module is deprecated and will be removed in a future version. Please import deepspeed modules directly from transformers.integrations" Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 26 Aug, 2024 1 commit
-
-
Álvaro Somoza authored
initial fix
-
- 25 Aug, 2024 2 commits
-
-
YiYi Xu authored
* refactor 3d rope * repeat -> expand
-
王奇勋 authored
* refactor --------- Co-authored-by:haofanwang <haofanwang.ai@gmail.com>
-
- 23 Aug, 2024 5 commits
-
-
yangpei-comp authored
Update pipeline_kandinsky2_2_combined.py Bugfix on image type check mismatch
-
Dhruv Nair authored
update
-
Dhruv Nair authored
update
-
Sayak Paul authored
* start fusing flux. * test * finish fusion * fix-copues
-
zR authored
* draft of embedding --------- Co-authored-by:Aryan <aryan@huggingface.co>
-
- 22 Aug, 2024 4 commits
-
-
YiYi Xu authored
merge now, will add/fix test next
-
Sayak Paul authored
* support parsing alpha from a flux lora state dict. * conditional import. * fix breaking changes. * safeguard alpha. * fix
-
Sayak Paul authored
* break from_pretrained part i. * part ii. * init_kwargs * remove _fetch_init_kwargs * type annotation * dtyle * switch to _check_and_update_init_kwargs_for_missing_modules. * remove _check_and_update_init_kwargs_for_missing_modules. * use pipeline_loading_kwargs. * remove _determine_current_device_map. * remove _filter_null_components. * device_map fix. * fix _update_init_kwargs_with_connected_pipeline. * better handle custom pipeline. * explain _maybe_raise_warning_for_inpainting. * add example for model variant. * fix
-
Steven Liu authored
fix docstring Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 21 Aug, 2024 5 commits
-
-
YiYi Xu authored
* refactor rotary embeds * adding jsmidt as co-author of this PR for https://github.com/huggingface/diffusers/pull/9133 --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
Joseph Smidt <josephsmidt@gmail.com>
-
satani99 authored
* Added pad controlnet sdxl img2img pipeline --------- Co-authored-by:YiYi Xu <yixu310@gmail.com>
-
Dhruv Nair authored
update
-
YiYi Xu authored
fix
-
Vinh H. Pham authored
* make latent upscaler accept prompt embeds --------- Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
- 20 Aug, 2024 3 commits
-
-
Sangwon Lee authored
-
Disty0 authored
Custom sampler support Stable Cascade Decoder
-
Vishnu V Jaddipal authored
-
- 19 Aug, 2024 2 commits
-
-
Zoltan authored
add vae slicing and tiling to flux pipeline Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
YiYi Xu authored
fix
-