Merged
Conversation
) * 🔧 chore: use modeling_outputs.Transformer2DModelOutput * 🔧 chore: isort * 🔧 chore: isort * style --------- Co-authored-by: sayakpaul <[email protected]>
Update README.md
* fix * style --------- Co-authored-by: yiyixuxu <yixu310@gmail,com> Co-authored-by: Sayak Paul <[email protected]>
…ce#8447) * 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 <[email protected]>
* change max_shard_size to 10GB * add notes to the documentation * Update src/diffusers/models/modeling_utils.py Co-authored-by: Lucain <[email protected]> * change to abs limit --------- Co-authored-by: Lucain <[email protected]>
* quiet attn parameters * fix lint * make style && make quality --------- Co-authored-by: Sayak Paul <[email protected]>
…ts to Korean (huggingface#8294) * 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 <[email protected]> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/ethical_guidelines.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/evaluation.md Co-authored-by: Chulhwa (Evan) Han <[email protected]> * Update docs/source/ko/conceptual/evaluation.md Co-authored-by: Chulhwa (Evan) Han <[email protected]> * Update docs/source/ko/conceptual/evaluation.md Co-authored-by: Chulhwa (Evan) Han <[email protected]> * Update docs/source/ko/conceptual/evaluation.md Co-authored-by: Chulhwa (Evan) Han <[email protected]> * Update docs/source/ko/conceptual/evaluation.md Co-authored-by: Chulhwa (Evan) Han <[email protected]> * Update docs/source/ko/conceptual/evaluation.md Co-authored-by: Chulhwa (Evan) Han <[email protected]> * Update docs/source/ko/conceptual/evaluation.md Co-authored-by: Chulhwa (Evan) Han <[email protected]> * Update philosophy.md (from jungnerd) --------- Co-authored-by: Jihun Lim <[email protected]> Co-authored-by: Chulhwa (Evan) Han <[email protected]>
* 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 <[email protected]> * import fix 2 * update * Update src/diffusers/models/autoencoders/autoencoder_kl.py Co-authored-by: YiYi Xu <[email protected]> * Update src/diffusers/models/autoencoders/autoencoder_kl.py Co-authored-by: YiYi Xu <[email protected]> * Update src/diffusers/models/autoencoders/autoencoder_kl.py Co-authored-by: YiYi Xu <[email protected]> * Update src/diffusers/models/autoencoders/autoencoder_kl.py Co-authored-by: YiYi Xu <[email protected]> * Update src/diffusers/models/autoencoders/autoencoder_kl.py Co-authored-by: YiYi Xu <[email protected]> * Update src/diffusers/models/autoencoders/autoencoder_kl.py Co-authored-by: YiYi Xu <[email protected]> * Update src/diffusers/models/autoencoders/autoencoder_kl.py Co-authored-by: YiYi Xu <[email protected]> * Update src/diffusers/models/autoencoders/autoencoder_kl.py Co-authored-by: YiYi Xu <[email protected]> * Update src/diffusers/models/autoencoders/autoencoder_kl.py Co-authored-by: YiYi Xu <[email protected]> * Update src/diffusers/models/autoencoders/autoencoder_kl.py Co-authored-by: YiYi Xu <[email protected]> * Update src/diffusers/models/autoencoders/autoencoder_kl.py Co-authored-by: YiYi Xu <[email protected]> * 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 <[email protected]> * Update src/diffusers/schedulers/scheduling_flow_match_euler_discrete.py Co-authored-by: YiYi Xu <[email protected]> * Update docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md Co-authored-by: Sayak Paul <[email protected]> * Update docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md Co-authored-by: Sayak Paul <[email protected]> * 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 <[email protected]> Co-authored-by: YiYi Xu <[email protected]>
becasue in Readme it was not correct train_dreambooth_sd3.py to train_dreambooth_lora_sd3
fix warning log
…8497) Update scheduling_flow_match_euler_discrete.py Spelling: Foward -> Forward Co-authored-by: YiYi Xu <[email protected]>
…ngface#8516) * Fix duplicate variable assignments. * Fix duplicate variable assignments.
…uggingface#8519) Fix PATH_IN_REPO in mirror workflow
* update * update
…face#8512) remove prepare mask fn Co-authored-by: yiyixuxu <yixu310@gmail,com> Co-authored-by: Sayak Paul <[email protected]>
post release
…ce#8538) * add `sentencepiece` requirement for SD3 add `sentencepiece` requirement * Empty-Commit --------- Co-authored-by: Sayak Paul <[email protected]>
* pin accelerate to 0.31.0 * update dep table * empty
* 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 <[email protected]> Co-authored-by: Sayak Paul <[email protected]>
… the text encoders are not being trained (huggingface#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 <[email protected]> Co-authored-by: Sayak Paul <[email protected]>
* fix * up --------- Co-authored-by: yiyixuxu <yixu310@gmail,com>
temp pin numpy
…uggingface#8735) * up * Apply suggestions from code review Co-authored-by: Steven Liu <[email protected]> --------- Co-authored-by: Sayak Paul <[email protected]> Co-authored-by: Steven Liu <[email protected]>
* Update controlnet_sd3.py --------- Co-authored-by: YiYi Xu <[email protected]>
…ngface#8743) * fix * fix things. Co-authored-by: Linoy Tsaban <[email protected]> * remove patch * apply suggestions --------- Co-authored-by: Linoy Tsaban <[email protected]> Co-authored-by: sayakpaul <[email protected]> Co-authored-by: Linoy Tsaban <[email protected]>
* add a test suite for SD3 DreamBooth * lora suite * style * add checkpointing tests for LoRA * add test to cover train_text_encoder.
huggingface#8761) up Co-authored-by: Sayak Paul <[email protected]>
* update * Update src/diffusers/models/unets/unet_motion_model.py Co-authored-by: YiYi Xu <[email protected]> --------- Co-authored-by: YiYi Xu <[email protected]>
huggingface#8294 (huggingface#8690) * Update philosophy.md Some contributions were not reflected previously, so I am resubmitting them. * Update docs/source/ko/conceptual/philosophy.md Co-authored-by: Steven Liu <[email protected]> * Update docs/source/ko/conceptual/philosophy.md Co-authored-by: Steven Liu <[email protected]> --------- Co-authored-by: Steven Liu <[email protected]>
…#8608) * add * update sd3 controlnet * Update src/diffusers/models/controlnet_sd3.py --------- Co-authored-by: yiyixuxu <yixu310@gmail,com> Co-authored-by: Dhruv Nair <[email protected]>
…#8670) * introduce to promote reusability. * up * add more tests * up * remove comments. * fix fuse_nan test * clarify the scope of fuse_lora and unfuse_lora * remove space
…ggingface#8773) Revert "[LoRA] introduce `LoraBaseMixin` to promote reusability. (huggingface#8670)" This reverts commit a2071a1.
…ce#8762) * add experimental scripts to train SD3 transformer lora on colab * add readme * add colab * Apply suggestions from code review Co-authored-by: Steven Liu <[email protected]> * fix link in the notebook. --------- Co-authored-by: Steven Liu <[email protected]>
…her libs (huggingface#8777) add dummy lora attention processors to prevent failures in other libs
* add clip_skip * style * smol fix --------- Co-authored-by: Sayak Paul <[email protected]>
…controlnet (huggingface#8783) * add conversion files; changed controlnet for hunyuandit * style --------- Co-authored-by: xingchaoliu <[email protected]> Co-authored-by: yiyixuxu <[email protected]>
fix minor bug in sd3 img2img
fix sharding tests
* Add vae_roundtrip.py example * Add cuda support to vae_roundtrip * Move vae_roundtrip.py into research_projects/vae * Fix channel scaling in vae roundrip and also support taesd. * Apply ruff --fix for CI gatekeep check --------- Co-authored-by: Álvaro Somoza <[email protected]>
…e#8778) * update * update * update * update
…oth lora script (huggingface#8766) * update * update * update
* Improve trainer model cards * Update train_dreambooth_sd3.py * Update train_dreambooth_lora_sd3.py * add link to adapters loading doc * Update train_dreambooth_lora_sd3.py --------- Co-authored-by: Linoy Tsaban <[email protected]>
* fix load sharded checkpoints from subfolder{
* style
* os.path.join
* add a small test
---------
Co-authored-by: sayakpaul <[email protected]>
--------- Co-authored-by: zhuole1025 <[email protected]> Co-authored-by: YiYi Xu <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Fixes # (issue)
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.