From 7b1c74301d2abbc8bb2d0998d9218183613e855c Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Wed, 8 May 2024 15:46:12 -0700 Subject: [PATCH] Update comfy registry. (#22) --- comfy_cli/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_cli/constants.py b/comfy_cli/constants.py index 64921ad..64f1b7e 100644 --- a/comfy_cli/constants.py +++ b/comfy_cli/constants.py @@ -63,4 +63,4 @@ class GPU_OPTION(Enum): # https://github.com/comfyanonymous/ComfyUI/blob/a88b0ebc2d2f933c94e42aa689c42e836eedaf3c/folder_paths.py#L5 SUPPORTED_PT_EXTENSIONS = (".ckpt", ".pt", ".bin", ".pth", ".safetensors") -COMFY_REGISTRY_URL_ROOT = "http://localhost:8080" +COMFY_REGISTRY_URL_ROOT = "https://api-frontend-dev-qod3oz2v2q-uc.a.run.app"