From 2af8526983bafc13b6e51decd56b298363ae8f01 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 2 Sep 2023 02:20:02 +0900 Subject: [PATCH] update DB --- alter-list.json | 5 +++++ custom-node-list.json | 12 +++++++++++- extension-node-map.json | 27 +++++++++++++++++++++++++-- node_db/new/custom-node-list.json | 12 +++++++++++- node_db/new/extension-node-map.json | 27 +++++++++++++++++++++++++-- 5 files changed, 77 insertions(+), 6 deletions(-) diff --git a/alter-list.json b/alter-list.json index 41ba99b..07b5ded 100644 --- a/alter-list.json +++ b/alter-list.json @@ -15,6 +15,11 @@ "tags":"ddetailer, adetailer, ddsd, DD, loopback scaler, prompt, wildcard, dynamic prompt", "description": "To implement the feature of automatically detecting faces and enhancing details, various detection nodes and detailers provided by the Impact Pack can be applied. Similarly to Loopback Scaler, it also provides various custom workflows that can apply Ksampler while gradually scaling up." }, + { + "id":"https://github.com/ltdrdata/ComfyUI-Inspire-Pack", + "tags":"lora block weight, effective block analyzer, lbw", + "description": "The Inspire Pack provides the functionality of Lora Block Weight." + }, { "id":"https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py", "tags":"ddsd", diff --git a/custom-node-list.json b/custom-node-list.json index 4a0f248..74de4ea 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20,6 +20,16 @@ "install_type": "git-clone", "description": "This extension offers various detector nodes and detailer nodes that allow you to configure a workflow that automatically enhances facial details. And provide iterative upscaler.

NOTE:MMDetDetectorProvider and other legacy nodes are disabled by default. If you want to activate these nodes and use them, please edit the impact-pack.ini file in the ComfyUI-Impact-Pack directory and change 'mmdet_skip = True' to 'mmdet_skip = False.'

" }, + { + "author": "Dr.Lt.Data", + "title": "ComfyUI Inspire Pack", + "reference": "https://github.com/ltdrdata/ComfyUI-Inspire-Pack", + "files": [ + "https://github.com/ltdrdata/ComfyUI-Inspire-Pack" + ], + "install_type": "git-clone", + "description": "This extension provides various nodes to support Lora Block Weight and the Impact Pack." + }, { "author": "comfyanonymous", "title": "ComfyUI_experiments", @@ -52,7 +62,7 @@ }, { "author": "Fannovel16", - "title": "(WIP) ComfyUI's ControlNet Preprocessors auxiliary models", + "title": "(WIP) ComfyUI's ControlNet Auxiliary Preprocessors", "reference": "https://github.com/Fannovel16/comfyui_controlnet_aux", "files": [ "https://github.com/Fannovel16/comfyui_controlnet_aux" diff --git a/extension-node-map.json b/extension-node-map.json index cfc3753..3acd59f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -381,7 +381,7 @@ "Zoe-DepthMapPreprocessor" ], { - "title_aux": "(WIP) ComfyUI's ControlNet Preprocessors auxiliary models" + "title_aux": "(WIP) ComfyUI's ControlNet Auxiliary Preprocessors" } ], "https://github.com/FizzleDorf/AIT": [ @@ -1880,6 +1880,7 @@ [ "AddMask", "BasicPipeToDetailerPipe", + "BasicPipeToDetailerPipeSDXL", "BboxDetectorCombined", "BboxDetectorCombined_v2", "BboxDetectorForEach", @@ -1897,12 +1898,14 @@ "DetailerPipeToBasicPipe", "EditBasicPipe", "EditDetailerPipe", + "EditDetailerPipeSDXL", "EmptySegs", "FaceDetailer", "FaceDetailerPipe", "FromBasicPipe", "FromBasicPipe_v2", "FromDetailerPipe", + "FromDetailerPipeSDXL", "FromDetailerPipe_v2", "ImageMaskSwitch", "ImageReceiver", @@ -1910,6 +1913,7 @@ "ImpactCompare", "ImpactConditionalBranch", "ImpactConditionalStopIteration", + "ImpactControlNetApplySEGS", "ImpactDummyInput", "ImpactFloat", "ImpactImageBatchToImageList", @@ -1938,6 +1942,7 @@ "IterativeLatentUpscale", "KSamplerAdvancedProvider", "KSamplerProvider", + "LatentCompositeMasked", "LatentPixelScale", "LatentReceiver", "LatentSender", @@ -1986,6 +1991,7 @@ "ToBasicPipe", "ToBinaryMask", "ToDetailerPipe", + "ToDetailerPipeSDXL", "TwoAdvancedSamplersForMask", "TwoSamplersForMask", "TwoSamplersForMaskUpscalerProvider", @@ -2000,6 +2006,23 @@ "title_aux": "ComfyUI Impact Pack" } ], + "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": [ + [ + "Canny", + "Canny_Preprocessor_Provider_for_SEGS //Inspire", + "LoraLoaderBlockWeight //Inspire", + "OpenPose_Preprocessor_Provider_for_SEGS //Inspire", + "OpenposePreprocessor", + "XY Input: Lora Block Weight //Inspire" + ], + { + "author": "Dr.Lt.Data", + "description": "This extension provides various nodes to support Lora Block Weight and the Impact Pack.", + "nickname": "Inspire Pack", + "title": "Inspire Pack", + "title_aux": "ComfyUI Inspire Pack" + } + ], "https://github.com/ltdrdata/ComfyUI-tomeSD-installer": [ [ "CheckpointTomeLoader", @@ -2584,7 +2607,6 @@ "https://github.com/wolfden/ComfyUi_PromptStylers": [ [ "SDXLPromptStylerHorror", - "SDXLPromptStylerMileHigh", "SDXLPromptStylerMisc", "SDXLPromptStylerbyArtist", "SDXLPromptStylerbyCamera", @@ -2594,6 +2616,7 @@ "SDXLPromptStylerbyFilter", "SDXLPromptStylerbyFocus", "SDXLPromptStylerbyLighting", + "SDXLPromptStylerbyMileHigh", "SDXLPromptStylerbyMood", "SDXLPromptStylerbyOriginal", "SDXLPromptStylerbySubject", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index adf2544..b469255 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Dr.Lt.Data", + "title": "ComfyUI Inspire Pack", + "reference": "https://github.com/ltdrdata/ComfyUI-Inspire-Pack", + "files": [ + "https://github.com/ltdrdata/ComfyUI-Inspire-Pack" + ], + "install_type": "git-clone", + "description": "This extension provides various nodes to support Lora Block Weight and the Impact Pack." + }, { "author": "wolfden", "title": "SDXL Prompt Styler (customized version by wolfden)", @@ -410,7 +420,7 @@ }, { "author": "Fannovel16", - "title": "(WIP) ComfyUI's ControlNet Preprocessors auxiliary models", + "title": "(WIP) ComfyUI's ControlNet Auxiliary Preprocessors", "reference": "https://github.com/Fannovel16/comfyui_controlnet_aux", "files": [ "https://github.com/Fannovel16/comfyui_controlnet_aux" diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index cfc3753..3acd59f 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -381,7 +381,7 @@ "Zoe-DepthMapPreprocessor" ], { - "title_aux": "(WIP) ComfyUI's ControlNet Preprocessors auxiliary models" + "title_aux": "(WIP) ComfyUI's ControlNet Auxiliary Preprocessors" } ], "https://github.com/FizzleDorf/AIT": [ @@ -1880,6 +1880,7 @@ [ "AddMask", "BasicPipeToDetailerPipe", + "BasicPipeToDetailerPipeSDXL", "BboxDetectorCombined", "BboxDetectorCombined_v2", "BboxDetectorForEach", @@ -1897,12 +1898,14 @@ "DetailerPipeToBasicPipe", "EditBasicPipe", "EditDetailerPipe", + "EditDetailerPipeSDXL", "EmptySegs", "FaceDetailer", "FaceDetailerPipe", "FromBasicPipe", "FromBasicPipe_v2", "FromDetailerPipe", + "FromDetailerPipeSDXL", "FromDetailerPipe_v2", "ImageMaskSwitch", "ImageReceiver", @@ -1910,6 +1913,7 @@ "ImpactCompare", "ImpactConditionalBranch", "ImpactConditionalStopIteration", + "ImpactControlNetApplySEGS", "ImpactDummyInput", "ImpactFloat", "ImpactImageBatchToImageList", @@ -1938,6 +1942,7 @@ "IterativeLatentUpscale", "KSamplerAdvancedProvider", "KSamplerProvider", + "LatentCompositeMasked", "LatentPixelScale", "LatentReceiver", "LatentSender", @@ -1986,6 +1991,7 @@ "ToBasicPipe", "ToBinaryMask", "ToDetailerPipe", + "ToDetailerPipeSDXL", "TwoAdvancedSamplersForMask", "TwoSamplersForMask", "TwoSamplersForMaskUpscalerProvider", @@ -2000,6 +2006,23 @@ "title_aux": "ComfyUI Impact Pack" } ], + "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": [ + [ + "Canny", + "Canny_Preprocessor_Provider_for_SEGS //Inspire", + "LoraLoaderBlockWeight //Inspire", + "OpenPose_Preprocessor_Provider_for_SEGS //Inspire", + "OpenposePreprocessor", + "XY Input: Lora Block Weight //Inspire" + ], + { + "author": "Dr.Lt.Data", + "description": "This extension provides various nodes to support Lora Block Weight and the Impact Pack.", + "nickname": "Inspire Pack", + "title": "Inspire Pack", + "title_aux": "ComfyUI Inspire Pack" + } + ], "https://github.com/ltdrdata/ComfyUI-tomeSD-installer": [ [ "CheckpointTomeLoader", @@ -2584,7 +2607,6 @@ "https://github.com/wolfden/ComfyUi_PromptStylers": [ [ "SDXLPromptStylerHorror", - "SDXLPromptStylerMileHigh", "SDXLPromptStylerMisc", "SDXLPromptStylerbyArtist", "SDXLPromptStylerbyCamera", @@ -2594,6 +2616,7 @@ "SDXLPromptStylerbyFilter", "SDXLPromptStylerbyFocus", "SDXLPromptStylerbyLighting", + "SDXLPromptStylerbyMileHigh", "SDXLPromptStylerbyMood", "SDXLPromptStylerbyOriginal", "SDXLPromptStylerbySubject",