primerz commited on
Commit
a882f77
·
verified ·
1 Parent(s): 34c0b1c

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +4 -2
config.py CHANGED
@@ -19,7 +19,8 @@ class Config:
19
 
20
  # ControlNet Repos
21
  CN_ZOE_REPO = "diffusers/controlnet-zoE-depth-sdxl-1.0"
22
- CN_LINEART_REPO = "ShermanG/ControlNet-Standard-Lineart-for-SDXL" # <-- THE FIX
 
23
 
24
  # Preprocessor (Annotator) Repo
25
  ANNOTATOR_REPO = "lllyasviel/Annotators"
@@ -37,4 +38,5 @@ class Config:
37
  STEPS_NUMBER = 8
38
  IMG_STRENGTH = 0.8
39
  DEPTH_STRENGTH = 0.9
40
- EDGE_STRENGTH = 0.6
 
 
19
 
20
  # ControlNet Repos
21
  CN_ZOE_REPO = "diffusers/controlnet-zoE-depth-sdxl-1.0"
22
+ CN_LINEART_REPO = "ShermanG/ControlNet-Standard-Lineart-for-SDXL"
23
+ CN_COLOR_REPO = "diffusers/controlnet-color-sdxl-1.0" # <-- ADDED
24
 
25
  # Preprocessor (Annotator) Repo
26
  ANNOTATOR_REPO = "lllyasviel/Annotators"
 
38
  STEPS_NUMBER = 8
39
  IMG_STRENGTH = 0.8
40
  DEPTH_STRENGTH = 0.9
41
+ EDGE_STRENGTH = 0.6
42
+ COLOR_STRENGTH = 0.7 # <-- ADDED