From 496544b4874cc36869739862867b1d0349fceffd Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 27 Jun 2026 23:28:01 +0000 Subject: [PATCH] Clarify diffusers image editing support --- routes/shell_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/shell_routes.py b/routes/shell_routes.py index d133b9254..8af465482 100644 --- a/routes/shell_routes.py +++ b/routes/shell_routes.py @@ -1148,7 +1148,7 @@ def setup_shell_routes() -> APIRouter: { "name": "diffusers", "pip": "diffusers[torch]", - "desc": "Image generation pipelines (SD, Flux) with PyTorch", + "desc": "Image generation/editing pipelines (SD, Flux) with PyTorch", "category": "Image", "target": "remote", },