revert base model to sd1.5
Browse files
config.py
CHANGED
@@ -18,7 +18,7 @@ DEFAULT_IMG2IMG_MODEL = "stable-diffusion-v1-5/stable-diffusion-v1-5"
|
|
18 |
# ControlNet configuration
|
19 |
USE_CONTROLNET = True # Set to False to disable ControlNet in case of issues
|
20 |
CONTROLNET_MODEL = "lllyasviel/sd-controlnet-depth"
|
21 |
-
BASE_MODEL = "
|
22 |
|
23 |
# Default prompts - used as placeholders in UI and defaults in API
|
24 |
DEFAULT_TEXT2IMG_PROMPT = "A beautiful landscape with mountains and a lake"
|
|
|
18 |
# ControlNet configuration
|
19 |
USE_CONTROLNET = True # Set to False to disable ControlNet in case of issues
|
20 |
CONTROLNET_MODEL = "lllyasviel/sd-controlnet-depth"
|
21 |
+
BASE_MODEL = "stable-diffusion-v1-5/stable-diffusion-v1-5"
|
22 |
|
23 |
# Default prompts - used as placeholders in UI and defaults in API
|
24 |
DEFAULT_TEXT2IMG_PROMPT = "A beautiful landscape with mountains and a lake"
|