diff --git a/custom-node-list.json b/custom-node-list.json index beeb17bd..2c565765 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18180,6 +18180,37 @@ "install_type": "git-clone", "description": "A ComfyUI plugin for quick image sequence processing. This plugin allows users to manipulate frame sequences with various operations including frame insertion, deletion, and duplication." }, + { + "author": "Light-x02", + "title": "Image Metadata Nodes", + "id": "image_metadata_nodes", + "reference": "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes", + "files": [ + "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes for loading and saving images with metadata in ComfyUI." + }, + { + "author": "marcoc2", + "title": "Image Processing Suite for ComfyUI", + "reference": "https://github.com/marcoc2/ComfyUI-AnotherUtils", + "files": [ + "https://github.com/marcoc2/ComfyUI-AnotherUtils" + ], + "install_type": "git-clone", + "description": "A collection of specialized image processing nodes for ComfyUI, focused on dataset preparation and pixel art manipulation." + }, + { + "author": "BIMer-99", + "title": "ComfyUI_FishSpeech_EX", + "reference": "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX", + "files": [ + "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX" + ], + "install_type": "git-clone", + "description": "This plugin is optimized for Fish-Speech-1.5 version and is only applicable to version 1.5" + }, diff --git a/extension-node-map.json b/extension-node-map.json index 9c17903c..e1a87dc5 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1537,6 +1537,18 @@ "title_aux": "ComfyUI_RSS_Feed_Reader" } ], + "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": [ + [ + "AudioToPrompt", + "LoadVQGAN", + "Prompt2Semantic", + "SaveAudioToMp3", + "Semantic2Audio" + ], + { + "title_aux": "ComfyUI_FishSpeech_EX" + } + ], "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": [ [ "GenerateSixViews", @@ -4949,6 +4961,15 @@ "title_aux": "Gemini prompt generator JT version" } ], + "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": [ + [ + "ImageMetadataLoader", + "ImageMetadataSaver" + ], + { + "title_aux": "Image Metadata Nodes" + } + ], "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": [ [ "LightSketch Live Portrait", @@ -19342,6 +19363,18 @@ "title_aux": "ComfyUI-SubjectStyle-CSV" } ], + "https://github.com/marcoc2/ComfyUI-AnotherUtils": [ + [ + "CustomCrop", + "LoadImagesOriginal", + "NearestUpscale", + "PixelArtNormalizer", + "SmartResize" + ], + { + "title_aux": "Image Processing Suite for ComfyUI" + } + ], "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": [ [ "FluxPromptEnhance" diff --git a/github-stats.json b/github-stats.json index 00952119..a68b2b11 100644 --- a/github-stats.json +++ b/github-stats.json @@ -589,6 +589,11 @@ "last_update": "2024-09-13 22:09:17", "author_account_age_days": 668 }, + "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { + "stars": 0, + "last_update": "2024-12-20 03:44:39", + "author_account_age_days": 1411 + }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 3, "last_update": "2024-12-09 17:50:23", @@ -1689,6 +1694,11 @@ "last_update": "2024-12-17 05:09:10", "author_account_age_days": 3580 }, + "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { + "stars": 0, + "last_update": "2024-12-20 04:41:34", + "author_account_age_days": 956 + }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", @@ -6279,6 +6289,11 @@ "last_update": "2024-06-24 13:53:39", "author_account_age_days": 1345 }, + "https://github.com/marcoc2/ComfyUI-AnotherUtils": { + "stars": 0, + "last_update": "2024-12-20 04:34:13", + "author_account_age_days": 5363 + }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 62, "last_update": "2024-11-01 22:09:01", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 1b25579e..8528ddb4 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -21,6 +21,37 @@ "install_type": "git-clone", "description": "ComfyUI nodes for Black Forest Labs API Services" }, + { + "author": "Light-x02", + "title": "Image Metadata Nodes", + "id": "image_metadata_nodes", + "reference": "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes", + "files": [ + "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes for loading and saving images with metadata in ComfyUI." + }, + { + "author": "marcoc2", + "title": "Image Processing Suite for ComfyUI", + "reference": "https://github.com/marcoc2/ComfyUI-AnotherUtils", + "files": [ + "https://github.com/marcoc2/ComfyUI-AnotherUtils" + ], + "install_type": "git-clone", + "description": "A collection of specialized image processing nodes for ComfyUI, focused on dataset preparation and pixel art manipulation." + }, + { + "author": "BIMer-99", + "title": "ComfyUI_FishSpeech_EX", + "reference": "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX", + "files": [ + "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX" + ], + "install_type": "git-clone", + "description": "This plugin is optimized for Fish-Speech-1.5 version and is only applicable to version 1.5" + }, { "author": "CyanAutumn", "title": "ComfyUi Random Manage Cyan", @@ -655,47 +686,6 @@ ], "description": "This extension integrates [a/MV-Adapter](https://github.com/huanngzh/MV-Adapter) into ComfyUI, allowing users to generate multi-view consistent images from text prompts or single images directly within the ComfyUI interface.", "install_type": "git-clone" - }, - { - "author": "kimara-ai", - "title": "Kimara.ai's Advanced Watermarking Tools", - "reference": "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks", - "files": [ - "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks" - ], - "description": "The KimaraAIWatermarker custom node allows you to apply watermark text and logo overlays to images. Optionally, the watermark can be moved by the move_watermark_step amount of pixels after each generated image. To apply a moving watermark to a list of images, use the KimaraAIBatchImages node to concatenate the list into a single tensor, then use that as an input for the watermark node, as shown in the example image below.", - "install_type": "git-clone" - }, - { - "author": "PauldeLavallaz", - "title": "Claude Prompt Generator", - "id": "claude_prompt_generator", - "reference": "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator", - "files": [ - "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator" - ], - "install_type": "git-clone", - "description": "Node that generates prompts using Anthropic Claude API." - }, - { - "author": "NyaamZ", - "title": "Get Booru Tag ExtendeD", - "reference": "https://github.com/NyaamZ/ComfyUI-GetBooruTag-ED", - "files": [ - "https://github.com/NyaamZ/ComfyUI-GetBooruTag-ED" - ], - "description": "Get tag from Booru site.", - "install_type": "git-clone" - }, - { - "author": "Aerse", - "title": "ComfyUI-Seed-Nodes", - "reference": "https://github.com/Aerse/ComfyUI-Seed-Nodes", - "files": [ - "https://github.com/Aerse/ComfyUI-Seed-Nodes" - ], - "description": "ComfyUI-Seed-Nodes is a custom node library that extends the functionality of ComfyUI, offering advanced image loading and pixelation tools.", - "install_type": "git-clone" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 9c17903c..e1a87dc5 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1537,6 +1537,18 @@ "title_aux": "ComfyUI_RSS_Feed_Reader" } ], + "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": [ + [ + "AudioToPrompt", + "LoadVQGAN", + "Prompt2Semantic", + "SaveAudioToMp3", + "Semantic2Audio" + ], + { + "title_aux": "ComfyUI_FishSpeech_EX" + } + ], "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": [ [ "GenerateSixViews", @@ -4949,6 +4961,15 @@ "title_aux": "Gemini prompt generator JT version" } ], + "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": [ + [ + "ImageMetadataLoader", + "ImageMetadataSaver" + ], + { + "title_aux": "Image Metadata Nodes" + } + ], "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": [ [ "LightSketch Live Portrait", @@ -19342,6 +19363,18 @@ "title_aux": "ComfyUI-SubjectStyle-CSV" } ], + "https://github.com/marcoc2/ComfyUI-AnotherUtils": [ + [ + "CustomCrop", + "LoadImagesOriginal", + "NearestUpscale", + "PixelArtNormalizer", + "SmartResize" + ], + { + "title_aux": "Image Processing Suite for ComfyUI" + } + ], "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": [ [ "FluxPromptEnhance"