update DB

This commit is contained in:
Dr.Lt.Data 2023-11-04 12:15:32 +09:00
parent e345f641d2
commit 2d6633ec6c
3 changed files with 16 additions and 0 deletions

View File

@ -1018,6 +1018,7 @@
"CR Apply Model Merge", "CR Apply Model Merge",
"CR Apply Multi Upscale", "CR Apply Multi Upscale",
"CR Apply Multi-ControlNet", "CR Apply Multi-ControlNet",
"CR Aspect Ratio SDXL",
"CR Batch Process Switch", "CR Batch Process Switch",
"CR Checker Pattern", "CR Checker Pattern",
"CR Clip Input Switch", "CR Clip Input Switch",
@ -2458,6 +2459,7 @@
], ],
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [ "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [
[ [
"PixelArtAddDitherPattern",
"PixelArtDetectorConverter", "PixelArtDetectorConverter",
"PixelArtDetectorSave", "PixelArtDetectorSave",
"PixelArtDetectorToImage", "PixelArtDetectorToImage",
@ -2798,6 +2800,7 @@
"CrossFadeImages", "CrossFadeImages",
"EmptyLatentImagePresets", "EmptyLatentImagePresets",
"FloatConstant", "FloatConstant",
"GetImageRangeFromBatch",
"GrowMaskWithBlur", "GrowMaskWithBlur",
"INTConstant", "INTConstant",
"SomethingToString", "SomethingToString",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "jn-jairo",
"title": "jn_node_suite_comfyui [WIP]",
"reference": "https://github.com/jn-jairo/jn_node_suite_comfyui",
"files": [
"https://github.com/jn-jairo/jn_node_suite_comfyui"
],
"install_type": "git-clone",
"description": "Image manipulation nodes, Temperature control nodes, Tiling nodes, Primitive and operation nodes, ..."
},
{ {
"author": "PluMaZero", "author": "PluMaZero",
"title": "ComfyUI-SpaceFlower", "title": "ComfyUI-SpaceFlower",

View File

@ -1018,6 +1018,7 @@
"CR Apply Model Merge", "CR Apply Model Merge",
"CR Apply Multi Upscale", "CR Apply Multi Upscale",
"CR Apply Multi-ControlNet", "CR Apply Multi-ControlNet",
"CR Aspect Ratio SDXL",
"CR Batch Process Switch", "CR Batch Process Switch",
"CR Checker Pattern", "CR Checker Pattern",
"CR Clip Input Switch", "CR Clip Input Switch",
@ -2458,6 +2459,7 @@
], ],
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [ "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [
[ [
"PixelArtAddDitherPattern",
"PixelArtDetectorConverter", "PixelArtDetectorConverter",
"PixelArtDetectorSave", "PixelArtDetectorSave",
"PixelArtDetectorToImage", "PixelArtDetectorToImage",
@ -2798,6 +2800,7 @@
"CrossFadeImages", "CrossFadeImages",
"EmptyLatentImagePresets", "EmptyLatentImagePresets",
"FloatConstant", "FloatConstant",
"GetImageRangeFromBatch",
"GrowMaskWithBlur", "GrowMaskWithBlur",
"INTConstant", "INTConstant",
"SomethingToString", "SomethingToString",