Carlos s
commited on
Update api/ltx_server.py
Browse files- api/ltx_server.py +1 -1
api/ltx_server.py
CHANGED
|
@@ -632,7 +632,7 @@ class VideoService:
|
|
| 632 |
with ctx:
|
| 633 |
result = self.latent_upsampler(
|
| 634 |
#**second_pass_kwargs,
|
| 635 |
-
conditions=conditioning_items,
|
| 636 |
prompt=prompt,
|
| 637 |
negative_prompt=negative_prompt,
|
| 638 |
width=width_padded,
|
|
|
|
| 632 |
with ctx:
|
| 633 |
result = self.latent_upsampler(
|
| 634 |
#**second_pass_kwargs,
|
| 635 |
+
#conditions=conditioning_items,
|
| 636 |
prompt=prompt,
|
| 637 |
negative_prompt=negative_prompt,
|
| 638 |
width=width_padded,
|