MCPcopy Create free account
hub / github.com/MeiGen-AI/MultiTalk / forward

Method forward

wan/modules/multitalk_model.py:361–363  ·  view source on GitHub ↗
(self, image_embeds)

Source from the content-addressed store, hash-verified

359 torch.nn.LayerNorm(out_dim))
360
361 def forward(self, image_embeds):
362 clip_extra_context_tokens = self.proj(image_embeds)
363 return clip_extra_context_tokens
364
365
366class AudioProjModel(ModelMixin, ConfigMixin):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected