- 20 Mar, 2024 1 commit
-
-
Sayak Paul authored
* clean dep installation step in push_tests * fix: deps
-
- 16 Mar, 2024 1 commit
-
-
Sayak Paul authored
* pop scale from the top-level unet instead of getting it. * improve readability. * fix: pypi workflow deps * revert
-
- 15 Mar, 2024 1 commit
-
-
Sayak Paul authored
-
- 14 Mar, 2024 1 commit
-
-
Sayak Paul authored
-
- 13 Mar, 2024 2 commits
-
-
Sayak Paul authored
* add: support for notifying maintainers about the nightly test status * add: a tempoerary workflow for validation. * cancel in progress. * runs-on * clean up * add: peft dep * change device. * multiple edits. * remove temp workflow.
-
Sayak Paul authored
* feat: automate the process of pypi publication to some extent. * utility to fetch the latest release branch * correct package name.
-
- 11 Mar, 2024 1 commit
-
-
Sayak Paul authored
[Dockerfiles] add: a workflow to check if docker containers can be built in case of modifications (#7129) * add: a workflow to check if docker containers can be built if the files are modified. * type * unify docker image build test and push * make it run on prs too. * check * check * check * check again. * remove docker test build file. * remove extra dependencies./ * check
-
- 01 Mar, 2024 4 commits
-
-
Dhruv Nair authored
update
-
Sayak Paul authored
* make workflow dispatchable. * fix: lcm lora compile
-
Sayak Paul authored
pin uv version for now.
-
Sayak Paul authored
fix: path
-
- 29 Feb, 2024 3 commits
-
-
Sayak Paul authored
-
Sayak Paul authored
-
Sayak Paul authored
* use uv for installing stuff in the workflows. * fix: from source installation command when using uv. * fix uv venv issue * edit editable installation. * fix quality installation * checking * make editable. * more check * check * add: export step * venv handling. * checking. * fix: dependency workflows. * peft tests. * proper way to initialize env. * Empty-Commit * Empty-Commit
-
- 28 Feb, 2024 2 commits
-
-
Dhruv Nair authored
update
-
Sayak Paul authored
make tests conditional and other things.
-
- 27 Feb, 2024 1 commit
-
-
Sayak Paul authored
edit templates to remove patrick's name.
-
- 16 Feb, 2024 1 commit
-
-
Sayak Paul authored
-
- 09 Feb, 2024 1 commit
-
-
Sayak Paul authored
* deprecate certain lora methods from the old backend. * uncomment necessary things. * safe remove old lora backend
👋
-
- 17 Jan, 2024 1 commit
-
-
Patrick von Platen authored
-
- 09 Jan, 2024 1 commit
-
-
Patrick von Platen authored
-
- 08 Jan, 2024 1 commit
-
-
Sayak Paul authored
-
- 04 Jan, 2024 1 commit
-
-
Sayak Paul authored
* disable running peft non-peft lora test in the peft env. * Empty-Commit
-
- 28 Dec, 2023 1 commit
-
-
Sayak Paul authored
-
- 19 Dec, 2023 1 commit
-
-
Sayak Paul authored
* add peft dependency * add peft dependency at the correct place.
-
- 12 Dec, 2023 1 commit
-
-
Sayak Paul authored
* add poc for benchmarking workflow. * import * fix argument * fix: argument * fix: path * fix * fix * path * output csv files. * workflow cleanup * append token * add utility to push to hf dataset * fix: kw arg * better reporting * fix: headers * better formatting of the numbers. * better type annotation * fix: formatting * moentarily disable check * push results. * remove disable check * introduce base classes. * img2img class * add inpainting pipeline * intoduce base benchmark class. * add img2img and inpainting * feat: utility to compare changes * fix * fix import * add args * basepath * better exception handling * better path handling * fix * fix * remove * ifx * fix * add: support for controlnet. * image_url -> url * move images to huggingface hub * correct urls. * root_ckpt * flush before benchmarking * don't install accelerate from source * add runner * simplify Diffusers Benchmarking step * change runner * fix: subprocess call. * filter percentage values * fix controlnet benchmark * add t2i adapters. * fix filter columns * fix t2i adapter benchmark * fix init. * fix * remove safetensors flag * fix args print * fix * feat: run_command * add adapter resolution mapping * benchmark t2i adapter fix. * fix adapter input * fix * convert to L. * add flush() add appropriate places * better filtering * okay * get env for torch * convert to float * fix * filter out nans. * better coment * sdxl * sdxl for other benchmarks. * fix: condition * fix: condition for inpainting * fix: mapping for resolution * fix * include kandinsky and wuerstchen * fix: Wuerstchen * Empty-Commit * [Community] AnimateDiff + Controlnet Pipeline (#5928) * begin work on animatediff + controlnet pipeline * complete todos, uncomment multicontrolnet, input checks Co-Authored-By:
EdoardoBotta <botta.edoardo@gmail.com> * update Co-Authored-By:
EdoardoBotta <botta.edoardo@gmail.com> * add example * update community README * Update examples/community/README.md --------- Co-authored-by:
EdoardoBotta <botta.edoardo@gmail.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * EulerDiscreteScheduler add `rescale_betas_zero_snr` (#6024) * EulerDiscreteScheduler add `rescale_betas_zero_snr` * Revert "[Community] AnimateDiff + Controlnet Pipeline (#5928)" This reverts commit 821726d7c0fba25f06ed8bba26984d9ccc014871. * Revert "EulerDiscreteScheduler add `rescale_betas_zero_snr` (#6024)" This reverts commit 3dc2362b5a89380f66ac006b1a787411fa1a9574. * add SDXL turbo * add lcm lora to the mix as well. * fix * increase steps to 2 when running turbo i2i * debug * debug * debug * fix for good * fix and isolate better * fuse lora so that torch compile works with peft * fix: LCMLoRA * better identification for LCM * change to cron job --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com> Co-authored-by:
Aryan V S <contact.aryanvs@gmail.com> Co-authored-by:
EdoardoBotta <botta.edoardo@gmail.com> Co-authored-by:
Beinsezii <39478211+Beinsezii@users.noreply.github.com>
-
- 07 Dec, 2023 1 commit
-
-
Younes Belkada authored
* adapt example scripts to use PEFT * Update examples/text_to_image/train_text_to_image_lora.py * fix * add for SDXL * oops * make sure to install peft * fix * fix * fix dreambooth and lora * more fixes * add peft to requirements.txt * fix * final fix * add peft version in requirements * remove comment * change variable names * add few lines in readme * add to reqs * style * fix issues * fix lora dreambooth xl tests * init_lora_weights to gaussian and add out proj where missing * ammend requirements. * ammend requirements.txt * add correct peft versions --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 06 Dec, 2023 1 commit
-
-
Dhruv Nair authored
update
-
- 04 Dec, 2023 1 commit
-
-
Dhruv Nair authored
* update setup and deps table * update * update * update * up * up * update * up * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * quality fix * fix failure reporting --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 29 Nov, 2023 1 commit
-
-
Sayak Paul authored
* control and custom diffusion * dreambooth * instructpix2pix and dreambooth ckpting * t2i adapters. * text to image ft * textual inversion * unconditional * workflows * import fix * fix import
-
- 27 Nov, 2023 1 commit
-
-
Patrick von Platen authored
* [Tests] Make sure that we don't run tests mulitple times * [Tests] Make sure that we don't run tests mulitple times * [Tests] Make sure that we don't run tests mulitple times
-
- 21 Nov, 2023 1 commit
-
-
Dhruv Nair authored
* add tests fetcher to utils * add test fetcher * update * update * remove unused dependency version check script * update * fix mistake * update * update * update * update * update * update * update * remove concurrency params * update * update * update * update * update * update * move test fetcher to dedicated workflow
-
- 20 Nov, 2023 2 commits
-
-
Younes Belkada authored
Update pr_test_peft_backend.yml
-
Kashif Rasul authored
* ruff format * not need to use doc-builder's black styling as the doc is styled in ruff * make fix-copies * comment * use run_ruff
-
- 17 Nov, 2023 1 commit
-
-
Younes Belkada authored
* add also peft latest on peft CI * up * up * up * Update .github/workflows/pr_test_peft_backend.yml --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 14 Nov, 2023 1 commit
-
-
M. Tolga Cangöz authored
* 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 <59462357+stevhliu@users.noreply.github.com> * Update PHILOSOPHY.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update PHILOSOPHY.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update PHILOSOPHY.md * Update PHILOSOPHY.md * Update CONTRIBUTING.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update CONTRIBUTING.md * Update CONTRIBUTING.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update PHILOSOPHY.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update PHILOSOPHY.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update README.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Add X account link * Update setup.py * Update CITATION.cff --------- Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
- 09 Nov, 2023 1 commit
-
-
Dhruv Nair authored
install acclerate from pypi
-
- 07 Nov, 2023 1 commit
-
-
Dhruv Nair authored
* explicit torch dependency check * update * update * update
-
- 30 Oct, 2023 1 commit
-
-
Younes Belkada authored
* add peft slow tests workflow * Update .github/workflows/push_tests.yml --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 27 Oct, 2023 1 commit
-
-
Gabriel de Souza authored
* docs: initial pt translation * docs: add pt build to github workflow and fix some missing translations
-