- 16 Jan, 2024 7 commits
-
-
Charchit Sharma authored
* changes in utils * removed loc
-
Charchit Sharma authored
* posix lora * changes and style fix
-
Fabio Rigano authored
* 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>
-
YiYi Xu authored
update expected slice
-
Dong authored
*
🐛 fix ip-adapter controlnet img2img missing code *📝 edit test *📝 edit test *📝 run make style and quality *🎨 remove slow tests -
SangKim authored
Enable image resizing to adjust its height and width in StableDiffusionXLInstructPix2PixPipeline (#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
-
Aryan V S authored
* fix training resume * update * update
-
- 15 Jan, 2024 13 commits
-
-
Patrick von Platen authored
-
Fabio Rigano authored
* 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>
-
Aryan V S authored
* fix multicontrolnet support * update README with multicontrolnet example
-
Sayak Paul authored
* 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.
-
Haofan Wang authored
* Update train_text_to_image_sdxl.py * Update train_text_to_image_lora_sdxl.py
-
Charchit Sharma authored
update for t2i_adapter
-
dependabot[bot] authored
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](https://github.com/pallets/jinja/compare/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>
-
Charchit Sharma authored
* changes for pix2pix_sdxl * style fix
-
Charchit Sharma authored
* added torch.compile for pix2pix * required changes
-
Vinh H. Pham authored
make compile compatible
-
Vinh H. Pham authored
make compile compatible
-
gzguevara authored
* torch compatible * code quality fix * ruff style * ruff format
-
Sayak Paul authored
create a utility for casting the lora params during training.
-
- 12 Jan, 2024 8 commits
-
-
Sayak Paul authored
* 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.
-
Vinh H. Pham authored
* 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 70ab09732e7cfec0b19c497f823ddd1c8259dad0. --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
gzguevara authored
* added unwrapper * fiz typo
-
Suvaditya Mukherjee authored
* 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>
-
Charchit Sharma authored
* make torch.compile compatible * fix quality
-
Vinh H. Pham authored
support compile
-
Radamés Ajna authored
pass tracker name as argumentw
-
Yassine El Boudouri authored
* 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>
-
- 11 Jan, 2024 5 commits
-
-
Sayak Paul authored
* debug generator * fix? * fix? * fix * remove print. * revert none check
-
Aryan V S authored
* add stylealigned sdxl pipeline * bugfix * update docs * remove einops dependency * update README * update example docstring
-
Sayak Paul authored
make checkpointing compatible when using torch.compile.
-
jquintanilla4 authored
* 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>
-
dg845 authored
* Fix bug where unet's time_cond_proj_dim is not set correctly if using args.unet_time_cond_proj_dim. * make style
-
- 10 Jan, 2024 6 commits
-
-
Steven Liu authored
new inpaint features
-
Steven Liu authored
edits
-
antoine-scenario authored
* add IP-Adapter to StableDiffusionXLControlNetImg2ImgPipeline Update src/diffusers/pipelines/controlnet/pipeline_controlnet_sd_xl_img2img.py Co-authored-by:
YiYi Xu <yixu310@gmail.com> fix tests * fix failing test --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
YiYi Xu authored
--------- Co-authored-by:
yiyixuxu <yixu310@gmail,com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
YiYi Xu authored
--------- Co-authored-by:
yiyixuxu <yixu310@gmail,com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Rahul Raman authored
* base template file - train_instruct_pix2pix.py * additional import and parser argument requried for lora * finetune only instructpix2pix model -- no need to include these layers * inject lora layers * freeze unet model -- only lora layers are trained * training modifications to train only lora parameters * store only lora parameters * move train script to research project * run quality and style code checks * move train script to a new folder * add README * update README * update references in README --------- Co-authored-by:
Rahul Raman <rahulraman@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
- 09 Jan, 2024 1 commit
-
-
Steven Liu authored
svd
-