Update api/ltx_server.py
Browse files- api/ltx_server.py +1 -1
api/ltx_server.py
CHANGED
|
@@ -548,7 +548,7 @@ class VideoService:
|
|
| 548 |
"mixed_precision": (self.config["precision"] == "mixed_precision"),
|
| 549 |
"offload_to_cpu": False,
|
| 550 |
"enhance_prompt": False,
|
| 551 |
-
|
| 552 |
}
|
| 553 |
print(f"[DEBUG] output_type={call_kwargs['output_type']} skip_layer_strategy={call_kwargs['skip_layer_strategy']}")
|
| 554 |
|
|
|
|
| 548 |
"mixed_precision": (self.config["precision"] == "mixed_precision"),
|
| 549 |
"offload_to_cpu": False,
|
| 550 |
"enhance_prompt": False,
|
| 551 |
+
"skip_layer_strategy": SkipLayerStrategy.AttentionValues,
|
| 552 |
}
|
| 553 |
print(f"[DEBUG] output_type={call_kwargs['output_type']} skip_layer_strategy={call_kwargs['skip_layer_strategy']}")
|
| 554 |
|