MCPcopy Create free account
hub / github.com/Francis-Rings/FlashPortrait / forward

Method forward

wan/models/wan_transformer3d.py:598–600  ·  view source on GitHub ↗
(self, image_embeds)

Source from the content-addressed store, hash-verified

596 torch.nn.LayerNorm(out_dim))
597
598 def forward(self, image_embeds):
599 clip_extra_context_tokens = self.proj(image_embeds)
600 return clip_extra_context_tokens
601
602
603

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected