update DB

This commit is contained in:
Dr.Lt.Data 2023-10-19 00:58:48 +09:00
parent a99b2d8fa0
commit b3361a5c6e
3 changed files with 68 additions and 6 deletions

View File

@ -546,6 +546,7 @@
],
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [
[
"ACN_AdvancedControlNetApply",
"ControlNetLoaderAdvanced",
"CustomControlNetWeights",
"CustomT2IAdapterWeights",
@ -967,7 +968,10 @@
"CR Aspect Ratio",
"CR Aspect Ratio SDXL",
"CR Batch Process Switch",
"CR Checker Pattern",
"CR Clip Input Switch",
"CR Color Bars",
"CR Color Gradient",
"CR Color Tint",
"CR Conditioning Input Switch",
"CR ControlNet Input Switch",
@ -1003,6 +1007,7 @@
"CR Multi Upscale Stack",
"CR Multi-ControlNet Stack",
"CR Pipe Switch",
"CR Polygons",
"CR Process Switch",
"CR Prompt Text",
"CR SD1.5 Aspect Ratio",
@ -1016,6 +1021,7 @@
"CR Split String",
"CR String To Combo",
"CR String To Number",
"CR Style Bars",
"CR Switch Model and CLIP",
"CR Text Input Switch",
"CR Text Input Switch (4 way)",
@ -1228,7 +1234,7 @@
"BoxCropImage",
"ColorTransfer",
"ExpandMaskBox",
"FaceFusion",
"FaceFusionPM",
"FaceSkin",
"GetImageInfo",
"ImageResizeTarget",
@ -1248,9 +1254,12 @@
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [
[
"tri3d-atr-parse",
"tri3d-atr-parse-batch",
"tri3d-extract-hand",
"tri3d-extract-parts-batch",
"tri3d-fuzzification",
"tri3d-position-hands"
"tri3d-position-hands",
"tri3d-position-parts-batch"
],
{
"title_aux": "tri3d-comfyui-nodes"
@ -2856,6 +2865,7 @@
"FakeScribblePreprocessor_Provider_for_SEGS //Inspire",
"GlobalSeed //Inspire",
"HEDPreprocessor_Provider_for_SEGS //Inspire",
"InpaintPreprocessor_Provider_for_SEGS //Inspire",
"KSampler //Inspire",
"KSamplerAdvanced //Inspire",
"KSamplerAdvancedProgress //Inspire",
@ -3360,6 +3370,9 @@
"LoadJsonFromUrl",
"MergeModels",
"NumberScaler",
"OverlayInpaintedImage",
"OverlayInpaintedLatent",
"PrepareImageAndMaskForInpaint",
"QRCodeGenerator",
"RandomFloat",
"RandomInt",
@ -3726,6 +3739,7 @@
"Seed and Int (WLSH)",
"Seed to Number (WLSH)",
"Simple Pattern Replace (WLSH)",
"Simple String Combine (WLSH)",
"Time String (WLSH)",
"Upscale by Factor with Model (WLSH)",
"VAE Encode for Inpaint w/Padding (WLSH)"
@ -3811,6 +3825,7 @@
"Chat",
"ChatGPT",
"CombineInput",
"Conditioning",
"CostumeAgent_1",
"CostumeAgent_2",
"CostumeMaster_1",
@ -3818,16 +3833,17 @@
"DisplayString",
"DisplayTextAsImage",
"Engineer",
"Example",
"Executor",
"GroupChat",
"Image_generation_Conditioning",
"LM_Studio",
"Memory_Excel",
"Model_1",
"Ollama",
"Planner",
"Scientist",
"TextCombine",
"TextGeneration",
"TextGenerator",
"TextInput",
"TextOutput",

View File

@ -1,5 +1,35 @@
{
"custom_nodes": [
{
"author": "shadowcz007",
"title": "comfyui-mixlab-nodes",
"reference": "https://github.com/shadowcz007/comfyui-mixlab-nodes",
"files": [
"https://github.com/shadowcz007/comfyui-mixlab-nodes"
],
"install_type": "git-clone",
"description": "Nodes:RandomPrompt"
},
{
"author": "AbyssYuan0",
"title": "ComfyUI_BadgerTools",
"reference": "https://github.com/AbyssYuan0/ComfyUI_BadgerTools",
"files": [
"https://github.com/AbyssYuan0/ComfyUI_BadgerTools"
],
"install_type": "git-clone",
"description": "Nodees: ImageOverlap-badger, FloatToInt-badger, IntToString-badger, FloatToString-badger."
},
{
"author": "WSJUSA",
"title": "pre-comfyui-stablsr",
"reference": "https://github.com/WSJUSA/Comfyui-StableSR",
"files": [
"https://github.com/WSJUSA/Comfyui-StableSR"
],
"install_type": "git-clone",
"description": "This is a development respository for debugging migration of StableSR to Comfyui"
},
{
"author": "Fannovel16",
"title": "ComfyUI MotionDiff",

View File

@ -546,6 +546,7 @@
],
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [
[
"ACN_AdvancedControlNetApply",
"ControlNetLoaderAdvanced",
"CustomControlNetWeights",
"CustomT2IAdapterWeights",
@ -967,7 +968,10 @@
"CR Aspect Ratio",
"CR Aspect Ratio SDXL",
"CR Batch Process Switch",
"CR Checker Pattern",
"CR Clip Input Switch",
"CR Color Bars",
"CR Color Gradient",
"CR Color Tint",
"CR Conditioning Input Switch",
"CR ControlNet Input Switch",
@ -1003,6 +1007,7 @@
"CR Multi Upscale Stack",
"CR Multi-ControlNet Stack",
"CR Pipe Switch",
"CR Polygons",
"CR Process Switch",
"CR Prompt Text",
"CR SD1.5 Aspect Ratio",
@ -1016,6 +1021,7 @@
"CR Split String",
"CR String To Combo",
"CR String To Number",
"CR Style Bars",
"CR Switch Model and CLIP",
"CR Text Input Switch",
"CR Text Input Switch (4 way)",
@ -1228,7 +1234,7 @@
"BoxCropImage",
"ColorTransfer",
"ExpandMaskBox",
"FaceFusion",
"FaceFusionPM",
"FaceSkin",
"GetImageInfo",
"ImageResizeTarget",
@ -1248,9 +1254,12 @@
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [
[
"tri3d-atr-parse",
"tri3d-atr-parse-batch",
"tri3d-extract-hand",
"tri3d-extract-parts-batch",
"tri3d-fuzzification",
"tri3d-position-hands"
"tri3d-position-hands",
"tri3d-position-parts-batch"
],
{
"title_aux": "tri3d-comfyui-nodes"
@ -2856,6 +2865,7 @@
"FakeScribblePreprocessor_Provider_for_SEGS //Inspire",
"GlobalSeed //Inspire",
"HEDPreprocessor_Provider_for_SEGS //Inspire",
"InpaintPreprocessor_Provider_for_SEGS //Inspire",
"KSampler //Inspire",
"KSamplerAdvanced //Inspire",
"KSamplerAdvancedProgress //Inspire",
@ -3360,6 +3370,9 @@
"LoadJsonFromUrl",
"MergeModels",
"NumberScaler",
"OverlayInpaintedImage",
"OverlayInpaintedLatent",
"PrepareImageAndMaskForInpaint",
"QRCodeGenerator",
"RandomFloat",
"RandomInt",
@ -3726,6 +3739,7 @@
"Seed and Int (WLSH)",
"Seed to Number (WLSH)",
"Simple Pattern Replace (WLSH)",
"Simple String Combine (WLSH)",
"Time String (WLSH)",
"Upscale by Factor with Model (WLSH)",
"VAE Encode for Inpaint w/Padding (WLSH)"
@ -3811,6 +3825,7 @@
"Chat",
"ChatGPT",
"CombineInput",
"Conditioning",
"CostumeAgent_1",
"CostumeAgent_2",
"CostumeMaster_1",
@ -3818,16 +3833,17 @@
"DisplayString",
"DisplayTextAsImage",
"Engineer",
"Example",
"Executor",
"GroupChat",
"Image_generation_Conditioning",
"LM_Studio",
"Memory_Excel",
"Model_1",
"Ollama",
"Planner",
"Scientist",
"TextCombine",
"TextGeneration",
"TextGenerator",
"TextInput",
"TextOutput",