Skip to content

variables #14

@pooyafayyazs

Description

@pooyafayyazs

I had a couple of questions regarding the following variables and their usage in the code:

  • i2v_condition
  • mask_lat_size
  • latent_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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions