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 #175
Merged
Merged
Merge changes #175
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
* add pe * Update src/diffusers/models/transformers/auraflow_transformer_2d.py Co-authored-by: Sayak Paul <[email protected]> * Update src/diffusers/models/transformers/auraflow_transformer_2d.py * beauty * retrigger ci. --------- Co-authored-by: Sayak Paul <[email protected]>
* update * update
* feat: support sharding for flux. * tests
…de the loop (#9153) * optimize guidance creation in flux pipeline by moving it outside the loop * use torch.full instead of torch.tensor to create a tensor with a single value --------- Co-authored-by: Sayak Paul <[email protected]>
add set_default_attn_processor to pixart.
* fix * apply suggestion
If Karras is not enabled, a device inconsistency error will occur. This is due to the fact that sigmas were not moved to the specified device.
Co-authored-by: Sayak Paul <[email protected]> Co-authored-by: YiYi Xu <[email protected]>
* Added test suite for lumina * Fixed failing tests * Improved code quality * Added function docstrings * Improved formatting
* update * update * update * update
* update * update
…d on #8294 (#8938) * incorrect_number_fix * add_TOC * Update docs/source/ko/conceptual/contribution.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/contribution.md Co-authored-by: Jihun Lim <[email protected]> * fix: manual edits * fix: manual edtis * fix: manual edits * Update docs/source/ko/conceptual/contribution.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/contribution.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/contribution.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/contribution.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/contribution.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/contribution.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/contribution.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/contribution.md Co-authored-by: Jihun Lim <[email protected]> * Update docs/source/ko/conceptual/contribution.md Co-authored-by: Jihun Lim <[email protected]> * fix: manual edits --------- Co-authored-by: Jihun Lim <[email protected]>
add vae slicing and tiling to flux pipeline Co-authored-by: Sayak Paul <[email protected]>
Fix dtype error Co-authored-by: 蒋硕 <[email protected]> Co-authored-by: Sayak Paul <[email protected]>
* update * update
Custom sampler support Stable Cascade Decoder
…s support (#8947) * make latent upscaler accept prompt embeds --------- Co-authored-by: Dhruv Nair <[email protected]> Co-authored-by: Sayak Paul <[email protected]> Co-authored-by: YiYi Xu <[email protected]>
* Added pad controlnet sdxl img2img pipeline --------- Co-authored-by: YiYi Xu <[email protected]>
* refactor rotary embeds * adding jsmidt as co-author of this PR for #9133 --------- Co-authored-by: Sayak Paul <[email protected]> Co-authored-by: Joseph Smidt <[email protected]>
fix docstring Co-authored-by: Sayak Paul <[email protected]>
* break from_pretrained part i. * part ii. * init_kwargs * remove _fetch_init_kwargs * type annotation * dtyle * switch to _check_and_update_init_kwargs_for_missing_modules. * remove _check_and_update_init_kwargs_for_missing_modules. * use pipeline_loading_kwargs. * remove _determine_current_device_map. * remove _filter_null_components. * device_map fix. * fix _update_init_kwargs_with_connected_pipeline. * better handle custom pipeline. * explain _maybe_raise_warning_for_inpainting. * add example for model variant. * fix
* support parsing alpha from a flux lora state dict. * conditional import. * fix breaking changes. * safeguard alpha. * fix
* fix xformers tests * remove unnecessary modifications to cogvideox tests * update
* fix PHILOSOPHY.md * fix CONTRIBUTING.md * fix tutorial_overview.md * fix stable_diffusion.md * Update tutorial_overview.md
merge now, will add/fix test next
* draft of embedding --------- Co-authored-by: Aryan <[email protected]>
* start fusing flux. * test * finish fusion * fix-copues
* update * update
…tch (#9256) Update pipeline_kandinsky2_2_combined.py Bugfix on image type check mismatch
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.