From 37c4ac5c2ccf08d9cfe55f9c5a97a0b35fe36bf2 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Fri, 6 Dec 2024 05:03:45 +0900 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f1e545d6..7b0e5414 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17542,6 +17542,17 @@ "install_type": "git-clone", "description": "Advanced samplers with new noise scaling math to enable SDE sampling with all publicly available rectified flow models; new unsampling/noise inversion methods and other advanced techniques for inpainting and/or guiding the sampling process with latent images. 40 sampler types, 20 noise types, 7 noise scaling modes, in a single node. Also includes a wide variety of QoF and other utility nodes for manipulating sigmas, latents, images, and more." }, + { + "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." + }, @@ -17986,17 +17997,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "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.git" - ], - "install_type": "git", - "description": "Node that generates prompts using Anthropic Claude API." } ] }