wiikoo commited on
Commit
5fed0f4
·
verified ·
1 Parent(s): cb6aaf2

Upload custom_nodes/comfyui_instantid/__init__.py with huggingface_hub

Browse files
custom_nodes/comfyui_instantid/__init__.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from .InstantID import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
2
+
3
+ __all__ = ['NODE_CLASS_MAPPINGS', 'NODE_DISPLAY_NAME_MAPPINGS']