primerz commited on
Commit
89cd00e
·
verified ·
1 Parent(s): 064a79e

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -3
config.py CHANGED
@@ -15,11 +15,10 @@ class Config:
15
 
16
  # InstantID Assets
17
  INSTANTID_REPO = "InstantX/InstantID"
18
- # CN_INSTANTID_REPO is no longer needed, we extract it from the pipeline
19
 
20
  # ControlNet Repos
21
  CN_ZOE_REPO = "diffusers/controlnet-zoe-depth-sdxl-1.0"
22
- CN_LINEART_REPO = "xinsir/controlnet-lineart-sdxl-1.0"
23
 
24
  # Preprocessor (Annotator) Repo
25
  ANNOTATOR_REPO = "lllyasviel/Annotators"
@@ -29,5 +28,5 @@ class Config:
29
 
30
  # InsightFace Model (HF Hub mirror)
31
  ANTELOPEV2_REPO = "DIAMONIK7777/antelopev2"
32
- ANTELOPEV2_ROOT = "."
33
  ANTELOPEV2_NAME = "antelopev2"
 
15
 
16
  # InstantID Assets
17
  INSTANTID_REPO = "InstantX/InstantID"
 
18
 
19
  # ControlNet Repos
20
  CN_ZOE_REPO = "diffusers/controlnet-zoe-depth-sdxl-1.0"
21
+ CN_LINEART_REPO = "ShermanG/ControlNet-Standard-Lineart-for-SDXL" # <-- THE FIX
22
 
23
  # Preprocessor (Annotator) Repo
24
  ANNOTATOR_REPO = "lllyasviel/Annotators"
 
28
 
29
  # InsightFace Model (HF Hub mirror)
30
  ANTELOPEV2_REPO = "DIAMONIK7777/antelopev2"
31
+ ANTELOPEV2_ROOT = "." # Parent folder
32
  ANTELOPEV2_NAME = "antelopev2"