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 #126
Merged
Merged
Merge changes #126
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 lora delete feature * added tests and changed condition * deal with corner cases * more corner cases * rename to `delete_adapter_layers` for consistency --------- Co-authored-by: younesbelkada <[email protected]>
…ult pipeline for SDXL (#5784) * feat: sdxl will be automatically detected as pipeline_class * fix: formatting * fix: formatting with black * fix: import pipeline wrongly sorted
* Support maybe_raise_or_warn for peft * fix by comment * unwrap function
more debug
…erate is more than 1 (#5752) * does this fix things? * attention mask use * attention mask order * better masking. * add: tesrt * remove mask_featur * test * debug * fix: tests * deprecate mask_feature * add deprecation test * add slow test * add print statements to retrieve the assertion values. * fix for the 1024 fast tes * fix tesy * fix the remaining * Apply suggestions from code review * more debug --------- Co-authored-by: Patrick von Platen <[email protected]>
* refactor loaders.py to make it cleaner and leaner. * refactor loaders init * inits. * textual inversion to the init. * inits. * remove certain modules from the main init. * AttnProcsLayers * fix imports * avoid circular import. * fix circular import pt 2. * address PR comments * imports * fix: imports. * remove from main init for avoiding circular deps. * remove spurious deps. * fix-copies. * fix imports. * more debug * more debug * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Patrick von Platen <[email protected]>
* first draft * try hfoption syntax * fix hfoption id * add text2image * fix tag * feedback * feedbacks * add textual inversion * DreamBooth * lora * controlnet * instructpix2pix * custom diffusion * t2i * separate training methods and models * sdxl * kandinsky * wuerstchen * light edits
* Fix typos, update, add Copyright info, and trim trailing whitespace * Update alt_diffusion.md * Remove nonoperational demo * Update docs/source/en/api/pipelines/consistency_models.md Co-authored-by: Steven Liu <[email protected]> * Update docs/source/en/api/pipelines/latent_consistency_models.md Co-authored-by: Steven Liu <[email protected]> --------- Co-authored-by: Steven Liu <[email protected]>
* 🔧 Fix import codes in diffusers library * ✨Refactor imports in community examples
* Update keywords; remove version cuz it changes constantly? * Update if necessary * Fix typos and links * version_range_max from PyTorch's setup.py; fix typos; 1 checklist is enough? * Fix a typo * Fix typos * There is already a Blank issue link at the bottom of the page; direct to Diffusers' forum * Add 🌐 Translating a New Language? page * Update .github/ISSUE_TEMPLATE/translate.md Co-authored-by: Steven Liu <[email protected]> * Update PHILOSOPHY.md Co-authored-by: Steven Liu <[email protected]> * Update PHILOSOPHY.md Co-authored-by: Steven Liu <[email protected]> * Update PHILOSOPHY.md * Update PHILOSOPHY.md * Update CONTRIBUTING.md Co-authored-by: Steven Liu <[email protected]> * Update CONTRIBUTING.md * Update CONTRIBUTING.md Co-authored-by: Steven Liu <[email protected]> * Update PHILOSOPHY.md Co-authored-by: Steven Liu <[email protected]> * Update PHILOSOPHY.md Co-authored-by: Steven Liu <[email protected]> * Update README.md Co-authored-by: Steven Liu <[email protected]> * Add X account link * Update setup.py * Update CITATION.cff --------- Co-authored-by: Steven Liu <[email protected]>
* Fixed doc for consistency decoder * Style fix
…5795) Remove .to('cuda') before cpu_offload, trim trailing whitespaces
* update test * update
…munity pipeline) (#5807) * fix: enabled num_images_per_prompt>1 for lpw_stable_diffusion_xl * style: fixed isort
…' Pipelines for Inference Page (#5649) * Fix typos, update, add visualizations * Update sdxl.md * Update controlnet.md * Update docs/source/en/using-diffusers/shap-e.md Co-authored-by: Steven Liu <[email protected]> * Update docs/source/en/using-diffusers/shap-e.md Co-authored-by: Steven Liu <[email protected]> * Update diffedit.md * Update kandinsky.md * Update sdxl.md * Update controlnet.md * Update docs/source/en/using-diffusers/controlnet.md Co-authored-by: Steven Liu <[email protected]> * Update docs/source/en/using-diffusers/controlnet.md Co-authored-by: Steven Liu <[email protected]> * Update controlnet.md --------- Co-authored-by: Steven Liu <[email protected]>
* Fix typos, update, add Copyright info, and trim trailing whitespace * Update docs/source/en/api/pipelines/text_to_video_zero.md Co-authored-by: Steven Liu <[email protected]> * 1 second is not a long video, but 6 seconds is * Update text_to_video_zero.md * Update text_to_video_zero.md * Update text_to_video_zero.md * Update wuerstchen.md --------- Co-authored-by: Steven Liu <[email protected]>
* improvement: docs and type hints * improvement: docs and type hints minor refactor * improvement: docs and type hints * update with suggestions from review Co-Authored-By: Dhruv Nair <[email protected]> --------- Co-authored-by: Dhruv Nair <[email protected]>
* support lcm * fix tests * fix tests
* begin doc * fix examples * add in toctree * fix toctree * improve copy * improve introductions * add lcm doc * fix filename * Apply suggestions from code review Co-authored-by: Steven Liu <[email protected]> * address Sayak's comments * remove controlnet aux * open in colab * move to Specific pipeline examples * update controlent and adapter examples --------- Co-authored-by: Steven Liu <[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.