tori29umai commited on
Commit
e71b11b
1 Parent(s): 369f82f
Files changed (1) hide show
  1. utils/utils.py +2 -2
utils/utils.py CHANGED
@@ -62,8 +62,8 @@ def load_tagger_model(model_dir):
62
 
63
  def load_lora_model(model_dir):
64
  folder = model_dir
65
- file_name = 'sdxl_BWLine.safetensors'
66
- url = "https://huggingface.co/tori29umai/lineart/resolve/main/sdxl_BWLine.safetensors"
67
 
68
  file_path = os.path.join(folder, file_name)
69
  if not os.path.exists(file_path):
 
62
 
63
  def load_lora_model(model_dir):
64
  folder = model_dir
65
+ file_name = 'style-lineart_02.safetensors'
66
+ url = "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test3/style-lineart_02.safetensors"
67
 
68
  file_path = os.path.join(folder, file_name)
69
  if not os.path.exists(file_path):