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 #185
Merged
Merged
Merge changes #185
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
* fixed issue #9350, Tensor is deprecated * ran make style
* refactor image_processor file * changes as requested * +1 edits * quality fix * indent issue --------- Co-authored-by: Aryan <[email protected]> Co-authored-by: YiYi Xu <[email protected]>
* refac: docstrings in training_utils.py * fix: manual edits * run make style * add docstring at cast_training_params --------- Co-authored-by: Sayak Paul <[email protected]>
* [docs] refactoring docstrings in community/hd_painter.py * Update examples/community/hd_painter.py Co-authored-by: Aryan <[email protected]> * make style --------- Co-authored-by: Aryan <[email protected]> Co-authored-by: Aryan <[email protected]>
* [docs] refactoring docstrings in `models/embeddings_flax.py` * Update src/diffusers/models/embeddings_flax.py * make style --------- Co-authored-by: Aryan <[email protected]>
* Fix some documentation in ./src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py * Update src/diffusers/models/adapter.py Co-authored-by: Steven Liu <[email protected]> * Update src/diffusers/models/adapter.py Co-authored-by: Steven Liu <[email protected]> * Update src/diffusers/models/adapter.py Co-authored-by: Steven Liu <[email protected]> * Update src/diffusers/models/adapter.py Co-authored-by: Steven Liu <[email protected]> * Update src/diffusers/models/adapter.py Co-authored-by: Steven Liu <[email protected]> * Update src/diffusers/models/adapter.py Co-authored-by: Steven Liu <[email protected]> * Update src/diffusers/models/adapter.py Co-authored-by: Steven Liu <[email protected]> * run make style * make style & fix * make style : 0.1.5 version ruff * revert changes to examples --------- Co-authored-by: Steven Liu <[email protected]> Co-authored-by: Aryan <[email protected]>
* update * update * update * update * update * add coauthor Co-Authored-By: yuan-shenghai <[email protected]> * add coauthor Co-Authored-By: Shenghai Yuan <[email protected]> * update Co-Authored-By: yuan-shenghai <[email protected]> * update --------- Co-authored-by: yuan-shenghai <[email protected]> Co-authored-by: Shenghai Yuan <[email protected]>
* Add support of Xlabs Controlnets --------- Co-authored-by: Anzhella Pankratova <[email protected]>
* CogVideoX docs --------- Co-authored-by: Steven Liu <[email protected]> Co-authored-by: YiYi Xu <[email protected]>
* gatherparams bug * calling context lib object * fix --------- Co-authored-by: Aryan <[email protected]>
…#9622) * log a warning when there are missing keys in the LoRA loading. * handle missing keys and unexpected keys better. * add tests * fix-copies. * updates * tests * concat warning. * Add Differential Diffusion to Kolors (#9423) * Added diff diff support for kolors img2img * Fized relative imports * Fized relative imports * Added diff diff support for Kolors * Fized import issues * Added map * Fized import issues * Fixed naming issues * Added diffdiff support for Kolors img2img pipeline * Removed example docstrings * Added map input * Updated latents Co-authored-by: Álvaro Somoza <[email protected]> * Updated `original_with_noise` Co-authored-by: Álvaro Somoza <[email protected]> * Improved code quality --------- Co-authored-by: Álvaro Somoza <[email protected]> * FluxMultiControlNetModel (#9647) * tests * Update src/diffusers/loaders/lora_pipeline.py Co-authored-by: YiYi Xu <[email protected]> * fix --------- Co-authored-by: M Saqlain <[email protected]> Co-authored-by: Álvaro Somoza <[email protected]> Co-authored-by: hlky <[email protected]> Co-authored-by: YiYi Xu <[email protected]>
* add latent caching + smol updates * update license * replace with free_memory * add --upcast_before_saving to allow saving transformer weights in lower precision * fix models to accumulate * fix mixed precision issue as proposed in #9565 * smol update to readme * style * fix caching latents * style * add tests for latent caching * style * fix latent caching --------- Co-authored-by: Sayak Paul <[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.