From bfed5bcb974a749365d1ff6abde84d9d70e300b2 Mon Sep 17 00:00:00 2001 From: Pigidiy Date: Tue, 3 Jun 2025 17:33:39 +0600 Subject: [PATCH] Fix: correct author & ID for ComfyUI-LikeSpiderAI-SaveMP3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR corrects the metadata for the ComfyUI-LikeSpiderAI-SaveMP3 node: Changes author from aimingfail → Pigidiy Adds missing version field: v1.0.0 Updates id from img2halftone → likeSpiderMP3 The previous metadata was mistakenly duplicated from another node. Project repo: https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3 --- custom-node-list.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f6a05917..95c0b315 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -26677,16 +26677,19 @@ "description": "Addon for ComfyUI that adds 'Fix node (recreate + keep inputs)' context menu option" }, { - "author": "aimingfail", - "title": "ComfyUI-LikeSpiderAI-SaveMP3", - "id": "img2halftone", - "reference": "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3", - "files": [ - "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3" - ], - "install_type": "git-clone", - "description": "A custom ComfyUI node that saves input AUDIO as .mp3 using ffmpeg." - }, + "name": "ComfyUI-LikeSpiderAI-SaveMP3", + "url": "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3", + "author": "Pigidiy", + "title": "ComfyUI-LikeSpiderAI-SaveMP3", + "id": "likeSpiderMP3", + "reference": "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3", + "files": [ + "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3" + ], + "install_type": "git-clone", + "version": "v1.0.0", + "description": "A custom ComfyUI node that saves input AUDIO as .mp3 using ffmpeg." +}, { "author": "violet0927", "title": "Hugging Face LoRA Uploader",