tejani commited on
Commit
aff2b21
·
verified ·
1 Parent(s): 783dbfd

Update backend/models/lcmdiffusion_setting.py

Browse files
backend/models/lcmdiffusion_setting.py CHANGED
@@ -22,8 +22,8 @@ class LCMDiffusionSetting(BaseModel):
22
  use_offline_model: bool = False
23
  use_lcm_lora: bool = False
24
  lcm_lora: Optional[LCMLora] = LCMLora()
25
- use_tiny_auto_encoder: bool = False
26
- use_openvino: bool = False
27
  prompt: str = ""
28
  negative_prompt: str = ""
29
  init_image: Any = None
 
22
  use_offline_model: bool = False
23
  use_lcm_lora: bool = False
24
  lcm_lora: Optional[LCMLora] = LCMLora()
25
+ use_tiny_auto_encoder: bool = True
26
+ use_openvino: bool = True
27
  prompt: str = ""
28
  negative_prompt: str = ""
29
  init_image: Any = None