Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Jan 4, 2024
1 parent 6ce2251 commit 9de227a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions list_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
aliyun_base_url = "oss://oneflow-static/hf_hub/sd-controlnet-canny"

model = "juggernautXL_version6Rundiffusion"
repo = "frankjoshua/juggernautXL_version6Rundiffusion"
repo_name = "frankjoshua/juggernautXL_version6Rundiffusion"
repo_path = f"/Users/tsai/Downloads/{model}"
repo = Repo(repo_path)
dl_base_url = f"https://huggingface.co/{repo}/resolve/main/"
aliyun_base_url = "oss://oneflow-static/hf_hub/{model}"
dl_base_url = f"https://huggingface.co/{repo_name}/resolve/main/"
aliyun_base_url = f"oss://oneflow-static/hf_hub/{model}"

# Get the list of all tracked files
tracked_files = repo.git.ls_files().split("\n")
Expand Down

0 comments on commit 9de227a

Please sign in to comment.