LocalAI/backend/python/diffusers
Ettore Di Giacinto 1ba66d00f5
feat: bundle python inside backends (#6123)
* feat(backends): bundle python

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* test ci

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* vllm on self-hosted

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Add clang

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Try to fix it for Mac

* Relocate links only when is portable

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Make sure to call macosPortableEnv

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Use self-hosted for vllm

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Fixups

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* CI

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

---------

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2025-08-23 22:36:39 +02:00
..
backend.py feat(mlx): add mlx backend (#6049) 2025-08-22 08:42:29 +02:00
install.sh feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00
Makefile feat(mlx): add mlx backend (#6049) 2025-08-22 08:42:29 +02:00
README.md refactor: move backends into the backends directory (#1279) 2023-11-13 22:40:16 +01:00
requirements-cpu.txt feat: bundle python inside backends (#6123) 2025-08-23 22:36:39 +02:00
requirements-cublas11.txt feat(diffusers): add torchvision to support qwen-image-edit (#6103) 2025-08-19 12:05:48 +02:00
requirements-cublas12.txt feat(diffusers): add torchvision to support qwen-image-edit (#6103) 2025-08-19 12:05:48 +02:00
requirements-hipblas.txt chore(deps): bump torch and diffusers (#5970) 2025-08-05 14:47:01 +02:00
requirements-intel.txt chore(deps): bump torch and diffusers (#5970) 2025-08-05 14:47:01 +02:00
requirements-l4t.txt feat(diffusers): add torchvision to support qwen-image-edit (#6103) 2025-08-19 12:05:48 +02:00
requirements-mps.txt feat(diffusers): add MPS version (#6121) 2025-08-22 23:14:54 +02:00
requirements.txt chore(deps): bump grpcio from 1.71.0 to 1.74.0 in /backend/python/diffusers (#6037) 2025-08-12 15:14:35 +02:00
run.sh feat(diffusers): add MPS version (#6121) 2025-08-22 23:14:54 +02:00
test.py chore(tests): replace runaway models for tests (#3432) 2024-08-30 10:04:36 +02:00
test.sh feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00

Creating a separate environment for the diffusers project

make diffusers