Skip to content

Commit

Permalink
purpuse faile
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed May 15, 2024
1 parent 4d7bd19 commit 6ed7814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy_cli/command/models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ed7814

Please sign in to comment.