added multiple ways to extract settings from past video generations
This commit is contained in:
@@ -1113,7 +1113,7 @@ class LTXVideoPipeline(DiffusionPipeline):
|
||||
)
|
||||
|
||||
latent_model_input = (
|
||||
torch.cat([latents] * num_conds) if num_conds > 1 else latents
|
||||
torch.cat([latents] * num_conds) if num_conds > 1 else latents
|
||||
)
|
||||
latent_model_input = self.scheduler.scale_model_input(
|
||||
latent_model_input, t
|
||||
|
||||
Reference in New Issue
Block a user