Upload custom_nodes/comfyui_slk_joy_caption_two/joy_config.py with huggingface_hub
Browse files
custom_nodes/comfyui_slk_joy_caption_two/joy_config.py
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
from .uitls import read_json_file
|
| 3 |
+
|
| 4 |
+
joy_base_path = os.path.dirname(os.path.realpath(__file__))
|
| 5 |
+
joy_config = read_json_file(os.path.join(joy_base_path, "joy_config.json"))
|