Clarify diffusers image editing support

This commit is contained in:
pewdiepie-archdaemon
2026-06-27 23:28:01 +00:00
parent de4c338423
commit 496544b487
+1 -1
View File
@@ -1148,7 +1148,7 @@ def setup_shell_routes() -> APIRouter:
{ {
"name": "diffusers", "name": "diffusers",
"pip": "diffusers[torch]", "pip": "diffusers[torch]",
"desc": "Image generation pipelines (SD, Flux) with PyTorch", "desc": "Image generation/editing pipelines (SD, Flux) with PyTorch",
"category": "Image", "category": "Image",
"target": "remote", "target": "remote",
}, },