diff --git a/custom-node-list.json b/custom-node-list.json index b43f7fdc..6e706669 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 63da27ea..1570c1b8 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 da93bdee..bfae1868 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 172ae62b..68005a53 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 63da27ea..1570c1b8 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 d910f2f5..012fd88c 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",