From 4ff216b693f781f569fb1fae5007309c1b749ac2 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Wed, 23 Aug 2023 09:25:51 +0900 Subject: [PATCH] update DB --- extension-node-map.json | 17 ++++++++++++++++- node_db/new/extension-node-map.json | 17 ++++++++++++++++- scan.sh | 6 ++++-- 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index bdc32350..bd680d0a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -658,8 +658,13 @@ ], "https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes": [ [ + "CR Advanced Prompt Scheduler", + "CR Animation List", + "CR Animation Stack", + "CR Animation Stack Scheduler", "CR Apply ControlNet", "CR Apply LoRA Stack", + "CR Apply Model Merge", "CR Apply Multi-ControlNet", "CR Aspect Ratio", "CR Aspect Ratio SDXL", @@ -685,16 +690,22 @@ "CR Latent Batch Size", "CR Latent Input Switch", "CR Latent Upscale (Iterative)", + "CR LoRA Scheduler", "CR LoRA Stack", + "CR Load Animation Frames", "CR Load Image Sequence", "CR Load LoRA", "CR Model Input Switch", + "CR Model Stack", + "CR ModelMergeSimple", "CR Module Input", "CR Module Output", "CR Module Pipe Loader", "CR Multi-ControlNet Stack", "CR Pipe Switch", "CR Process Switch", + "CR Prompt List", + "CR Prompt List Scheduler", "CR SD1.5 Aspect Ratio", "CR SDXL Aspect Ratio", "CR SDXL Base Prompt Encoder", @@ -1152,6 +1163,7 @@ "HaldCLUT", "Int to String", "Mikey Sampler", + "Mikey Sampler Base Only", "Mikey Sampler Tiled", "PresetRatioSelector", "Prompt With SDXL", @@ -1345,7 +1357,8 @@ ], "https://github.com/cubiq/ComfyUI_SimpleMath": [ [ - "SimpleMath" + "SimpleMath", + "SimpleMathDebug" ], { "title_aux": "Simple Math" @@ -2282,6 +2295,8 @@ "Alternating KSampler (WLSH)", "Build Filename String (WLSH)", "CLIP Positive-Negative (WLSH)", + "CLIP Positive-Negative XL (WLSH)", + "CLIP Positive-Negative XL w/Text (WLSH)", "CLIP Positive-Negative w/Text (WLSH)", "Checkpoint Loader w/Name (WLSH)", "Empty Latent by Ratio (WLSH)", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index bdc32350..bd680d0a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -658,8 +658,13 @@ ], "https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes": [ [ + "CR Advanced Prompt Scheduler", + "CR Animation List", + "CR Animation Stack", + "CR Animation Stack Scheduler", "CR Apply ControlNet", "CR Apply LoRA Stack", + "CR Apply Model Merge", "CR Apply Multi-ControlNet", "CR Aspect Ratio", "CR Aspect Ratio SDXL", @@ -685,16 +690,22 @@ "CR Latent Batch Size", "CR Latent Input Switch", "CR Latent Upscale (Iterative)", + "CR LoRA Scheduler", "CR LoRA Stack", + "CR Load Animation Frames", "CR Load Image Sequence", "CR Load LoRA", "CR Model Input Switch", + "CR Model Stack", + "CR ModelMergeSimple", "CR Module Input", "CR Module Output", "CR Module Pipe Loader", "CR Multi-ControlNet Stack", "CR Pipe Switch", "CR Process Switch", + "CR Prompt List", + "CR Prompt List Scheduler", "CR SD1.5 Aspect Ratio", "CR SDXL Aspect Ratio", "CR SDXL Base Prompt Encoder", @@ -1152,6 +1163,7 @@ "HaldCLUT", "Int to String", "Mikey Sampler", + "Mikey Sampler Base Only", "Mikey Sampler Tiled", "PresetRatioSelector", "Prompt With SDXL", @@ -1345,7 +1357,8 @@ ], "https://github.com/cubiq/ComfyUI_SimpleMath": [ [ - "SimpleMath" + "SimpleMath", + "SimpleMathDebug" ], { "title_aux": "Simple Math" @@ -2282,6 +2295,8 @@ "Alternating KSampler (WLSH)", "Build Filename String (WLSH)", "CLIP Positive-Negative (WLSH)", + "CLIP Positive-Negative XL (WLSH)", + "CLIP Positive-Negative XL w/Text (WLSH)", "CLIP Positive-Negative w/Text (WLSH)", "Checkpoint Loader w/Name (WLSH)", "Empty Latent by Ratio (WLSH)", diff --git a/scan.sh b/scan.sh index 53fb9039..a169cd48 100755 --- a/scan.sh +++ b/scan.sh @@ -1,3 +1,5 @@ +#!/bin/bash source ../../venv/bin/activate -rm .tmp/*.py -python scanner.py \ No newline at end of file +rm .tmp/*.py > /dev/null +python scanner.py +cp extension-node-map.json node_db/new/.