Spaces:
Paused
Paused
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 =
|
26 |
-
use_openvino: bool =
|
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
|