feat: Support ComfyUI-Manager for pip version (#7555)

This commit is contained in:
Dr.Lt.Data
2025-12-02 12:32:52 +09:00
committed by GitHub
parent c55dc857d5
commit b4a20acc54
6 changed files with 55 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ from comfy.cli_args import args
SERVER_FEATURE_FLAGS: Dict[str, Any] = {
"supports_preview_metadata": True,
"max_upload_size": args.max_upload_size * 1024 * 1024, # Convert MB to bytes
"extension": {"manager": {"supports_v4": True}},
}