Spaces:
Running
on
Zero
Running
on
Zero
Update config.py
Browse files
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"
|
|
|
|
| 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
|