(self)
| 1332 | |
| 1333 | class IPAdapterPreciseStyleTransferBatch(IPAdapterPreciseStyleTransfer): |
| 1334 | def __init__(self): |
| 1335 | self.unfold_batch = True |
| 1336 | |
| 1337 | class IPAdapterPreciseComposition(IPAdapterAdvanced): |
| 1338 | @classmethod |
nothing calls this directly
no outgoing calls
no test coverage detected