MCPcopy Create free account
hub / github.com/cubiq/ComfyUI_IPAdapter_plus / load

Method load

IPAdapterPlus.py:1629–1631  ·  view source on GitHub ↗
(self, embeds)

Source from the content-addressed store, hash-verified

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
1633class IPAdapterWeights:
1634 @classmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected