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

Method __init__

IPAdapterPlus.py:547–551  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

545"""
546class IPAdapterUnifiedLoader:
547 def __init__(self):
548 self.lora = None
549 self.clipvision = { "file": None, "model": None }
550 self.ipadapter = { "file": None, "model": None }
551 self.insightface = { "provider": None, "model": None }
552
553 @classmethod
554 def INPUT_TYPES(s):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected