tori29umai commited on
Commit
ed2c803
1 Parent(s): c1d505b
Files changed (1) hide show
  1. utils/dl_utils.py +1 -1
utils/dl_utils.py CHANGED
@@ -57,7 +57,7 @@ def dl_tagger_model(model_dir):
57
 
58
 
59
  def dl_lora_model(model_dir):
60
- file_name = 'sdxl_BW_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/lineart/resolve/main/sdxl_BWLine.safetensors"
 
57
 
58
 
59
  def dl_lora_model(model_dir):
60
+ file_name = 'sdxl_BWLine.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"