From b08a511902708e60fdeb42c96d480326137e1f09 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Thu, 15 Feb 2024 15:25:39 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 25 ++++++++++++++-- extension-node-map.json | 44 +++++++++++++++++++---------- node_db/new/custom-node-list.json | 22 ++++++++++++++- node_db/new/extension-node-map.json | 44 +++++++++++++++++++---------- 4 files changed, 102 insertions(+), 33 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 48f32aa..84daf0b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1515,7 +1515,7 @@ "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG" ], "install_type": "git-clone", - "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8.\nLow scale like 4 also gives really nice results since your CFG is not the CFG anymore." + "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8. Low scale like 4 also gives really nice results since your CFG is not the CFG anymore. Also in general even with relatively low settings it seems to improve the quality." }, { "author": "JPS", @@ -4043,6 +4043,16 @@ "install_type": "git-clone", "description": "This is a custom node of ComfyUI that downloads and loads models from the input URL. The model is temporarily downloaded into memory and not saved to storage.\nThis could be useful when trying out models or when using various models on machines with limited storage. Since the model is downloaded into memory, expect higher memory usage than usual." }, + { + "author": "pkpkTech", + "title": "ComfyUI-SaveQueues", + "reference": "https://github.com/pkpkTech/ComfyUI-SaveQueues", + "files": [ + "https://github.com/pkpkTech/ComfyUI-SaveQueues" + ], + "install_type": "git-clone", + "description": "Add a button to the menu to save and load the running queue and the pending queues.\nThis is intended to be used when you want to exit ComfyUI with queues still remaining." + }, { "author": "Crystian", "title": "Crystools", @@ -5046,7 +5056,7 @@ }, { "author": "antrobot", - "title": "antrobots-comfyUI-nodepack", + "title": "antrobots ComfyUI Nodepack", "reference": "https://github.com/antrobot1234/antrobots-comfyUI-nodepack", "files": [ "https://github.com/antrobot1234/antrobots-comfyUI-nodepack" @@ -5194,6 +5204,17 @@ "install_type": "git-clone", "description": "Remove background of plural images." }, + { + "author": "jordoh", + "title": "ComfyUI Deepface", + "reference": "https://github.com/jordoh/ComfyUI-Deepface", + "files": [ + "https://github.com/jordoh/ComfyUI-Deepface" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes wrapping the [a/deepface](https://github.com/serengil/deepface) library." + }, + { diff --git a/extension-node-map.json b/extension-node-map.json index 70b364e..b4881b5 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -652,7 +652,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ImageSizer", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -698,7 +698,8 @@ ], "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [ [ - "Automatic CFG" + "Automatic CFG", + "Automatic CFG channels multipliers" ], { "title_aux": "ComfyUI-AutomaticCFG" @@ -1821,17 +1822,20 @@ ], "https://github.com/Nuked88/ComfyUI-N-Nodes": [ [ - "DynamicPrompt", - "Float Variable", - "FrameInterpolator", - "GPT Loader Simple", - "GPTSampler", - "Integer Variable", - "LoadFramesFromFolder", - "LoadVideo", - "SaveVideo", - "SetMetadataForSaveVideo", - "String Variable" + "CLIPTextEncodeAdvancedNSuite [n-suite]", + "DynamicPrompt [n-suite]", + "Float Variable [n-suite]", + "FrameInterpolator [n-suite]", + "GPT Loader Simple [n-suite]", + "GPT Sampler [n-suite]", + "ImagePadForOutpaintAdvanced [n-suite]", + "Integer Variable [n-suite]", + "Llava Clip Loader [n-suite]", + "LoadFramesFromFolder [n-suite]", + "LoadVideo [n-suite]", + "SaveVideo [n-suite]", + "SetMetadataForSaveVideo [n-suite]", + "String Variable [n-suite]" ], { "title_aux": "ComfyUI-N-Nodes" @@ -3548,7 +3552,7 @@ "scale" ], { - "title_aux": "antrobots-comfyUI-nodepack" + "title_aux": "antrobots ComfyUI Nodepack" } ], "https://github.com/asagi4/ComfyUI-CADS": [ @@ -5599,6 +5603,15 @@ "title_aux": "ComfyUI-sampler-lcm-alternative" } ], + "https://github.com/jordoh/ComfyUI-Deepface": [ + [ + "DeepfaceExtractFaces", + "DeepfaceVerify" + ], + { + "title_aux": "ComfyUI Deepface" + } + ], "https://github.com/jtrue/ComfyUI-JaRue": [ [ "Text2Image_jru", @@ -6304,7 +6317,8 @@ "https://github.com/martijnat/comfyui-previewlatent": [ [ "PreviewLatent", - "PreviewLatentAdvanced" + "PreviewLatentAdvanced", + "PreviewLatentXL" ], { "title_aux": "comfyui-previewlatent" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a4a7f5f..4034898 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "pkpkTech", + "title": "ComfyUI-SaveQueues", + "reference": "https://github.com/pkpkTech/ComfyUI-SaveQueues", + "files": [ + "https://github.com/pkpkTech/ComfyUI-SaveQueues" + ], + "install_type": "git-clone", + "description": "Add a button to the menu to save and load the running queue and the pending queues.\nThis is intended to be used when you want to exit ComfyUI with queues still remaining." + }, + { + "author": "jordoh", + "title": "ComfyUI Deepface", + "reference": "https://github.com/jordoh/ComfyUI-Deepface", + "files": [ + "https://github.com/jordoh/ComfyUI-Deepface" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes wrapping the [a/deepface](https://github.com/serengil/deepface) library." + }, { "author": "kijai", "title": "ComfyUI-DiffusersStableCascade", @@ -28,7 +48,7 @@ "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG" ], "install_type": "git-clone", - "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8.\nLow scale like 4 also gives really nice results since your CFG is not the CFG anymore." + "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8. Low scale like 4 also gives really nice results since your CFG is not the CFG anymore. Also in general even with relatively low settings it seems to improve the quality." }, { "author": "Mamaaaamooooo", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 70b364e..b4881b5 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -652,7 +652,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ImageSizer", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -698,7 +698,8 @@ ], "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [ [ - "Automatic CFG" + "Automatic CFG", + "Automatic CFG channels multipliers" ], { "title_aux": "ComfyUI-AutomaticCFG" @@ -1821,17 +1822,20 @@ ], "https://github.com/Nuked88/ComfyUI-N-Nodes": [ [ - "DynamicPrompt", - "Float Variable", - "FrameInterpolator", - "GPT Loader Simple", - "GPTSampler", - "Integer Variable", - "LoadFramesFromFolder", - "LoadVideo", - "SaveVideo", - "SetMetadataForSaveVideo", - "String Variable" + "CLIPTextEncodeAdvancedNSuite [n-suite]", + "DynamicPrompt [n-suite]", + "Float Variable [n-suite]", + "FrameInterpolator [n-suite]", + "GPT Loader Simple [n-suite]", + "GPT Sampler [n-suite]", + "ImagePadForOutpaintAdvanced [n-suite]", + "Integer Variable [n-suite]", + "Llava Clip Loader [n-suite]", + "LoadFramesFromFolder [n-suite]", + "LoadVideo [n-suite]", + "SaveVideo [n-suite]", + "SetMetadataForSaveVideo [n-suite]", + "String Variable [n-suite]" ], { "title_aux": "ComfyUI-N-Nodes" @@ -3548,7 +3552,7 @@ "scale" ], { - "title_aux": "antrobots-comfyUI-nodepack" + "title_aux": "antrobots ComfyUI Nodepack" } ], "https://github.com/asagi4/ComfyUI-CADS": [ @@ -5599,6 +5603,15 @@ "title_aux": "ComfyUI-sampler-lcm-alternative" } ], + "https://github.com/jordoh/ComfyUI-Deepface": [ + [ + "DeepfaceExtractFaces", + "DeepfaceVerify" + ], + { + "title_aux": "ComfyUI Deepface" + } + ], "https://github.com/jtrue/ComfyUI-JaRue": [ [ "Text2Image_jru", @@ -6304,7 +6317,8 @@ "https://github.com/martijnat/comfyui-previewlatent": [ [ "PreviewLatent", - "PreviewLatentAdvanced" + "PreviewLatentAdvanced", + "PreviewLatentXL" ], { "title_aux": "comfyui-previewlatent"