- 09 Oct, 2025 1 commit
-
-
Sayak Paul authored
-
- 08 Oct, 2025 2 commits
-
-
Sayak Paul authored
* revisit the installations in CI. * up * up * up * empty * up * up * up
-
Sayak Paul authored
* fix dockerfile definitions. * python 3.10 slim. * up * up * up * up * up * revert pr_tests.yml changes * up * up * reduce python version for torch 2.1.0
-
- 26 Aug, 2025 1 commit
-
-
Sayak Paul authored
* start removing flax stuff. * add deprecation warning. * add warning messages. * more warnings. * remove dockerfiles. * remove more. * Update src/diffusers/models/attention_flax.py Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com> * up --------- Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com>
-
- 09 Jul, 2025 1 commit
-
-
Sayak Paul authored
update doc builder dockerfile to include quant libs.
-
- 26 May, 2025 1 commit
-
-
Sayak Paul authored
* remove compile cuda docker. * replace compile cuda docker path. * better manage compilation cache. * propagate similar to the pipeline tests. * remove unneeded compile test. * small. * don't check for deleted files.
-
- 16 Apr, 2025 1 commit
-
-
Sayak Paul authored
unpin torch versions for onnx
-
- 07 Jan, 2025 1 commit
-
-
Dhruv Nair authored
* update * update
-
- 19 Nov, 2024 1 commit
-
-
Dhruv Nair authored
* update * update
-
- 20 Oct, 2024 1 commit
-
-
Sayak Paul authored
* pin torch versions in the dockerfiles. * more
-
- 24 Sep, 2024 1 commit
-
-
Sayak Paul authored
* allow faster downloads from the Hub in CI. * HF_HUB_ENABLE_HF_TRANSFER: 1 * empty * empty * remove ENV HF_HUB_ENABLE_HF_TRANSFER=1. * empty
-
- 25 Jul, 2024 1 commit
-
-
Dhruv Nair authored
* update * update * update
-
- 16 Jul, 2024 1 commit
-
-
Sayak Paul authored
include python3.10 dev and solve header missing problem
-
- 29 Jun, 2024 1 commit
-
-
Sayak Paul authored
* fix * fixes * add back the deadsnakes * better messaging * disable IP adapter tests for the moment. * style * up * empty
-
- 17 Jun, 2024 1 commit
-
-
Dhruv Nair authored
temp pin numpy
-
- 27 May, 2024 2 commits
-
-
Sayak Paul authored
-
Dhruv Nair authored
update
-
- 24 May, 2024 1 commit
-
-
Dhruv Nair authored
* update * update
-
- 10 May, 2024 1 commit
-
-
Sayak Paul authored
* upgrade to python 3.10 * fix * try https://askubuntu.com/questions/1459694/can-not-find-python3-10-after-apt-get-installation * fix * up * yes * okay * up * up * up * up * up * check * okay * up * i[ * fix
-
- 10 Apr, 2024 1 commit
-
-
Sayak Paul authored
* remove libsndfile1-dev and libgl1 from workflows and ensure that re present in the respective dockerfiles. * change to self-hosted runner; let's see
🤞 * add libsndfile1-dev libgl1 for now * use self-hosted runners for building and push too.
-
- 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
-
- 04 Mar, 2024 1 commit
-
-
Dhruv Nair authored
update Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 01 Mar, 2024 1 commit
-
-
Sayak Paul authored
pin uv version for now.
-
- 27 Feb, 2024 2 commits
-
-
Sayak Paul authored
remove uv from docker jax tpu
-
Sayak Paul authored
move to uv in the Dockerfiles.
-
- 12 Feb, 2024 1 commit
-
-
Dhruv Nair authored
* update * update * update --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 31 Jan, 2024 1 commit
-
-
Dhruv Nair authored
* update * update --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 16 Jan, 2024 1 commit
-
-
Sayak Paul authored
remove omegaconf
👋
-
- 31 Oct, 2023 1 commit
-
-
Dhruv Nair authored
update docker image for xformers
-
- 23 Oct, 2023 1 commit
-
-
Dhruv Nair authored
fix tests
-
- 17 Oct, 2023 1 commit
-
-
Dhruv Nair authored
update base image for tests
-
- 12 Oct, 2023 1 commit
-
-
Dhruv Nair authored
* move xformers to dedicated runner * fix * remove ptl from test runner images
-
- 05 Oct, 2023 1 commit
-
-
Dhruv Nair authored
-
- 02 Oct, 2023 1 commit
-
-
Dhruv Nair authored
compile test fixes
-
- 26 Sep, 2023 1 commit
-
-
Dhruv Nair authored
* test fix * fix tests * fix report name --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 06 Jul, 2023 1 commit
-
-
Patrick von Platen authored
* Add new text encoder * add transformers depth * More * Correct conversion script * Fix more * Fix more * Correct more * correct text encoder * Finish all * proof that in works in run local xl * clean up * Get refiner to work * Add red castle * Fix batch size * Improve pipelines more * Finish text2image tests * Add img2img test * Fix more * fix import * Fix embeddings for classic models (#3888) Fix embeddings for classic SD models. * Allow multiple prompts to be passed to the refiner (#3895) * finish more * Apply suggestions from code review * add watermarker * Model offload (#3889) * Model offload. * Model offload for refiner / img2img * Hardcode encoder offload on img2img vae encode Saves some GPU RAM in img2img / refiner tasks so it remains below 8 GB. --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * correct * fix * clean print * Update install warning for `invisible-watermark` * add: missing docstrings. * fix and simplify the usage example in img2img. * fix setup for watermarking. * Revert "fix setup for watermarking." This reverts commit 491bc9f5a640bbf46a97a8e52d6eff7e70eb8e4b. * fix: watermarking setup. * fix: op. * run make fix-copies. * make sure tests pass * improve convert * make tests pass * make tests pass * better error message * fiinsh * finish * Fix final test --------- Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
- 30 May, 2023 1 commit
-
-
Patrick von Platen authored
* Fix temb attention * Apply suggestions from code review * make style * Add tests and fix docker * Apply suggestions from code review
-
- 11 May, 2023 2 commits
-
-
Patrick von Platen authored
* up * up
-
Patrick von Platen authored
Add omegaconfg
-
- 15 Mar, 2023 1 commit
-
-
Patrick von Platen authored
* Update Dockerfile CUDA * Apply suggestions from code review
-