From eff7ea060be3fd0f2e57be081064af3ad756726d Mon Sep 17 00:00:00 2001 From: Yoland Y <4950057+yoland68@users.noreply.github.com> Date: Wed, 15 May 2024 12:26:08 -0700 Subject: [PATCH] purpuse faile --- comfy_cli/command/models/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_cli/command/models/models.py b/comfy_cli/command/models/models.py index cdc0b09..c9689bd 100644 --- a/comfy_cli/command/models/models.py +++ b/comfy_cli/command/models/models.py @@ -39,7 +39,7 @@ def check_civitai_url(url: str) -> Tuple[bool, bool, int, int]: model_id: The model id or None if it's api url version_id: The version id or None if it doesn't have version id info """ - prefix = "civitai.com" + prefix = "civitai.co" try: if prefix in url: # URL is civitai api download url: https://civitai.com/api/download/models/12345