mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-21 15:34:05 +00:00
Node Replacement API (#12014)
This commit is contained in:
@@ -14,6 +14,7 @@ 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}},
|
||||
"node_replacements": True,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user