From 3ac484e393ebb7c67b9585bde8a1c6489db2ea61 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 20 Aug 2023 09:55:47 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 42 ++++++++++++++++++++--------------------- extension-node-map.json | 20 +++++++++++++++++++- 2 files changed, 40 insertions(+), 22 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 31e1d7a..fa21ecb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1331,6 +1331,26 @@ "install_type": "git-clone", "description": "Nodes: SDXLRecommendedImageSize, JjkText, JjkShowText, JjkConcat. A set of custom nodes for ComfyUI - focused on text and parameter utility" }, + { + "author": "dagthomas", + "title": "SDXL Auto Prompter", + "reference": "https://github.com/dagthomas/comfyui_dagthomas", + "files": [ + "https://github.com/dagthomas/comfyui_dagthomas" + ], + "install_type": "git-clone", + "description": "Easy prompting for generation of endless random art pieces and photographs!" + }, + { + "author": "marhensa", + "title": "Recommended Resolution Calculator", + "reference": "https://github.com/marhensa/sdxl-recommended-res-calc", + "files": [ + "https://github.com/marhensa/sdxl-recommended-res-calc" + ], + "install_type": "git-clone", + "description": "Input your desired output final resolution, it will automaticaly set the initial recommended SDXL ratio/size and its Upscale Factor to reach that output final resolution, also there's an option for 2x/4x reverse Upscale Factor. These all to avoid using bad/arbitary initial ratio/resolution." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", @@ -1562,26 +1582,6 @@ ], "install_type": "unzip", "description": "Various image processing nodes." - }, - { - "author": "dagthomas", - "title": "SDXL Auto Prompter", - "reference": "https://github.com/dagthomas/comfyui_dagthomas", - "files": [ - "https://github.com/dagthomas/comfyui_dagthomas" - ], - "install_type": "git-clone", - "description": "Easy prompting for generation of endless random art pieces and photographs!" - }, - { - "author": "marhensa", - "title": "Recommended Resolution Calculator", - "reference": "https://github.com/marhensa/sdxl-recommended-res-calc", - "files": [ - "https://github.com/marhensa/sdxl-recommended-res-calc" - ], - "install_type": "git-clone", - "description": "Input your desired output final resolution, it will automaticaly set the initial recommended SDXL ratio/size and its Upscale Factor to reach that output final resolution, also there's an option for 2x/4x reverse Upscale Factor. These all to avoid using bad/arbitary initial ratio/resolution." - } + } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 39a6c2d..ac803b5 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -398,7 +398,8 @@ "SDXL Additional Settings (JPS)", "SDXL Basic Settings (JPS)", "SDXL Resolutions (JPS)", - "Switch Generation Mode (JPS)" + "Switch Generation Mode (JPS)", + "Switch Generation Mode 4in1 (JPS)" ], { "title_aux": "JPS Custom Nodes for ComfyUI" @@ -1344,6 +1345,14 @@ "title_aux": "Simple Math" } ], + "https://github.com/dagthomas/comfyui_dagthomas": [ + [ + "PromptGenerator" + ], + { + "title_aux": "SDXL Auto Prompter" + } + ], "https://github.com/dawangraoming/ComfyUI_ksampler_gpu/raw/main/ksampler_gpu.py": [ [ "KSamplerAdvancedGPU", @@ -1809,6 +1818,14 @@ "title_aux": "m957ymj75urz/ComfyUI-Custom-Nodes" } ], + "https://github.com/marhensa/sdxl-recommended-res-calc": [ + [ + "RecommendedResCalc" + ], + { + "title_aux": "Recommended Resolution Calculator" + } + ], "https://github.com/meap158/ComfyUI-GPU-temperature-protection": [ [ "GPUTemperatureProtection" @@ -2261,6 +2278,7 @@ "KSamplerAdvanced (WLSH)", "Multiply Integer (WLSH)", "Outpaint to Image (WLSH)", + "Read Prompt Data from Image (WLSH)", "Resolutions by Ratio (WLSH)", "SDXL Quick Empty Latent (WLSH)", "SDXL Quick Image Scale (WLSH)",