wiikoo commited on
Commit
3bfbf29
·
verified ·
1 Parent(s): f941efb

Upload custom_nodes/comfyui-easy-use/py/__init__.py with huggingface_hub

Browse files
custom_nodes/comfyui-easy-use/py/__init__.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from .libs.loader import easyLoader
2
+ from .libs.sampler import easySampler
3
+
4
+ sampler = easySampler()
5
+ easyCache = easyLoader()
6
+