From d84301148af45da52cdc1b88abd00ccfb368d7cf Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 17 Jan 2024 22:39:14 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 20 ++++++++++++++++++++ extension-node-map.json | 23 +++++++++++++++++++++++ node_db/dev/extension-node-map.json | 17 +++++++++++++++++ node_db/new/custom-node-list.json | 20 ++++++++++++++++++++ node_db/new/extension-node-map.json | 23 +++++++++++++++++++++++ 5 files changed, 103 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 521ac52..c954ed1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4304,6 +4304,26 @@ "install_type": "git-clone", "description": "A pony prompt helper extension for AUTOMATIC1111's Stable Diffusion Web UI and ComfyUI that utilizes the full power of your favorite booru query syntax. Currently supports [a/Derpibooru](https://derpibooru/org) and [a/E621](https://e621.net/)." }, + { + "author": "kijai", + "title": "ComfyUI-DDColor", + "reference": "https://github.com/kijai/ComfyUI-DDColor", + "files": [ + "https://github.com/kijai/ComfyUI-DDColor" + ], + "install_type": "git-clone", + "description": "Node to use [a/DDColor](https://github.com/piddnad/DDColor) in ComfyUI." + }, + { + "author": "chflame163", + "title": "ComfyUI Layer Style", + "reference": "https://github.com/chflame163/ComfyUI_LayerStyle", + "files": [ + "https://github.com/chflame163/ComfyUI_LayerStyle" + ], + "install_type": "git-clone", + "description": "A set of nodes for ComfyUI it generate image like Adobe Photoshop's Layer Style. the Drop Shadow is first completed node, and follow-up work is in progress." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 743812f..5f4a77f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1616,7 +1616,11 @@ "ImageListSelect(FaceParsing)", "ImagePadWithBBox(FaceParsing)", "ImageResizeCalculator(FaceParsing)", + "ImageResizeWithBBox(FaceParsing)", "ImageSize(FaceParsing)", + "LatentCropWithBBox(FaceParsing)", + "LatentInsertWithBBox(FaceParsing)", + "LatentSize(FaceParsing)", "MaskComposite(FaceParsing)", "MaskListComposite(FaceParsing)", "MaskListSelect(FaceParsing)", @@ -2026,6 +2030,7 @@ "CR Split String", "CR Starburst Colors", "CR Starburst Lines", + "CR String To Boolean", "CR String To Combo", "CR String To Number", "CR Style Bars", @@ -3505,6 +3510,14 @@ "title_aux": "ComfyUI-MotionCtrl-SVD" } ], + "https://github.com/chflame163/ComfyUI_LayerStyle": [ + [ + "LayerStyle_DropShadow" + ], + { + "title_aux": "ComfyUI Layer Style" + } + ], "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": [ [ "Input Trigger", @@ -4754,6 +4767,14 @@ "title_aux": "Knodes" } ], + "https://github.com/kijai/ComfyUI-DDColor": [ + [ + "DDColor_Colorize" + ], + { + "title_aux": "ComfyUI-DDColor" + } + ], "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel", @@ -4990,6 +5011,7 @@ "Base64ToMask", "ImageToBase64", "ImageToBase64Advanced", + "LoadImageFromUrl", "LoadImageToBase64", "MaskImageToBase64", "MaskToBase64", @@ -5260,6 +5282,7 @@ "RegionalSeedExplorerMask //Inspire", "RemoveBackendData //Inspire", "RemoveBackendDataNumberKey //Inspire", + "RemoveControlNet //Inspire", "RetrieveBackendData //Inspire", "RetrieveBackendDataNumberKey //Inspire", "SeedExplorer //Inspire", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 6a420de..a0983ca 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -122,6 +122,15 @@ "title_aux": "ComfyUI-AnyText\uff08WIP\uff09" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker": [ + [ + "PhotoMaker_Batch_Zho", + "PhotoMaker_Zho" + ], + { + "title_aux": "ComfyUI PhotoMaker (WIP)" + } + ], "https://github.com/alt-key-project/comfyui-dream-video-batches": [ [ "Blended Transition [DVB]", @@ -632,6 +641,14 @@ "title_aux": "comfy-trt-test [WIP]" } ], + "https://github.com/poisenbery/NudeNet-Detector-Provider": [ + [ + "NudeNetDetectorProvider" + ], + { + "title_aux": "NudeNet-Detector-Provider [WIP]" + } + ], "https://github.com/solarpush/comfyui_sendimage_node": [ [ "Send_To_Pod" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 4db0979..8e6fa89 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "chflame163", + "title": "ComfyUI Layer Style", + "reference": "https://github.com/chflame163/ComfyUI_LayerStyle", + "files": [ + "https://github.com/chflame163/ComfyUI_LayerStyle" + ], + "install_type": "git-clone", + "description": "A set of nodes for ComfyUI it generate image like Adobe Photoshop's Layer Style. the Drop Shadow is first completed node, and follow-up work is in progress." + }, + { + "author": "kijai", + "title": "ComfyUI-DDColor", + "reference": "https://github.com/kijai/ComfyUI-DDColor", + "files": [ + "https://github.com/kijai/ComfyUI-DDColor" + ], + "install_type": "git-clone", + "description": "Node to use [a/DDColor](https://github.com/piddnad/DDColor) in ComfyUI." + }, { "author": "prozacgod", "title": "ComfyUI Multi-Workspace", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 743812f..5f4a77f 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1616,7 +1616,11 @@ "ImageListSelect(FaceParsing)", "ImagePadWithBBox(FaceParsing)", "ImageResizeCalculator(FaceParsing)", + "ImageResizeWithBBox(FaceParsing)", "ImageSize(FaceParsing)", + "LatentCropWithBBox(FaceParsing)", + "LatentInsertWithBBox(FaceParsing)", + "LatentSize(FaceParsing)", "MaskComposite(FaceParsing)", "MaskListComposite(FaceParsing)", "MaskListSelect(FaceParsing)", @@ -2026,6 +2030,7 @@ "CR Split String", "CR Starburst Colors", "CR Starburst Lines", + "CR String To Boolean", "CR String To Combo", "CR String To Number", "CR Style Bars", @@ -3505,6 +3510,14 @@ "title_aux": "ComfyUI-MotionCtrl-SVD" } ], + "https://github.com/chflame163/ComfyUI_LayerStyle": [ + [ + "LayerStyle_DropShadow" + ], + { + "title_aux": "ComfyUI Layer Style" + } + ], "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": [ [ "Input Trigger", @@ -4754,6 +4767,14 @@ "title_aux": "Knodes" } ], + "https://github.com/kijai/ComfyUI-DDColor": [ + [ + "DDColor_Colorize" + ], + { + "title_aux": "ComfyUI-DDColor" + } + ], "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel", @@ -4990,6 +5011,7 @@ "Base64ToMask", "ImageToBase64", "ImageToBase64Advanced", + "LoadImageFromUrl", "LoadImageToBase64", "MaskImageToBase64", "MaskToBase64", @@ -5260,6 +5282,7 @@ "RegionalSeedExplorerMask //Inspire", "RemoveBackendData //Inspire", "RemoveBackendDataNumberKey //Inspire", + "RemoveControlNet //Inspire", "RetrieveBackendData //Inspire", "RetrieveBackendDataNumberKey //Inspire", "SeedExplorer //Inspire",