-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I had a couple of questions regarding the following variables and their usage in the code:
i2v_conditionmask_lat_sizelatent_condition
Could you please clarify what each of these represents and how they differ?
In particular, I noticed this line:
latent_i2v_condition = torch.cat([mask_lat_size, latent_condition], dim=1)And later:
latent_model_input = torch.cat([latents, i2v_condition], dim=1).to(transformer_dtype)Could you also explain the role of latent_model_input in this context and how it relates to the other tensors?
Thanks again!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels