From 77e8b1c7bf3ec553dc475b7fdfaa6b4b812b863c Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 29 Sep 2023 08:49:32 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 22 ++++++++++++- extension-node-map.json | 50 +++++++++++++++++++++++++++-- node_db/new/custom-node-list.json | 22 ++++++++++++- node_db/new/extension-node-map.json | 50 +++++++++++++++++++++++++++-- 4 files changed, 138 insertions(+), 6 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 90a30ac..f6e43c8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -417,6 +417,16 @@ "install_type": "git-clone", "description": "Testbed for DiT(Scalable Diffusion Models with Transformers).

None of this code is stable, expect breaking changes if for some reason you want to use this.

" }, + { + "author": "city96", + "title": "ComfyUI_ColorMod", + "reference": "https://github.com/city96/ComfyUI_ColorMod", + "files": [ + "https://github.com/city96/ComfyUI_ColorMod" + ], + "install_type": "git-clone", + "description": "This extension currently has two sets of nodes - one set for editing the contrast/color of images and another set for saving images as 16 bit PNG files." + }, { "author": "Kaharos94", "title": "ComfyUI-Saveaswebp", @@ -1950,7 +1960,7 @@ "https://github.com/seanlynch/srl-nodes" ], "install_type": "git-clone", - "description": "Nodes: Conditional Interrrupt." + "description": "Nodes: SRL Conditional Interrupt, SRL Format String, SRL Eval, SRL Filter Image List. This is a collection of nodes I find useful. Note that at least one module allows execution of arbitrary code. Do not use any of these nodes on a system that allow untrusted users to control workflows or inputs.

WARNING: The custom nodes in this extension are vulnerable to security risks because they allow the execution of arbitrary code through the workflow" }, { "author": "alpertunga-bile", @@ -1972,6 +1982,16 @@ "install_type": "git-clone", "description": "A LaMa prerocessor for ComfyUI. This preprocessor finally enable users to generate coherent inpaint and outpaint prompt-free. The best results are given on landscapes, not so much in drawings/animation." }, + { + "author": "azazeal04", + "title": "ComfyUI-Styles", + "reference": "https://github.com/azazeal04/ComfyUI-Styles", + "files": [ + "https://github.com/azazeal04/ComfyUI-Styles" + ], + "install_type": "git-clone", + "description": "Nodes:Anime_Styler, Fantasy_Styler, Gothic_Styler, Line_Art_Styler, Movie_Poster_Styler, Punk_Styler, Travel_Poster_Styler. This extension offers 8 art style nodes, each of which includes approximately 50 individual style variations." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 77069fd..8d57edd 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -328,7 +328,7 @@ "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": [ [ "AMT VFI", - "ESAI VFI", + "EISAI VFI", "GMFSS Fortuna VFI", "IFRNet VFI", "IFUnet VFI", @@ -1618,6 +1618,29 @@ "title_aux": "ComfyUI prompt control" } ], + "https://github.com/azazeal04/ComfyUI-Styles": [ + [ + "Aesthetic Styler", + "AestheticStyler", + "Anime Styler", + "AnimeStyler", + "Fantasy Styler", + "FantasyStyler", + "Gothic Styler", + "GothicStyler", + "Line Art Styler", + "LineArtStyler", + "Movie Poster_Styler", + "MoviePosterStyler", + "Punk Style", + "PunkStyler", + "Travel Poster Styler", + "TravelPosterStyler" + ], + { + "title_aux": "ComfyUI-Styles" + } + ], "https://github.com/badjeff/comfyui_lora_tag_loader": [ [ "LoraTagLoader" @@ -1883,6 +1906,17 @@ "title_aux": "Variation seeds" } ], + "https://github.com/city96/ComfyUI_ColorMod": [ + [ + "ColorModEdges", + "ColorModPivot", + "PreviewImageHighPrec", + "SaveImageHighPrec" + ], + { + "title_aux": "ComfyUI_ColorMod" + } + ], "https://github.com/city96/ComfyUI_DiT": [ [ "DiTCheckpointLoader", @@ -2886,7 +2920,10 @@ ], "https://github.com/seanlynch/srl-nodes": [ [ - "Conditional Interrrupt" + "SRL Conditional Interrrupt", + "SRL Eval", + "SRL Filter Image List", + "SRL Format String" ], { "title_aux": "SRL's nodes" @@ -2951,16 +2988,25 @@ "GetFloatFromJson", "GetIntFromJson", "GetObjectFromJson", + "GetSAMEmbedding", "GetTextFromJson", + "ISNetSegment", + "ImageAlphaComposite", + "ImageGaussianBlur", "ImageMuxer", "ImageScaleDown", "ImageScaleDownBy", + "ImageScaleDownToSize", + "ImageScaleDownToTotalPixels", + "LaMaInpaint", + "LaMaLoader", "LoadImageAsMaskFromUrl", "LoadImageFromUrl", "LoadJsonFromUrl", "NumberScaler", "RandomFloat", "RandomInt", + "SAMEmbeddingToImage", "SDXLAspectRatioSelector", "SDXLPromptStyler", "SeedSelector", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 5587498..47b4304 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "azazeal04", + "title": "ComfyUI-Styles", + "reference": "https://github.com/azazeal04/ComfyUI-Styles", + "files": [ + "https://github.com/azazeal04/ComfyUI-Styles" + ], + "install_type": "git-clone", + "description": "Nodes:Anime_Styler, Fantasy_Styler, Gothic_Styler, Line_Art_Styler, Movie_Poster_Styler, Punk_Styler, Travel_Poster_Styler. This extension offers 8 art style nodes, each of which includes approximately 50 individual style variations." + }, + { + "author": "city96", + "title": "ComfyUI_ColorMod", + "reference": "https://github.com/city96/ComfyUI_ColorMod", + "files": [ + "https://github.com/city96/ComfyUI_ColorMod" + ], + "install_type": "git-clone", + "description": "This extension currently has two sets of nodes - one set for editing the contrast/color of images and another set for saving images as 16 bit PNG files." + }, { "author": "mlinmg", "title": "LaMa Preprocessor [WIP]", @@ -38,7 +58,7 @@ "https://github.com/seanlynch/srl-nodes" ], "install_type": "git-clone", - "description": "Nodes: Conditional Interrrupt." + "description": "Nodes: SRL Conditional Interrupt, SRL Format String, SRL Eval, SRL Filter Image List. This is a collection of nodes I find useful. Note that at least one module allows execution of arbitrary code. Do not use any of these nodes on a system that allow untrusted users to control workflows or inputs.

