ovedrive commited on
Commit
c1262f3
·
1 Parent(s): a57efb7

revert base model to sd1.5

Browse files
Files changed (1) hide show
  1. config.py +1 -1
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 = "stabilityai/stable-diffusion-xl-base-1.0"
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"