takuma104 commited on
Commit
8eece7f
1 Parent(s): 75805ca

update README.md

Browse files
gen_compare_guess_mode/README.md CHANGED
The diff for this file is too large to render. See raw diff
 
gen_compare_guess_mode/gen_markdown.py CHANGED
@@ -21,8 +21,8 @@ def print_header():
21
  print("")
22
 
23
  def get_url(path):
24
- url = "./output_images/"
25
- # url = 'https://huggingface.co/takuma104/controlnet_dev/resolve/main/gen_compare_guess_mode/output_images/'
26
  return url + path
27
  for cnet in cnet_models:
28
  print(f"## ControlNet {cnet}")
 
21
  print("")
22
 
23
  def get_url(path):
24
+ # url = "./output_images/"
25
+ url = 'https://huggingface.co/takuma104/controlnet_dev/resolve/main/gen_compare_guess_mode/output_images/'
26
  return url + path
27
  for cnet in cnet_models:
28
  print(f"## ControlNet {cnet}")