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 #139
Merged
Merged
Merge changes #139
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
new inpaint features
… is used (#6523) * Fix bug where unet's time_cond_proj_dim is not set correctly if using args.unet_time_cond_proj_dim. * make style
* Added testing notebook and .load_ip_adapter to XLAdapterPipeline * Added annotations * deleted testing notebook * Update src/diffusers/pipelines/t2i_adapter/pipeline_stable_diffusion_xl_adapter.py Co-authored-by: YiYi Xu <yixu310@gmail.com> * code clean up * Add feature_extractor and image_encoder to components --------- Co-authored-by: YiYi Xu <yixu310@gmail.com>
…part II) (#6511) make checkpointing compatible when using torch.compile.
* add stylealigned sdxl pipeline * bugfix * update docs * remove einops dependency * update README * update example docstring
* debug generator * fix? * fix? * fix * remove print. * revert none check
* Remove conversion to RGB * Add a Conversion Function * Add type hint for convert_method * Update src/diffusers/utils/loading_utils.py Update docstring Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Update docstring * Optimize imports * Optimize imports (2) * Reformat code --------- Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
pass tracker name as argumentw
* make torch.compile compatible * fix quality
* update: make controlnet script torch compile compatible Signed-off-by: Suvaditya Mukherjee <suvadityamuk@gmail.com> * update: correct earlier mistakes for compilation Signed-off-by: Suvaditya Mukherjee <suvadityamuk@gmail.com> * update: fix code style issues Signed-off-by: Suvaditya Mukherjee <suvadityamuk@gmail.com> --------- Signed-off-by: Suvaditya Mukherjee <suvadityamuk@gmail.com>
* added unwrapper * fiz typo
* support compile * make style * move unwrap_model inside function * change unwrap call * run make style * Update examples/dreambooth/train_dreambooth.py Co-authored-by: Sayak Paul <spsayakpaul@gmail.com> * Revert "Update examples/dreambooth/train_dreambooth.py" This reverts commit 70ab097. --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
…reamBooth) (#6514) * fix: training resume from fp16. * add: comment * remove residue from another branch. * remove more residues. * thanks to Younes; no hacks. * style. * clean things a bit and modularize _set_state_dict_into_text_encoder * add comment about the fix detailed.
…training. (#6553) create a utility for casting the lora params during training.
* torch compatible * code quality fix * ruff style * ruff format
…6555) make compile compatible
…#6556) make compile compatible
* added torch.compile for pix2pix * required changes
…6576) * changes for pix2pix_sdxl * style fix
…ll (#6539) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
update for t2i_adapter
* Update train_text_to_image_sdxl.py * Update train_text_to_image_lora_sdxl.py
* remove omegaconf from convert_from_ckpt. * remove from single_file. * change to string based ubscription. * style * okay * fix: vae_param * no . indexing. * style * style * turn getattrs into explicit if/else * style * propagate changes to ldm_uncond. * propagate to gligen * propagate to if. * fix: quotes. * propagate to audioldm. * propagate to audioldm2 * propagate to musicldm. * propagate to vq_diffusion * propagate to zero123. * remove omegaconf from diffusers codebase.
* fix multicontrolnet support * update README with multicontrolnet example
* Add support for IPAdapter FaceID * Add docs * Move subfolder to kwargs * Fix quality * Fix image encoder loading * Fix loading + add test * Move to community folder * Fix style * Revert constant update --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
#6554) * fix training resume * update * update
…onXLInstructPix2PixPipeline (#6581) * Enable image resizing to adjust its height and width in StableDiffusionXLInstructPix2PixPipeline * Ensure that validation is performed at every 'validation_step', not at every step
* 🐛 fix ip-adapter controlnet img2img missing code * 📝 edit test * 📝 edit test * 📝 run make style and quality * 🎨 remove slow tests
update expected slice
* Fix path generation on Windows * Update set_default_attn_processors * Use pathlib * Fix quality * Fix copy * Revert changes in set_default_attn_processors --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
* posix lora * changes and style fix
…#6587) * changes in utils * removed loc
* Fixes #6418 Advanced Dreambooth LoRa Training * change order of import to fix nit * fix nit, use cast_training_params * remove torch.compile fix, will move to a new PR * remove unnecessary import
[SVD] Fix output_type="np"
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.