(self)
| 1207 | |
| 1208 | class IPAdapterEmbedsBatch(IPAdapterEmbeds): |
| 1209 | def __init__(self): |
| 1210 | self.unfold_batch = True |
| 1211 | |
| 1212 | class IPAdapterMS(IPAdapterAdvanced): |
| 1213 | @classmethod |
nothing calls this directly
no outgoing calls
no test coverage detected