From cf7cde7a899c4cbf853be30e3054f3c4a5c0368c Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Wed, 29 Nov 2023 10:19:51 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 1 + model-list.json | 20 ++++++++++++++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 1 + node_db/new/model-list.json | 20 ++++++++++++++++++++ 6 files changed, 62 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b43f7fd..6e70666 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2909,6 +2909,16 @@ "install_type": "git-clone", "description": "Nodes:Load base64 encoded image, Send base64 encoded image WebSocket" }, + { + "author": "discopixel-studio", + "title": "ComfyUI Discopixel Nodes", + "reference": "https://github.com/discopixel-studio/comfyui-discopixel", + "files": [ + "https://github.com/discopixel-studio/comfyui-discopixel" + ], + "install_type": "git-clone", + "description": "Nodes:TransformTemplateOntoFaceMask, ..." + }, { "author": "Off-Live", "title": "ComfyUI-off-suite", diff --git a/extension-node-map.json b/extension-node-map.json index 63da27e..1570c1b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2753,6 +2753,7 @@ "RepeatImageBatch", "RepeatLatentBatch", "RescaleCFG", + "SDTurboScheduler", "SVD_img2vid_Conditioning", "SamplerCustom", "SamplerDPMPP_2M_SDE", diff --git a/model-list.json b/model-list.json index da93bde..bfae186 100644 --- a/model-list.json +++ b/model-list.json @@ -180,6 +180,26 @@ "filename": "easynegative.safetensors", "url": "https://civitai.com/api/download/models/9208" }, + { + "name": "SDXL-Turbo 1.0 (fp16)", + "type": "checkpoints", + "base": "SDXL", + "save_path": "default", + "description": "[6.9GB] SDXL-Turbo 1.0 fp16", + "reference": "https://huggingface.co/stabilityai/sdxl-turbo", + "filename": "sd_xl_turbo_1.0_fp16.safetensors", + "url": "https://huggingface.co/stabilityai/sdxl-turbo/resolve/main/sd_xl_turbo_1.0_fp16.safetensors" + }, + { + "name": "SDXL-Turbo 1.0", + "type": "checkpoints", + "base": "SDXL", + "save_path": "default", + "description": "[13.9GB] SDXL-Turbo 1.0", + "reference": "https://huggingface.co/stabilityai/sdxl-turbo", + "filename": "sd_xl_turbo_1.0.safetensors", + "url": "https://huggingface.co/stabilityai/sdxl-turbo/resolve/main/sd_xl_turbo_1.0.safetensors" + }, { "name": "sd_xl_base_1.0_0.9vae.safetensors", "type": "checkpoints", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 172ae62..68005a5 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "discopixel-studio", + "title": "ComfyUI Discopixel Nodes", + "reference": "https://github.com/discopixel-studio/comfyui-discopixel", + "files": [ + "https://github.com/discopixel-studio/comfyui-discopixel" + ], + "install_type": "git-clone", + "description": "Nodes:TransformTemplateOntoFaceMask, ..." + }, { "author": "zhuanqianfish", "title": "EasyCaptureNode in ComflyUI for ControlNet", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 63da27e..1570c1b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2753,6 +2753,7 @@ "RepeatImageBatch", "RepeatLatentBatch", "RescaleCFG", + "SDTurboScheduler", "SVD_img2vid_Conditioning", "SamplerCustom", "SamplerDPMPP_2M_SDE", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index d910f2f..012fd88 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,25 @@ { "models": [ + { + "name": "SDXL-Turbo 1.0 (fp16)", + "type": "checkpoints", + "base": "SDXL", + "save_path": "default", + "description": "[6.9GB] SDXL-Turbo 1.0 fp16", + "reference": "https://huggingface.co/stabilityai/sdxl-turbo", + "filename": "sd_xl_turbo_1.0_fp16.safetensors", + "url": "https://huggingface.co/stabilityai/sdxl-turbo/resolve/main/sd_xl_turbo_1.0_fp16.safetensors" + }, + { + "name": "SDXL-Turbo 1.0", + "type": "checkpoints", + "base": "SDXL", + "save_path": "default", + "description": "[13.9GB] SDXL-Turbo 1.0", + "reference": "https://huggingface.co/stabilityai/sdxl-turbo", + "filename": "sd_xl_turbo_1.0.safetensors", + "url": "https://huggingface.co/stabilityai/sdxl-turbo/resolve/main/sd_xl_turbo_1.0.safetensors" + }, { "name": "Stable Video Diffusion Image-to-Video", "type": "checkpoints",