We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f337cc7 commit 7b1c743Copy full SHA for 7b1c743
comfy_cli/constants.py
@@ -63,4 +63,4 @@ class GPU_OPTION(Enum):
63
# https://github.com/comfyanonymous/ComfyUI/blob/a88b0ebc2d2f933c94e42aa689c42e836eedaf3c/folder_paths.py#L5
64
SUPPORTED_PT_EXTENSIONS = (".ckpt", ".pt", ".bin", ".pth", ".safetensors")
65
66
-COMFY_REGISTRY_URL_ROOT = "http://localhost:8080"
+COMFY_REGISTRY_URL_ROOT = "https://api-frontend-dev-qod3oz2v2q-uc.a.run.app"
0 commit comments