forked from huggingface/diffusers
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge changes #165
Merged
Merged
Merge changes #165
Conversation
This file contains 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
* shift cache. * comment
…s is passed in a distributed training env (#8476) * Create diffusers.yml * num_train_epochs --------- Co-authored-by: Sayak Paul <[email protected]>
* update training * update --------- Co-authored-by: Sayak Paul <[email protected]> Co-authored-by: Linoy Tsaban <[email protected]>
* add v1.2 support --------- Co-authored-by: xingchaoliu <[email protected]> Co-authored-by: yiyixuxu <[email protected]>
…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]>
* 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.
#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]>
#8294 (#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]>
* 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]>
* 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
* 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 (#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 (#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]>
* update * update * update * update
…oth lora script (#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]>
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.
No description provided.