takuma104 commited on
Commit
390f12e
1 Parent(s): 2e343db

update url

Browse files
model_compare_full/README.md CHANGED
The diff for this file is too large to render. See raw diff
 
model_compare_full/gen_markdown.py CHANGED
@@ -18,8 +18,8 @@ def print_header():
18
  print("")
19
 
20
  def get_url(path):
21
- url = "./all_controlnet_models/"
22
- #url = 'https://huggingface.co/takuma104/controlnet_dev/resolve/main/model_compare_full/all_controlnet_models/'
23
  return url + path
24
 
25
  for cnet in cnet_models:
 
18
  print("")
19
 
20
  def get_url(path):
21
+ # url = "./all_controlnet_models/"
22
+ url = 'https://huggingface.co/takuma104/controlnet_dev/resolve/main/model_compare_full/all_controlnet_models/'
23
  return url + path
24
 
25
  for cnet in cnet_models: