added multiple ways to extract settings from past video generations

This commit is contained in:
DeepBeepMeep
2025-05-26 22:58:17 +02:00
parent 4cc142039e
commit c9aa2c3230
4 changed files with 243 additions and 51 deletions

View File

@@ -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