diff --git a/custom-node-list.json b/custom-node-list.json
index 4f56b49b..1d9b3f8d 100644
--- a/custom-node-list.json
+++ b/custom-node-list.json
@@ -17,6 +17,7 @@
"files": [
"https://github.com/ltdrdata/ComfyUI-Impact-Pack"
],
+ "pip": ["ultralytics"],
"install_type": "git-clone",
"description": "This extension offers various detector nodes and detailer nodes that allow you to configure a workflow that automatically enhances facial details. And provide iterative upscaler.
NOTE:MMDetDetectorProvider and other legacy nodes are disabled by default. If you want to activate these nodes and use them, please edit the impact-pack.ini file in the ComfyUI-Impact-Pack directory and change 'mmdet_skip = True' to 'mmdet_skip = False.'
" }, @@ -2646,6 +2647,16 @@ "install_type": "git-clone", "description": "Composition nodes like Substance Designer heavily inspired by WAS and MTB Node Suites" }, + { + "author": "Umikaze-job", + "title": "select_folder_path_easy", + "reference": "https://github.com/Umikaze-job/select_folder_path_easy", + "files": [ + "https://github.com/Umikaze-job/select_folder_path_easy" + ], + "install_type": "git-clone", + "description": "This extension simply connects the nodes and specifies the output path of the generated images to a manageable path." + }, { "author": "Off-Live", "title": "ComfyUI-off-suite", diff --git a/extension-node-map.json b/extension-node-map.json index a76cfc43..438a9a3e 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1544,6 +1544,14 @@ "title_aux": "ComfyUI Neural network latent upscale custom node" } ], + "https://github.com/Umikaze-job/select_folder_path_easy": [ + [ + "SelectFolderPathEasy" + ], + { + "title_aux": "select_folder_path_easy" + } + ], "https://github.com/WASasquatch/ASTERR": [ [ "ASTERR", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 051de072..42f139f8 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Umikaze-job", + "title": "select_folder_path_easy", + "reference": "https://github.com/Umikaze-job/select_folder_path_easy", + "files": [ + "https://github.com/Umikaze-job/select_folder_path_easy" + ], + "install_type": "git-clone", + "description": "This extension simply connects the nodes and specifies the output path of the generated images to a manageable path." + }, { "author": "amorano", "title": "Jovimetrix Composition Nodes", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index a76cfc43..438a9a3e 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1544,6 +1544,14 @@ "title_aux": "ComfyUI Neural network latent upscale custom node" } ], + "https://github.com/Umikaze-job/select_folder_path_easy": [ + [ + "SelectFolderPathEasy" + ], + { + "title_aux": "select_folder_path_easy" + } + ], "https://github.com/WASasquatch/ASTERR": [ [ "ASTERR",