tori29umai commited on
Commit
1f4dfdd
1 Parent(s): 31d2334

Update utils/dl_utils.py

Browse files
Files changed (1) hide show
  1. utils/dl_utils.py +2 -2
utils/dl_utils.py CHANGED
@@ -57,10 +57,10 @@ def dl_tagger_model(model_dir):
57
 
58
 
59
  def dl_lora_model(model_dir):
60
- file_name = 'lineart.safetensors'
61
  file_path = os.path.join(model_dir, file_name)
62
  if not os.path.exists(file_path):
63
- url = "https://huggingface.co/tori29umai/lineart/resolve/main/sdxl_BWLine.safetensors"
64
  response = requests.get(url, allow_redirects=True)
65
  if response.status_code == 200:
66
  with open(file_path, 'wb') as f:
 
57
 
58
 
59
  def dl_lora_model(model_dir):
60
+ file_name = 'syoujomannga_line.safetensors'
61
  file_path = os.path.join(model_dir, file_name)
62
  if not os.path.exists(file_path):
63
+ url = "https://huggingface.co/tori29umai/Egara_Lora/resolve/main/syoujomannga_line.safetensors"
64
  response = requests.get(url, allow_redirects=True)
65
  if response.status_code == 200:
66
  with open(file_path, 'wb') as f: