- 18 Jun, 2024 5 commits
-
-
Dhruv Nair authored
[Single File Loading] Handle unexpected keys in CLIP models when `accelerate` isn't installed. (#8462) * update * update * update * update * update --------- Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Álvaro Somoza authored
* tased3 docs * apply suggestion --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
fix the position of param casting when loading them
-
Sayak Paul authored
refactor the density and weighting utilities.
-
Bagheera authored
Co-authored-by:
bghira <bghira@users.github.com> Co-authored-by:
Kashif Rasul <kashif.rasul@gmail.com>
-
- 17 Jun, 2024 4 commits
-
-
Álvaro Somoza authored
* initial commit * default back to 77 * better text * text correction --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
AmosDinh authored
Update controlnet.md Syntax error pipe -> pipeline
-
Dhruv Nair authored
temp pin numpy
-
YiYi Xu authored
* fix * up --------- Co-authored-by:yiyixuxu <yixu310@gmail,com>
-
- 16 Jun, 2024 3 commits
-
-
spacepxl authored
Fix the deletion of SD3 text encoders for Dreambooth/LoRA training if the text encoders are not being trained (#8536) * Update train_dreambooth_sd3.py to fix TE garbage collection * Update train_dreambooth_lora_sd3.py to fix TE garbage collection --------- Co-authored-by:
Kashif Rasul <kashif.rasul@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Rafie Walker authored
* Add lognorm and cosmap weighting * Implement mode sampling * Update examples/dreambooth/train_dreambooth_lora_sd3.py * Update examples/dreambooth/train_dreambooth_lora_sd3.py * Update examples/dreambooth/train_dreambooth_sd3.py * Update examples/dreambooth/train_dreambooth_sd3.py * Update examples/dreambooth/train_dreambooth_sd3.py * Update examples/dreambooth/train_dreambooth_lora_sd3.py * Update examples/dreambooth/train_dreambooth_sd3.py * Update examples/dreambooth/train_dreambooth_sd3.py * Update examples/dreambooth/train_dreambooth_lora_sd3.py * keep timestamp sampling fully on cpu --------- Co-authored-by:
Kashif Rasul <kashif.rasul@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
* pin accelerate to 0.31.0 * update dep table * empty
-
- 14 Jun, 2024 1 commit
-
-
Jonathan Rahn authored
* add `sentencepiece` requirement for SD3 add `sentencepiece` requirement * Empty-Commit --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 13 Jun, 2024 9 commits
-
-
Sayak Paul authored
thanks!
-
Tolga Cangöz authored
-
Sayak Paul authored
post release
-
Haofan Wang authored
-
YiYi Xu authored
remove prepare mask fn Co-authored-by:
yiyixuxu <yixu310@gmail,com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Dhruv Nair authored
* update * update
-
Lucain authored
Fix PATH_IN_REPO in mirror workflow
-
ちくわぶ authored
* Fix duplicate variable assignments. * Fix duplicate variable assignments.
-
Beinsezii authored
-
- 12 Jun, 2024 10 commits
-
-
kkj15dk authored
Update scheduling_flow_match_euler_discrete.py Spelling: Foward -> Forward Co-authored-by:YiYi Xu <yixu310@gmail.com>
-
Beinsezii authored
-
Radamés Ajna authored
-
Sayak Paul authored
fix warning log
-
Sayak Paul authored
fix
-
Ameer Azam authored
becasue in Readme it was not correct train_dreambooth_sd3.py to train_dreambooth_lora_sd3
-
Dhruv Nair authored
* up * add sd3 * update * update * add tests * fix copies * fix docs * update * add dreambooth lora * add LoRA * update * update * update * update * import fix * update * Update src/diffusers/pipelines/stable_diffusion_3/pipeline_stable_diffusion_3.py Co-authored-by:
YiYi Xu <yixu310@gmail.com> * import fix 2 * update * 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:
YiYi Xu <yixu310@gmail.com> * 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:
YiYi Xu <yixu310@gmail.com> * 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:
YiYi Xu <yixu310@gmail.com> * 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:
YiYi Xu <yixu310@gmail.com> * 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:
YiYi Xu <yixu310@gmail.com> * Update src/diffusers/models/autoencoders/autoencoder_kl.py Co-authored-by:
YiYi Xu <yixu310@gmail.com> * update * update * update * fix ckpt id * fix more ids * update * missing doc * Update src/diffusers/schedulers/scheduling_flow_match_euler_discrete.py Co-authored-by:
YiYi Xu <yixu310@gmail.com> * Update src/diffusers/schedulers/scheduling_flow_match_euler_discrete.py Co-authored-by:
YiYi Xu <yixu310@gmail.com> * Update docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * Update docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * update' * fix * update * Update src/diffusers/models/autoencoders/autoencoder_kl.py * Update src/diffusers/models/autoencoders/autoencoder_kl.py * note on gated access. * requirements * licensing --------- Co-authored-by:
sayakpaul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
Jiwook Han authored
* translation about 3 documents into Korean * evaluation doc korean translation * _toctree.yml modify * doc title fix : philosopy->philosophy * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by:
Jihun Lim <31366038+heuristicwave@users.noreply.github.com> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by:
Jihun Lim <31366038+heuristicwave@users.noreply.github.com> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by:
Jihun Lim <31366038+heuristicwave@users.noreply.github.com> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by:
Jihun Lim <31366038+heuristicwave@users.noreply.github.com> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by:
Jihun Lim <31366038+heuristicwave@users.noreply.github.com> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by:
Jihun Lim <31366038+heuristicwave@users.noreply.github.com> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by:
Jihun Lim <31366038+heuristicwave@users.noreply.github.com> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by:
Jihun Lim <31366038+heuristicwave@users.noreply.github.com> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by:
Jihun Lim <31366038+heuristicwave@users.noreply.github.com> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by:
Jihun Lim <31366038+heuristicwave@users.noreply.github.com> * Update docs/source/ko/conceptual/evaluation.md Co-authored-by:
Chulhwa (Evan) Han <cjfghk5697@ajou.ac.kr> * Update docs/source/ko/conceptual/evaluation.md Co-authored-by:
Chulhwa (Evan) Han <cjfghk5697@ajou.ac.kr> * Update docs/source/ko/conceptual/evaluation.md Co-authored-by:
Chulhwa (Evan) Han <cjfghk5697@ajou.ac.kr> * Update docs/source/ko/conceptual/evaluation.md Co-authored-by:
Chulhwa (Evan) Han <cjfghk5697@ajou.ac.kr> * Update docs/source/ko/conceptual/evaluation.md Co-authored-by:
Chulhwa (Evan) Han <cjfghk5697@ajou.ac.kr> * Update docs/source/ko/conceptual/evaluation.md Co-authored-by:
Chulhwa (Evan) Han <cjfghk5697@ajou.ac.kr> * Update docs/source/ko/conceptual/evaluation.md Co-authored-by:
Chulhwa (Evan) Han <cjfghk5697@ajou.ac.kr> * Update philosophy.md (from jungnerd) --------- Co-authored-by:
Jihun Lim <31366038+heuristicwave@users.noreply.github.com> Co-authored-by:
Chulhwa (Evan) Han <cjfghk5697@ajou.ac.kr>
-
Greg Hunkins authored
* quiet attn parameters * fix lint * make style && make quality --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
* change max_shard_size to 10GB * add notes to the documentation * Update src/diffusers/models/modeling_utils.py Co-authored-by:
Lucain <lucainp@gmail.com> * change to abs limit --------- Co-authored-by:
Lucain <lucainp@gmail.com>
-
- 11 Jun, 2024 3 commits
-
-
Patrick authored
* image_processor.py: Fixed an error in ValueError's message , as the string's join method tried to join types, instead of strings Bug that occurred: f"Input is in incorrect format. Currently, we only support {', '.join(supported_formats)}" TypeError: sequence item 0: expected str instance, type found * Fixed: C417 Unnecessary `map` usage (rewrite using a generator expression) --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
YiYi Xu authored
* fix * style --------- Co-authored-by:
yiyixuxu <yixu310@gmail,com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
Update README.md
-
- 10 Jun, 2024 2 commits
-
-
Jianqi Pan authored
*
🔧 chore: use modeling_outputs.Transformer2DModelOutput *🔧 chore: isort *🔧 chore: isort * style --------- Co-authored-by:sayakpaul <spsayakpaul@gmail.com>
-
Luc Georges authored
-
- 08 Jun, 2024 1 commit
-
-
Luc Georges authored
-
- 07 Jun, 2024 2 commits
-
-
Lucain authored
* Move away from * unused constant * Add custom error
-
Sayak Paul authored
* feat: support saving a model in sharded checkpoints. * feat: make loading of sharded checkpoints work. * add tests * cleanse the loading logic a bit more. * more resilience while loading from the Hub. * parallelize shard downloads by using snapshot_download()/ * default to a shard size. * more fix * Empty-Commit * debug * fix * uality * more debugging * fix more * initial comments from Benjamin * move certain methods to loading_utils * add test to check if the correct number of shards are present. * add a test to check if loading of sharded checkpoints from the Hub is okay * clarify the unit when passed as an int. * use hf_hub for sharding. * remove unnecessary code * remove unnecessary function * lucain's comments. * fixes * address high-level comments. * fix test * subfolder shenanigans./ * Update src/diffusers/utils/hub_utils.py Co-authored-by:
Lucain <lucainp@gmail.com> * Apply suggestions from code review Co-authored-by:
Lucain <lucainp@gmail.com> * remove _huggingface_hub_version as not needed. * address more feedback. * add a test for local_files_only=True/ * need hf hub to be at least 0.23.2 * style * final comment. * clean up subfolder. * deal with suffixes in code. * _add_variant default. * use weights_name_pattern * remove add_suffix_keyword * clean up downloading of sharded ckpts. * don't return something special when using index.json * fix more * don't use bare except * remove comments and catch the errors better * fix a couple of things when using is_file() * empty --------- Co-authored-by:
Lucain <lucainp@gmail.com>
-