revert to sd1.5
Browse files
config.py
CHANGED
|
@@ -13,7 +13,7 @@ HF_TOKEN = os.getenv("HF_TOKEN", "")
|
|
| 13 |
DEFAULT_TEXT2IMG_MODEL = "stabilityai/stable-diffusion-3-medium-diffusers"
|
| 14 |
|
| 15 |
# Default model for image to image
|
| 16 |
-
DEFAULT_IMG2IMG_MODEL = "
|
| 17 |
|
| 18 |
# ControlNet configuration
|
| 19 |
USE_CONTROLNET = True # Set to False to disable ControlNet in case of issues
|
|
|
|
| 13 |
DEFAULT_TEXT2IMG_MODEL = "stabilityai/stable-diffusion-3-medium-diffusers"
|
| 14 |
|
| 15 |
# Default model for image to image
|
| 16 |
+
DEFAULT_IMG2IMG_MODEL = "stable-diffusion-v1-5/stable-diffusion-v1-5"
|
| 17 |
|
| 18 |
# ControlNet configuration
|
| 19 |
USE_CONTROLNET = True # Set to False to disable ControlNet in case of issues
|