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 |
+
|