Browse Source

update DB

pull/379/head
Dr.Lt.Data 10 months ago
parent
commit
403e7c6c97
  1. 5
      extension-node-map.json
  2. 5
      node_db/new/extension-node-map.json
  3. 10
      node_db/tutorial/custom-node-list.json

5
extension-node-map.json

@ -3902,6 +3902,7 @@
"https://github.com/chflame163/ComfyUI_LayerStyle": [ "https://github.com/chflame163/ComfyUI_LayerStyle": [
[ [
"LayerColor: Brightness & Contrast", "LayerColor: Brightness & Contrast",
"LayerColor: ColorAdapter",
"LayerColor: Gamma", "LayerColor: Gamma",
"LayerColor: HSV", "LayerColor: HSV",
"LayerColor: LAB", "LayerColor: LAB",
@ -3919,6 +3920,7 @@
"LayerMask: MaskInvert", "LayerMask: MaskInvert",
"LayerMask: MaskMotionBlur", "LayerMask: MaskMotionBlur",
"LayerMask: MaskPreview", "LayerMask: MaskPreview",
"LayerMask: MaskStrkoe",
"LayerStyle: ColorOverlay", "LayerStyle: ColorOverlay",
"LayerStyle: DropShadow", "LayerStyle: DropShadow",
"LayerStyle: GradientOverlay", "LayerStyle: GradientOverlay",
@ -3928,6 +3930,7 @@
"LayerStyle: Stroke", "LayerStyle: Stroke",
"LayerUtility: ColorImage", "LayerUtility: ColorImage",
"LayerUtility: ColorPicker", "LayerUtility: ColorPicker",
"LayerUtility: CropByMask",
"LayerUtility: ExtendCanvas", "LayerUtility: ExtendCanvas",
"LayerUtility: GetColorTone", "LayerUtility: GetColorTone",
"LayerUtility: GetImageSize", "LayerUtility: GetImageSize",
@ -3938,6 +3941,7 @@
"LayerUtility: ImageChannelSplit", "LayerUtility: ImageChannelSplit",
"LayerUtility: ImageOpacity", "LayerUtility: ImageOpacity",
"LayerUtility: PrintInfo", "LayerUtility: PrintInfo",
"LayerUtility: RestoreCropBox",
"LayerUtility: XY to Percent" "LayerUtility: XY to Percent"
], ],
{ {
@ -7579,6 +7583,7 @@
"easy samLoaderPipe", "easy samLoaderPipe",
"easy seed", "easy seed",
"easy showAnything", "easy showAnything",
"easy showLoaderSettingsNames",
"easy showSpentTime", "easy showSpentTime",
"easy string", "easy string",
"easy stylesSelector", "easy stylesSelector",

5
node_db/new/extension-node-map.json

@ -3902,6 +3902,7 @@
"https://github.com/chflame163/ComfyUI_LayerStyle": [ "https://github.com/chflame163/ComfyUI_LayerStyle": [
[ [
"LayerColor: Brightness & Contrast", "LayerColor: Brightness & Contrast",
"LayerColor: ColorAdapter",
"LayerColor: Gamma", "LayerColor: Gamma",
"LayerColor: HSV", "LayerColor: HSV",
"LayerColor: LAB", "LayerColor: LAB",
@ -3919,6 +3920,7 @@
"LayerMask: MaskInvert", "LayerMask: MaskInvert",
"LayerMask: MaskMotionBlur", "LayerMask: MaskMotionBlur",
"LayerMask: MaskPreview", "LayerMask: MaskPreview",
"LayerMask: MaskStrkoe",
"LayerStyle: ColorOverlay", "LayerStyle: ColorOverlay",
"LayerStyle: DropShadow", "LayerStyle: DropShadow",
"LayerStyle: GradientOverlay", "LayerStyle: GradientOverlay",
@ -3928,6 +3930,7 @@
"LayerStyle: Stroke", "LayerStyle: Stroke",
"LayerUtility: ColorImage", "LayerUtility: ColorImage",
"LayerUtility: ColorPicker", "LayerUtility: ColorPicker",
"LayerUtility: CropByMask",
"LayerUtility: ExtendCanvas", "LayerUtility: ExtendCanvas",
"LayerUtility: GetColorTone", "LayerUtility: GetColorTone",
"LayerUtility: GetImageSize", "LayerUtility: GetImageSize",
@ -3938,6 +3941,7 @@
"LayerUtility: ImageChannelSplit", "LayerUtility: ImageChannelSplit",
"LayerUtility: ImageOpacity", "LayerUtility: ImageOpacity",
"LayerUtility: PrintInfo", "LayerUtility: PrintInfo",
"LayerUtility: RestoreCropBox",
"LayerUtility: XY to Percent" "LayerUtility: XY to Percent"
], ],
{ {
@ -7579,6 +7583,7 @@
"easy samLoaderPipe", "easy samLoaderPipe",
"easy seed", "easy seed",
"easy showAnything", "easy showAnything",
"easy showLoaderSettingsNames",
"easy showSpentTime", "easy showSpentTime",
"easy string", "easy string",
"easy stylesSelector", "easy stylesSelector",

10
node_db/tutorial/custom-node-list.json

@ -99,6 +99,16 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Load Image Dedup" "description": "Nodes:Load Image Dedup"
},
{
"author": "chaojie",
"title": "ComfyUI-Pymunk",
"reference": "https://github.com/chaojie/ComfyUI-Pymunk",
"files": [
"https://github.com/chaojie/ComfyUI-Pymunk"
],
"install_type": "git-clone",
"description": "Nodes:PymunkSpace, PymunkRun, PymunkStaticLine, PymunkDynamicBox"
} }
] ]
} }
Loading…
Cancel
Save