update DB

This commit is contained in:
Dr.Lt.Data 2023-07-30 10:36:05 +09:00
parent 46109da2de
commit 7515c6d17b
2 changed files with 22 additions and 0 deletions

View File

@ -975,6 +975,17 @@
"install_type": "copy", "install_type": "copy",
"description": "Nodes: Prompt parser. ComfyUI extra nodes. Mostly prompt parsing." "description": "Nodes: Prompt parser. ComfyUI extra nodes. Mostly prompt parsing."
}, },
{
"author": "failfa-st",
"title": "failfa-st/comfyui-extensions",
"reference": "https://github.com/failfa-st/comfyui-extensions",
"js_path": "failfa-st",
"files": [
"https://github.com/failfa-st/comfyui-extensions/raw/main/failfastSettings.js"
],
"install_type": "copy",
"description": "UI extensions: Links Render Mode, Force Snap to Frid, Force Box Shape, Render sahdows, Connection Width. Pin/Unpin all Nodes"
},
{ {
"author": "theally", "author": "theally",
"title": "TheAlly's Custom Nodes", "title": "TheAlly's Custom Nodes",

View File

@ -191,6 +191,7 @@
"PiDiNetPreprocessor", "PiDiNetPreprocessor",
"ScribblePreprocessor", "ScribblePreprocessor",
"SemSegPreprocessor", "SemSegPreprocessor",
"ShufflePreprocessor",
"TilePreprocessor", "TilePreprocessor",
"UniFormer-SemSegPreprocessor", "UniFormer-SemSegPreprocessor",
"Zoe-DepthMapPreprocessor" "Zoe-DepthMapPreprocessor"
@ -239,6 +240,7 @@
"JDC_GaussianBlur", "JDC_GaussianBlur",
"JDC_GreyNoise", "JDC_GreyNoise",
"JDC_Greyscale", "JDC_Greyscale",
"JDC_ImageLoader",
"JDC_PinkNoise", "JDC_PinkNoise",
"JDC_Plasma", "JDC_Plasma",
"JDC_PlasmaSampler", "JDC_PlasmaSampler",
@ -355,6 +357,10 @@
"ImageFilterSmooth", "ImageFilterSmooth",
"ImageFilterSmoothMore", "ImageFilterSmoothMore",
"ImageFilterStackBlur", "ImageFilterStackBlur",
"ImageNoiseBeta",
"ImageNoiseBinomial",
"ImageNoiseBytes",
"ImageNoiseGaussian",
"ImageSegmentation", "ImageSegmentation",
"ImageSegmentationCustom", "ImageSegmentationCustom",
"ImageSegmentationCustomAdvanced", "ImageSegmentationCustomAdvanced",
@ -749,6 +755,9 @@
"Swap Color Mode" "Swap Color Mode"
], ],
"https://github.com/evanspearman/ComfyMath": [ "https://github.com/evanspearman/ComfyMath": [
"CM_BoolBinaryOperation",
"CM_BoolToInt",
"CM_BoolUnaryOperation",
"CM_BreakoutVec2", "CM_BreakoutVec2",
"CM_BreakoutVec3", "CM_BreakoutVec3",
"CM_BreakoutVec4", "CM_BreakoutVec4",
@ -763,6 +772,7 @@
"CM_FloatUnaryOperation", "CM_FloatUnaryOperation",
"CM_IntBinaryCondition", "CM_IntBinaryCondition",
"CM_IntBinaryOperation", "CM_IntBinaryOperation",
"CM_IntToBool",
"CM_IntToFloat", "CM_IntToFloat",
"CM_IntToNumber", "CM_IntToNumber",
"CM_IntUnaryCondition", "CM_IntUnaryCondition",
@ -1055,6 +1065,7 @@
"ConstrainImage|pysssss", "ConstrainImage|pysssss",
"LoraLoader|pysssss", "LoraLoader|pysssss",
"MathExpression|pysssss", "MathExpression|pysssss",
"ReroutePrimitive|pysssss",
"ShowText|pysssss", "ShowText|pysssss",
"StringFunction|pysssss" "StringFunction|pysssss"
], ],