Spaces:
Paused
Paused
Update api/ltx_server_refactored_complete.py
Browse files
api/ltx_server_refactored_complete.py
CHANGED
|
@@ -374,7 +374,7 @@ class VideoService:
|
|
| 374 |
conditioning_items.append(ConditioningItem(tensor, safe_frame, float(weight)))
|
| 375 |
return conditioning_items
|
| 376 |
|
| 377 |
-
def _apply_ui_overrides(self, config_dict: Dict):
|
| 378 |
"""Applies advanced settings from the UI to a config dictionary."""
|
| 379 |
# Override step counts
|
| 380 |
for key in ["num_inference_steps", "skip_initial_inference_steps", "skip_final_inference_steps"]:
|
|
|
|
| 374 |
conditioning_items.append(ConditioningItem(tensor, safe_frame, float(weight)))
|
| 375 |
return conditioning_items
|
| 376 |
|
| 377 |
+
def _apply_ui_overrides(self, config_dict: Dict, overrides: Dict):
|
| 378 |
"""Applies advanced settings from the UI to a config dictionary."""
|
| 379 |
# Override step counts
|
| 380 |
for key in ["num_inference_steps", "skip_initial_inference_steps", "skip_final_inference_steps"]:
|