Skip to content

Instantly share code, notes, and snippets.

View AEXbossAI's full-sized avatar

Alexey Babenko AEXbossAI

View GitHub Profile
import os, folder_paths
os.makedirs(os.path.join(folder_paths.models_dir, "ipadapter-flux"), exist_ok=True)
NODE_CLASS_MAPPINGS = {}
NODE_DISPLAY_NAME_MAPPINGS = {}
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS"]