diff --git a/extension-node-map.json b/extension-node-map.json index 8a7b9b1..4ece224 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3902,6 +3902,7 @@ "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ "LayerColor: Brightness & Contrast", + "LayerColor: ColorAdapter", "LayerColor: Gamma", "LayerColor: HSV", "LayerColor: LAB", @@ -3919,6 +3920,7 @@ "LayerMask: MaskInvert", "LayerMask: MaskMotionBlur", "LayerMask: MaskPreview", + "LayerMask: MaskStrkoe", "LayerStyle: ColorOverlay", "LayerStyle: DropShadow", "LayerStyle: GradientOverlay", @@ -3928,6 +3930,7 @@ "LayerStyle: Stroke", "LayerUtility: ColorImage", "LayerUtility: ColorPicker", + "LayerUtility: CropByMask", "LayerUtility: ExtendCanvas", "LayerUtility: GetColorTone", "LayerUtility: GetImageSize", @@ -3938,6 +3941,7 @@ "LayerUtility: ImageChannelSplit", "LayerUtility: ImageOpacity", "LayerUtility: PrintInfo", + "LayerUtility: RestoreCropBox", "LayerUtility: XY to Percent" ], { @@ -7579,6 +7583,7 @@ "easy samLoaderPipe", "easy seed", "easy showAnything", + "easy showLoaderSettingsNames", "easy showSpentTime", "easy string", "easy stylesSelector", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 8a7b9b1..4ece224 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3902,6 +3902,7 @@ "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ "LayerColor: Brightness & Contrast", + "LayerColor: ColorAdapter", "LayerColor: Gamma", "LayerColor: HSV", "LayerColor: LAB", @@ -3919,6 +3920,7 @@ "LayerMask: MaskInvert", "LayerMask: MaskMotionBlur", "LayerMask: MaskPreview", + "LayerMask: MaskStrkoe", "LayerStyle: ColorOverlay", "LayerStyle: DropShadow", "LayerStyle: GradientOverlay", @@ -3928,6 +3930,7 @@ "LayerStyle: Stroke", "LayerUtility: ColorImage", "LayerUtility: ColorPicker", + "LayerUtility: CropByMask", "LayerUtility: ExtendCanvas", "LayerUtility: GetColorTone", "LayerUtility: GetImageSize", @@ -3938,6 +3941,7 @@ "LayerUtility: ImageChannelSplit", "LayerUtility: ImageOpacity", "LayerUtility: PrintInfo", + "LayerUtility: RestoreCropBox", "LayerUtility: XY to Percent" ], { @@ -7579,6 +7583,7 @@ "easy samLoaderPipe", "easy seed", "easy showAnything", + "easy showLoaderSettingsNames", "easy showSpentTime", "easy string", "easy stylesSelector", diff --git a/node_db/tutorial/custom-node-list.json b/node_db/tutorial/custom-node-list.json index 0930d39..f96625d 100644 --- a/node_db/tutorial/custom-node-list.json +++ b/node_db/tutorial/custom-node-list.json @@ -99,6 +99,16 @@ ], "install_type": "git-clone", "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" } ] } \ No newline at end of file