- 08 Oct, 2024 3 commits
-
-
Sayak Paul authored
* handle dora. * print test * debug * fix * fix-copies * update logits * add warning in the test. * make is_dora check consistent. * fix-copies
-
glide-the authored
* Removed int8 to float32 conversion (`* 2.0 - 1.0`) from `train_transforms` as it caused image overexposure. Added `_resize_for_rectangle_crop` function to enable video cropping functionality. The cropping mode can be configured via `video_reshape_mode`, supporting options: ['center', 'random', 'none']. * The number 127.5 may experience precision loss during division operations. * wandb request pil image Type * Resizing bug * del jupyter * make style * Update examples/cogvideo/README.md * make style --------- Co-authored-by: --unset <--unset> Co-authored-by:Aryan <aryan@huggingface.co>
-
Sayak Paul authored
* Update distributed_inference.md to include `transformer.device_map` * Update docs/source/en/training/distributed_inference.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> --------- Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
- 07 Oct, 2024 5 commits
-
-
Eliseu Silva authored
* Fix for use_safetensors parameters, allow use of parameter on loading submodels (#9576)
-
Yijun Lee authored
* refac: docstrings in import_utils.py * Update import_utils.py
-
captainzz authored
* fix vae dtype when accelerate config using --mixed_precision="fp16" * Add param for upcast vae
-
Sayak Paul authored
add a note on the versions.
-
Clem authored
* fix startswith syntax in xlabs lora conversion * Trigger CI https://github.com/huggingface/diffusers/pull/9581#issuecomment-2395530360
-
- 03 Oct, 2024 1 commit
-
-
YiYi Xu authored
* check size * up
-
- 02 Oct, 2024 2 commits
-
-
Xiangchendong authored
Co-authored-by:Aryan <aryan@huggingface.co>
-
Darren Hsu authored
* Support bfloat16 for Upsample2D * Add test and use is_torch_version * Resolve comments and add decorator * Simplify require_torch_version_greater_equal decorator * Run make style --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
- 01 Oct, 2024 1 commit
-
-
JuanCarlosPi authored
* Add pag to controlnet inpainting pipeline --------- Co-authored-by:YiYi Xu <yixu310@gmail.com>
-
- 30 Sep, 2024 2 commits
-
-
hlky authored
-
Sayak Paul authored
* support kohya flux loras that have tes.
-
- 28 Sep, 2024 4 commits
-
-
Sayak Paul authored
* fix: retain memory utility. * fix * quality * free_memory.
-
Anand Kumar authored
[train_instruct_pix2pix.py]Fix the LR schedulers when `num_train_epochs` is passed in a distributed training env (#9316) Fixed pix2pix lr scheduler Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Aryan authored
* remove conv cache from the layer and pass as arg instead * make style * yiyi's cleaner implementation Co-Authored-By:
YiYi Xu <yixu310@gmail.com> * sayak's compiled implementation Co-Authored-By:
Sayak Paul <spsayakpaul@gmail.com> --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
Sayak Paul authored
* fix variant-idenitification. * fix variant * fix sharded variant checkpoint loading. * Apply suggestions from code review * fixes. * more fixes. * remove print. * fixes * fixes * comments * fixes * apply suggestions. * hub_utils.py * fix test * updates * fixes * fixes * Apply suggestions from code review Co-authored-by:
YiYi Xu <yixu310@gmail.com> * updates. * removep patch file. --------- Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
- 27 Sep, 2024 3 commits
-
-
Sayak Paul authored
* clean up the serialization stuff. * better
-
PromeAI authored
* add train flux-controlnet scripts in example. * fix error * fix subfolder error * fix preprocess error * Update examples/controlnet/README_flux.md Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * Update examples/controlnet/README_flux.md Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * fix readme * fix note error * add some Tutorial for deepspeed * fix some Format Error * add dataset_path example * remove print, add guidance_scale CLI, readable apply * Update examples/controlnet/README_flux.md Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * update,push_to_hub,save_weight_dtype,static method,clear_objs_and_retain_memory,report_to=wandb * add push to hub in readme * apply weighting schemes * add note * Update examples/controlnet/README_flux.md Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * make code style and quality * fix some unnoticed error * make code style and quality * add example controlnet in readme * add test controlnet * rm Remove duplicate notes * Fix formatting errors * add new control image * add model cpu offload * update help for adafactor * make quality & style * make quality and style * rename flux_controlnet_model_name_or_path * fix back src/diffusers/pipelines/flux/pipeline_flux_controlnet.py * fix dtype error by pre calculate text emb * rm image save * quality fix * fix test * fix tiny flux train error * change report to to tensorboard * fix save name error when test * Fix shrinking errors --------- Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
Your Name <you@example.com>
-
Sayak Paul authored
* make set_adapters() method more robust. * remove patch * better and concise code. * Update src/diffusers/loaders/lora_base.py Co-authored-by:
YiYi Xu <yixu310@gmail.com> --------- Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
- 26 Sep, 2024 3 commits
-
-
Aryan authored
* bugfix: precedence of operations should be slicing -> tiling * fix typo * fix another typo * deprecate current implementation of tiled_encode and use new impl * Update src/diffusers/models/autoencoders/autoencoder_kl.py Co-authored-by:
YiYi Xu <yixu310@gmail.com> * Update src/diffusers/models/autoencoders/autoencoder_kl.py --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
Álvaro Somoza authored
fix
-
YiYi Xu authored
* flux controlnet mode to take into account batch size * incorporate yiyixuxu's suggestions (cleaner logic) as well as clean up control mode handling for multi case * fix * fix use_guidance when controlnet is a multi and does not have config --------- Co-authored-by:
Christopher Beckham <christopher.j.beckham@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
- 25 Sep, 2024 7 commits
-
-
hlky authored
Add beta sigmas / beta noise schedule
-
v2ray authored
Fixed latents_to_rgb doc. Co-authored-by:Álvaro Somoza <asomoza@users.noreply.github.com>
-
YiYi Xu authored
* up * Update src/diffusers/models/modeling_utils.py Co-authored-by:
Aryan <aryan@huggingface.co> --------- Co-authored-by:
Aryan <aryan@huggingface.co>
-
Steven Liu authored
* flux shard * feedback
-
Lee Penkman authored
-
Sayak Paul authored
* batched implementation of flux cfg. * style. * readme * remove comments.
-
hlky authored
-
- 24 Sep, 2024 2 commits
-
-
YiYi Xu authored
* update sd15 repo * update more
-
Sayak Paul authored
* allow faster downloads from the Hub in CI. * HF_HUB_ENABLE_HF_TRANSFER: 1 * empty * empty * remove ENV HF_HUB_ENABLE_HF_TRANSFER=1. * empty
-
- 23 Sep, 2024 7 commits
-
-
LukeLin authored
* Fix bug * import imageio
-
captainzz authored
Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
hlky authored
* Add Noise Schedule/Schedule Type to Schedulers Overview docs * Update docs/source/en/api/schedulers/overview.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> --------- Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
Seongbin Lim authored
Co-authored-by:YiYi Xu <yixu310@gmail.com>
-
hlky authored
* exponential sigmas * Apply suggestions from code review Co-authored-by:
YiYi Xu <yixu310@gmail.com> * make style --------- Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
pibbo88 authored
Fix the bug of sd3 controlnet training when using gradient_checkpointing. Refer to issue #9496
-
M Saqlain authored
* Reduced model size for lumina-tests * Handled failing tests
-