Carlos s commited on
Commit
c90f11d
·
verified ·
1 Parent(s): 18fe0fd

Update api/ltx_server.py

Browse files
Files changed (1) hide show
  1. api/ltx_server.py +2 -2
api/ltx_server.py CHANGED
@@ -628,7 +628,7 @@ class VideoService:
628
  with ctx:
629
  result = self.latent_upsampler(
630
  #**second_pass_kwargs,
631
- conditions=conditioning_items
632
  prompt=prompt,
633
  negative_prompt=negative_prompt,
634
  width=width_padded,
@@ -639,7 +639,7 @@ class VideoService:
639
  num_inference_steps=10,
640
  decode_timestep=0.05,
641
  image_cond_noise_scale=0.025,
642
- generator=generator
643
  output_type="latent",
644
  )
645
 
 
628
  with ctx:
629
  result = self.latent_upsampler(
630
  #**second_pass_kwargs,
631
+ conditions=conditioning_items,
632
  prompt=prompt,
633
  negative_prompt=negative_prompt,
634
  width=width_padded,
 
639
  num_inference_steps=10,
640
  decode_timestep=0.05,
641
  image_cond_noise_scale=0.025,
642
+ generator=generator,
643
  output_type="latent",
644
  )
645