(self, embeds)
| 1627 | CATEGORY = "ipadapter/embeds" |
| 1628 | |
| 1629 | def load(self, embeds): |
| 1630 | path = folder_paths.get_annotated_filepath(embeds) |
| 1631 | return (torch.load(path).cpu(), ) |
| 1632 | |
| 1633 | class IPAdapterWeights: |
| 1634 | @classmethod |
nothing calls this directly
no outgoing calls
no test coverage detected