From 9614b8c190859730700a3153d05b11bcaab04738 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Sat, 28 Jun 2025 08:20:48 +0900 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 48998f7f..294525d1 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -28684,14 +28684,14 @@ "description": "This is a node to convert an image into a CMYK Halftone dot image." }, { - "name": "DoomFLUX Nodes", "author": "PeterMikhai", - "repo": "PeterMikhai/Doom_Flux_NodePack", - "description": "Custom nodes for FLUX models, including a loader and specialized samplers for standard and inpaint generation.", + "title": "DoomFLUX Nodes", + "reference": "https://github.com/PeterMikhai/Doom_Flux_NodePack", "files": [ - "nodes.py" + "https://github.com/PeterMikhai/Doom_Flux_NodePack" ], - "install_command": "pip install -r requirements.txt" + "install_type": "git-clone", + "description": "Custom nodes for FLUX models, including a loader and specialized samplers for standard and inpaint generation.", } ]