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

Method __init__

IPAdapterPlus.py:854–855  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

852
853class IPAdapterBatch(IPAdapterAdvanced):
854 def __init__(self):
855 self.unfold_batch = True
856
857 @classmethod
858 def INPUT_TYPES(s):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected