Skip to content

Commit

Permalink
Update comfy registry. (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang authored May 8, 2024
1 parent f337cc7 commit 7b1c743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy_cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7b1c743

Please sign in to comment.