diff --git a/extension-node-map.json b/extension-node-map.json index 72104dd..b089fa1 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1018,6 +1018,7 @@ "CR Apply Model Merge", "CR Apply Multi Upscale", "CR Apply Multi-ControlNet", + "CR Aspect Ratio SDXL", "CR Batch Process Switch", "CR Checker Pattern", "CR Clip Input Switch", @@ -2458,6 +2459,7 @@ ], "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [ [ + "PixelArtAddDitherPattern", "PixelArtDetectorConverter", "PixelArtDetectorSave", "PixelArtDetectorToImage", @@ -2798,6 +2800,7 @@ "CrossFadeImages", "EmptyLatentImagePresets", "FloatConstant", + "GetImageRangeFromBatch", "GrowMaskWithBlur", "INTConstant", "SomethingToString", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 03ace4d..8282ed8 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "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", "title": "ComfyUI-SpaceFlower", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 72104dd..b089fa1 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1018,6 +1018,7 @@ "CR Apply Model Merge", "CR Apply Multi Upscale", "CR Apply Multi-ControlNet", + "CR Aspect Ratio SDXL", "CR Batch Process Switch", "CR Checker Pattern", "CR Clip Input Switch", @@ -2458,6 +2459,7 @@ ], "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [ [ + "PixelArtAddDitherPattern", "PixelArtDetectorConverter", "PixelArtDetectorSave", "PixelArtDetectorToImage", @@ -2798,6 +2800,7 @@ "CrossFadeImages", "EmptyLatentImagePresets", "FloatConstant", + "GetImageRangeFromBatch", "GrowMaskWithBlur", "INTConstant", "SomethingToString",