WARNING: The custom nodes in this extension are vulnerable to security risks because they allow the execution of arbitrary code through the workflow" }, { "author": "M1kep", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 77069fd..8d57edd 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -328,7 +328,7 @@ "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": [ [ "AMT VFI", - "ESAI VFI", + "EISAI VFI", "GMFSS Fortuna VFI", "IFRNet VFI", "IFUnet VFI", @@ -1618,6 +1618,29 @@ "title_aux": "ComfyUI prompt control" } ], + "https://github.com/azazeal04/ComfyUI-Styles": [ + [ + "Aesthetic Styler", + "AestheticStyler", + "Anime Styler", + "AnimeStyler", + "Fantasy Styler", + "FantasyStyler", + "Gothic Styler", + "GothicStyler", + "Line Art Styler", + "LineArtStyler", + "Movie Poster_Styler", + "MoviePosterStyler", + "Punk Style", + "PunkStyler", + "Travel Poster Styler", + "TravelPosterStyler" + ], + { + "title_aux": "ComfyUI-Styles" + } + ], "https://github.com/badjeff/comfyui_lora_tag_loader": [ [ "LoraTagLoader" @@ -1883,6 +1906,17 @@ "title_aux": "Variation seeds" } ], + "https://github.com/city96/ComfyUI_ColorMod": [ + [ + "ColorModEdges", + "ColorModPivot", + "PreviewImageHighPrec", + "SaveImageHighPrec" + ], + { + "title_aux": "ComfyUI_ColorMod" + } + ], "https://github.com/city96/ComfyUI_DiT": [ [ "DiTCheckpointLoader", @@ -2886,7 +2920,10 @@ ], "https://github.com/seanlynch/srl-nodes": [ [ - "Conditional Interrrupt" + "SRL Conditional Interrrupt", + "SRL Eval", + "SRL Filter Image List", + "SRL Format String" ], { "title_aux": "SRL's nodes" @@ -2951,16 +2988,25 @@ "GetFloatFromJson", "GetIntFromJson", "GetObjectFromJson", + "GetSAMEmbedding", "GetTextFromJson", + "ISNetSegment", + "ImageAlphaComposite", + "ImageGaussianBlur", "ImageMuxer", "ImageScaleDown", "ImageScaleDownBy", + "ImageScaleDownToSize", + "ImageScaleDownToTotalPixels", + "LaMaInpaint", + "LaMaLoader", "LoadImageAsMaskFromUrl", "LoadImageFromUrl", "LoadJsonFromUrl", "NumberScaler", "RandomFloat", "RandomInt", + "SAMEmbeddingToImage", "SDXLAspectRatioSelector", "SDXLPromptStyler", "SeedSelector",