From 81bca9c94e4a551a4fda3a18494a51eecd976336 Mon Sep 17 00:00:00 2001 From: Creepybits Date: Wed, 12 Nov 2025 15:50:10 +0100 Subject: [PATCH] Update custom-node-list.json (#2273) * Update custom-node-list.json * Modify 'world weaver' node details in JSON Updated the 'id' and 'install_type' fields for the 'world weaver' node. --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6207b592..49d4f2c0 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36441,6 +36441,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "creepybits", + "title": "world weaver", + "id": "ComfyUI-World_weaver", + "reference": "https://github.com/Creepybits/World_weaver", + "files": [ + "https://github.com/Creepybits/World_weaver" + ], + "install_type": "git-clone", + "description": "The World Weaver System: True AI character consistency using Textual Inheritance. Maintain unshakeable character identity (face, body, essence) across radical changes in pose, clothing, and scene without LoRAs, IP-Adapters, or ControlNet. This repo contains the Character Vault and Prompt Helper components." } ] }