1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Add a way to disable api nodes: --disable-api-nodes (#7960)

This commit is contained in:
comfyanonymous
2025-05-06 01:53:53 -07:00
committed by GitHub
parent 1271c4ef9d
commit 094e9ef126
3 changed files with 27 additions and 6 deletions

View File

@@ -148,6 +148,7 @@ parser.add_argument("--windows-standalone-build", action="store_true", help="Win
parser.add_argument("--disable-metadata", action="store_true", help="Disable saving prompt metadata in files.")
parser.add_argument("--disable-all-custom-nodes", action="store_true", help="Disable loading all custom nodes.")
parser.add_argument("--disable-api-nodes", action="store_true", help="Disable loading all api nodes.")
parser.add_argument("--multi-user", action="store_true", help="Enables per-user storage.")