- 12 Jan, 2024 4 commits
-
-
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 9 commits
-
-
Steven Liu authored
svd
-
Steven Liu authored
follow up
-
Steven Liu authored
* edits * fix * feedback
-
Patrick von Platen authored
-
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
-
Sayak Paul authored
fix: vae type
-
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>
-
Patrick von Platen authored
* finish * finish --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 08 Jan, 2024 2 commits
-
-
Yasuna authored
* add tutorials to toctree.yml * fix title * fix words * add overview ja * fix diffusion to 拡散 * fix line 21 * add space * delete supported pipline * fix tutorial_overview.md * fix space * fix typo * Delete docs/source/ja/tutorials/using_peft_for_inference.md this file is not translated * Delete docs/source/ja/tutorials/basic_training.md this file is not translated * Delete docs/source/ja/tutorials/autopipeline.md this file is not translated * fix toctree
-
Sayak Paul authored
-
- 06 Jan, 2024 1 commit
-
-
Sayak Paul authored
minor changes
-
- 05 Jan, 2024 13 commits
-
-
Sayak Paul authored
-
Lucain authored
-
Sayak Paul authored
* introduce integrations module. * remove duplicate methods. * better imports. * move to loaders.py * remove peftadaptermixin from modelmixin. * add: peftadaptermixin selectively. * add: entry to _toctree * Empty-Commit
-
Dhruv Nair authored
Correctly handle creating model index json files when setting compiled modules in pipelines. (#6436) update
-
Liang Hou authored
-
Vinh H. Pham authored
* init works * add gluegen pipeline * add gluegen code * add another way to load language adapter * make style * Update README.md * change doc
-
Sayak Paul authored
* add: experimental script for diffusion dpo training. * random_crop cli. * fix: caption tokenization. * fix: pixel_values index. * fix: grad? * debug * fix: reduction. * fixes in the loss calculation. * style * fix: unwrap call. * fix: validation inference. * add: initial sdxl script * debug * make sure images in the tuple are of same res * fix model_max_length * report print * boom * fix: numerical issues. * fix: resolution * comment about resize. * change the order of the training transformation. * save call. * debug * remove print * manually detaching necessary? * use the same vae for validation. * add: readme.
-
Sayak Paul authored
* introduce unload_lora. * fix-copies
-
Sayak Paul authored
* post release * style --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Junsheng121 authored
* null-text-inversion-implementation * edited * edited * edited * edited * edited * edit * makestyle --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
* edebug * debug * more debug * more more debug * remove tests for LoRAAttnProcessors. * rename
-
Linoy Tsaban authored
* unwrap text encoder when saving hook only for full text encoder tuning * unwrap text encoder when saving hook only for full text encoder tuning * save embeddings in each checkpoint as well * save embeddings in each checkpoint as well * save embeddings in each checkpoint as well * Update examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
jiqing-feng authored
* Intel Gen 4 Xeon and later support bf16 * fix bf16 notes
-