MCPcopy Create free account
hub / github.com/bytedance/StyleSSP / forward

Method forward

ip_adapter/ip_adapter.py:66–68  ·  view source on GitHub ↗
(self, image_embeds)

Source from the content-addressed store, hash-verified

64 )
65
66 def forward(self, image_embeds):
67 clip_extra_context_tokens = self.proj(image_embeds)
68 return clip_extra_context_tokens
69
70
71class IPAdapter:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected