ovedrive commited on
Commit
f5d276b
·
1 Parent(s): 7934b04

test sd models xl base

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -18,7 +18,7 @@ DEFAULT_IMG2IMG_MODEL = "stabilityai/stable-diffusion-xl-refiner-1.0"
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 = "black-forest-labs/FLUX.1-dev"
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 = "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"