diff --git a/custom-node-list.json b/custom-node-list.json index a0cda189..3662d72d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3208,7 +3208,7 @@ "https://github.com/zfkun/ComfyUI_zfkun" ], "install_type": "git-clone", - "description": "A collection of nodes for common tools, including text preview, text translation (multi-platform, multi-language)." + "description": "A collection of nodes for common tools, including text preview, text translation (multi-platform, multi-language), image loader, webcamera capture." }, { "author": "80sVectorz", @@ -3751,4 +3751,4 @@ } ] -} \ No newline at end of file +} diff --git a/extension-node-map.json b/extension-node-map.json index fe59f665..62dafd2b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -5736,7 +5736,8 @@ [ "ZFPreviewText", "ZFPreviewTextMultiline", - "ZFTextTranslation" + "ZFTextTranslation", + "ZFLoadImagePath" ], { "title_aux": "ComfyUI_zfkun" @@ -5760,4 +5761,4 @@ "title_aux": "SDXLCustomAspectRatio" } ] -} \ No newline at end of file +} diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 0e46e91c..af890b06 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -311,7 +311,7 @@ "https://github.com/zfkun/ComfyUI_zfkun" ], "install_type": "git-clone", - "description": "Nodes: Preview Text, Text Translation." + "description": "A collection of nodes for common tools, including text preview, text translation (multi-platform, multi-language), image loader, webcamera capture." }, { "author": "jtrue", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index fe59f665..62dafd2b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -5736,7 +5736,8 @@ [ "ZFPreviewText", "ZFPreviewTextMultiline", - "ZFTextTranslation" + "ZFTextTranslation", + "ZFLoadImagePath" ], { "title_aux": "ComfyUI_zfkun" @@ -5760,4 +5761,4 @@ "title_aux": "SDXLCustomAspectRatio" } ] -} \ No newline at end of file +}