Carlos s commited on
Commit
64e7596
·
verified ·
1 Parent(s): d7dea55

Update api/ltx_server.py

Browse files
Files changed (1) hide show
  1. 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,