radames HF staff commited on
Commit
8f32512
1 Parent(s): 4d81930

Update server/config.py

Browse files
Files changed (1) hide show
  1. server/config.py +2 -2
server/config.py CHANGED
@@ -26,9 +26,9 @@ class Config:
26
  ####################################################################
27
  mode: Literal["txt2img", "img2img"] = "txt2img"
28
  # SD1.x variant model
29
- model_id: str = "KBlueLeaf/kohaku-v2.1"
30
  # LCM-LORA model
31
- lcm_lora_id: str = "latent-consistency/lcm-lora-sdv1-5"
32
  # TinyVAE model
33
  vae_id: str = "madebyollin/taesd"
34
  # Device to use
 
26
  ####################################################################
27
  mode: Literal["txt2img", "img2img"] = "txt2img"
28
  # SD1.x variant model
29
+ model_id: str = "stabilityai/sd-turbo"
30
  # LCM-LORA model
31
+ lcm_lora_id: str = None
32
  # TinyVAE model
33
  vae_id: str = "madebyollin/taesd"
34
  # Device to use