- 26 Jan, 2024 1 commit
-
-
Aryan V S authored
-
- 24 Jan, 2024 2 commits
-
-
Brandon Strong authored
* sd1.5 support in separate script A quick adaptation to support people interested in using this method on 1.5 models. * sd15 prompt text encoding and unet conversions as per @linoytsaban 's recommendations. Testing would be appreciated, * Readability and quality improvements Removed some mentions of SDXL, and some arguments that don't apply to sd 1.5, and cleaned up some comments. * make style/quality commands * tracker rename and run-it doc * Update examples/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.py * Update examples/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.py --------- Co-authored-by:Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
-
Haofan Wang authored
* Update pipeline_controlnet_sd_xl.py * Update pipeline_controlnet_xs_sd_xl.py
-
- 23 Jan, 2024 3 commits
-
-
Haofan Wang authored
* add instantid pipeline * format * Update README.md * Update README.md * format --------- Co-authored-by:
ResearcherXman <xhs.research@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Ayush Mangal authored
* Add instaflow community pipeline * Make styling fixes * Add lora * Fix formatting * Add docs * Update README.md * Update README.md * Remove do LORA * Update readme * Update README.md * Update README.md --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Sayak Paul authored
* move unets to module
🦋 * parameterize unet-level import. * fix flax unet2dcondition model import * models __init__ * mildly depcrecating models.unet_2d_blocks in favor of models.unets.unet_2d_blocks. * noqa * correct depcrecation behaviour * inherit from the actual classes. * Empty-Commit * backwards compatibility for unet_2d.py * backward compatibility for unet_2d_condition * bc for unet_1d * bc for unet_1d_blocks
-
- 22 Jan, 2024 1 commit
-
-
Sayak Paul authored
apply fixes from #6547
-
- 19 Jan, 2024 3 commits
-
-
HelloWorldBeginner authored
* Fixed the bug related to saving DeepSpeed models. * Add information about training SD models using DeepSpeed to the README. * Apply suggestions from code review --------- Co-authored-by:
mhh001 <mahonghao1@huawei.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
SangKim authored
-
Aryan V S authored
* add animatediff img2vid * fix * Update examples/community/README.md Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * fix code snippet between ip adapter face id and animatediff img2vid --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
- 17 Jan, 2024 2 commits
-
-
Linoy Tsaban authored
* fixes bugs: 1. redundant retraction 2. param clone 3. stopping optimization of text encoder params * param upscaling * style
-
Steve Rhoades authored
resolve conflicts
-
- 16 Jan, 2024 3 commits
-
-
Steve Rhoades authored
* 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
-
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 11 commits
-
-
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
-
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 7 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
-
- 11 Jan, 2024 3 commits
-
-
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.
-
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 1 commit
-
-
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 3 commits
-
-
Sayak Paul authored
* make it torch.compile comaptible * make the text encoder compatible too. * style
-
Yifan Zhou authored
* upload codes and doc * lint * lint * lint * update code * remove blank lines * Fix load url
-
jiqing-feng authored
* enable stable-xl textual inversion * check if optimizer_2 exists * check text_encoder_2 before using * add textual inversion for sdxl in a single file * fix style * fix example style * reset for error changes * add readme for sdxl * fix style * disable autocast as it will cause cast error when weight_dtype=bf16 * fix spelling error * fix style and readme and 8bit optimizer * add README_sdxl.md link * add tracker key on log_validation * run style * rm the second center crop --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-