(self, image_embeds)
| 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 | |
| 71 | class IPAdapter: |
nothing calls this directly
no outgoing calls
no test coverage detected