diff --git a/custom-node-list.json b/custom-node-list.json index 2264f09c..9676eee6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10078,6 +10078,17 @@ "install_type": "git-clone", "description": "ComfyUI implementation of [a/FlashFace: Human Image Personalization with High-fidelity Identity Preservation](https://github.com/ali-vilab/FlashFace)\nNOTE: You need to downalod models manually." }, + { + "author": "LZpenguin", + "title": "ComfyUI-Text", + "id": "comfy-text", + "reference": "https://github.com/LZpenguin/ComfyUI-Text", + "files": [ + "https://github.com/LZpenguin/ComfyUI-Text" + ], + "install_type": "git-clone", + "description": "Nodes:Add_text_by_mask" + }, @@ -10438,6 +10449,16 @@ "install_type": "copy", "description": "A custom depth estimation node for ComfyUI using transformer models. It integrates depth estimation with automatic gamma correction, contrast adjustment, and edge detection, based on the [a/TransformDepth](https://github.com/Limbicnation/TransformDepth) repository." }, + { + "author": "seghier", + "title": "ComfyUI_LibreTranslate", + "reference": "https://github.com/seghier/ComfyUI_LibreTranslate", + "files": [ + "https://github.com/seghier/ComfyUI_LibreTranslate/raw/main/translate_node.py" + ], + "install_type": "copy", + "description": "Use LibreTranslation in ComfyUI [a/https://github.com/LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)" + }, diff --git a/extension-node-map.json b/extension-node-map.json index 444d39b8..3ccac2c2 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2489,6 +2489,17 @@ "title_aux": "ImagesGrid" } ], + "https://github.com/LZpenguin/ComfyUI-Text": [ + [ + "CombinationText", + "PlaceholderText", + "ReplaceText", + "ShowText" + ], + { + "title_aux": "ComfyUI-Text" + } + ], "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": [ [ "LoRA Caption Load", @@ -2768,17 +2779,6 @@ "title_aux": "ComfyUI-BadmanNodes" } ], - "https://github.com/MarkoCa1/ComfyUI-Text": [ - [ - "CombinationText", - "PlaceholderText", - "ReplaceText", - "ShowText" - ], - { - "title_aux": "ComfyUI_Text" - } - ], "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": [ [ "AutomaticMask(segment anything)" @@ -12419,6 +12419,14 @@ "title_aux": "SRL's nodes" } ], + "https://github.com/seghier/ComfyUI_LibreTranslate/raw/main/translate_node.py": [ + [ + "LibreTranslate" + ], + { + "title_aux": "ComfyUI_LibreTranslate" + } + ], "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [ [ "AdjustAndRoundDimensions", @@ -12545,7 +12553,8 @@ "https://github.com/shadowcz007/comfyui-sound-lab": [ [ "AudioPlay", - "Musicgen" + "Musicgen", + "StableAudioSampler" ], { "title_aux": "comfyui-sound-lab" diff --git a/github-stats.json b/github-stats.json index 58ba94b2..2d6dfb19 100644 --- a/github-stats.json +++ b/github-stats.json @@ -651,6 +651,10 @@ "stars": 124, "last_update": "2024-05-30 17:54:32" }, + "https://github.com/LZpenguin/ComfyUI-Text": { + "stars": 0, + "last_update": "2024-06-07 16:59:17" + }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 25, "last_update": "2024-06-06 20:45:43" @@ -2312,8 +2316,8 @@ "last_update": "2024-04-28 15:36:22" }, "https://github.com/huchenlei/ComfyUI_densediffusion": { - "stars": 27, - "last_update": "2024-06-06 03:11:23" + "stars": 31, + "last_update": "2024-06-07 23:43:27" }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 6, @@ -2944,8 +2948,8 @@ "last_update": "2024-05-22 22:22:14" }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { - "stars": 2, - "last_update": "2024-06-06 15:42:18" + "stars": 4, + "last_update": "2024-06-07 11:39:44" }, "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 310, diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 75a726ed..4fa89a4e 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -13,6 +13,27 @@ + { + "author": "LZpenguin", + "title": "ComfyUI-Text", + "id": "comfy-text", + "reference": "https://github.com/LZpenguin/ComfyUI-Text", + "files": [ + "https://github.com/LZpenguin/ComfyUI-Text" + ], + "install_type": "git-clone", + "description": "Nodes:Add_text_by_mask" + }, + { + "author": "seghier", + "title": "ComfyUI_LibreTranslate", + "reference": "https://github.com/seghier/ComfyUI_LibreTranslate", + "files": [ + "https://github.com/seghier/ComfyUI_LibreTranslate/raw/main/translate_node.py" + ], + "install_type": "copy", + "description": "Use LibreTranslation in ComfyUI [a/https://github.com/LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)" + }, { "author": "Limbicnation", "title": "ComfyUIDepthEstimation", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 444d39b8..3ccac2c2 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2489,6 +2489,17 @@ "title_aux": "ImagesGrid" } ], + "https://github.com/LZpenguin/ComfyUI-Text": [ + [ + "CombinationText", + "PlaceholderText", + "ReplaceText", + "ShowText" + ], + { + "title_aux": "ComfyUI-Text" + } + ], "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": [ [ "LoRA Caption Load", @@ -2768,17 +2779,6 @@ "title_aux": "ComfyUI-BadmanNodes" } ], - "https://github.com/MarkoCa1/ComfyUI-Text": [ - [ - "CombinationText", - "PlaceholderText", - "ReplaceText", - "ShowText" - ], - { - "title_aux": "ComfyUI_Text" - } - ], "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": [ [ "AutomaticMask(segment anything)" @@ -12419,6 +12419,14 @@ "title_aux": "SRL's nodes" } ], + "https://github.com/seghier/ComfyUI_LibreTranslate/raw/main/translate_node.py": [ + [ + "LibreTranslate" + ], + { + "title_aux": "ComfyUI_LibreTranslate" + } + ], "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [ [ "AdjustAndRoundDimensions", @@ -12545,7 +12553,8 @@ "https://github.com/shadowcz007/comfyui-sound-lab": [ [ "AudioPlay", - "Musicgen" + "Musicgen", + "StableAudioSampler" ], { "title_aux": "comfyui-sound-lab"