diff --git a/custom-node-list.json b/custom-node-list.json index fd3fe41b..8085008f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17254,6 +17254,17 @@ "install_type": "git-clone", "description": "Nodes that implement functionality similar to the Dynamic Prompts extension for A1111." }, + { + "author": "Lasse Lauwerys", + "title": "Touchpad and trackpad gesture support", + "id": "manager", + "reference": "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures", + "files": [ + "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures" + ], + "install_type": "git-clone", + "description": "Implements proper touchpad zooming and panning into ComfyUI to make it more usable on laptops." + }, @@ -17683,17 +17694,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Lasse Lauwerys", - "title": "Touchpad and trackpad gesture support", - "id": "manager", - "reference": "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures", - "files": [ - "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures" - ], - "install_type": "git-clone", - "description": "Implements proper touchpad zooming and panning into ComfyUI to make it more usable on laptops." } ] } diff --git a/model-list.json b/model-list.json index 7a98a1e9..a211fe66 100644 --- a/model-list.json +++ b/model-list.json @@ -3721,6 +3721,41 @@ "size": "1.19GB" }, + + { + "name": "stabilityai/SD3.5-Large-Controlnet-Blur", + "type": "controlnet", + "base": "SD3.5", + "save_path": "controlnet/SD3.5", + "description": "Blur Controlnet model for SD3.5 Large", + "reference": "https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets", + "filename": "sd3.5_large_controlnet_blur.safetensors", + "url": "https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets/resolve/main/sd3.5_large_controlnet_blur.safetensors", + "size": "8.65GB" + }, + { + "name": "stabilityai/SD3.5-Large-Controlnet-Canny", + "type": "controlnet", + "base": "SD3.5", + "save_path": "controlnet/SD3.5", + "description": "Canny Controlnet model for SD3.5 Large", + "reference": "https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets", + "filename": "sd3.5_large_controlnet_canny.safetensors", + "url": "https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets/resolve/main/sd3.5_large_controlnet_canny.safetensors", + "size": "8.65GB" + }, + { + "name": "stabilityai/SD3.5-Large-Controlnet-Depth", + "type": "controlnet", + "base": "SD3.5", + "save_path": "controlnet/SD3.5", + "description": "Depth Controlnet model for SD3.5 Large", + "reference": "https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets", + "filename": "sd3.5_large_controlnet_depth.safetensors", + "url": "https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets/resolve/main/sd3.5_large_controlnet_depth.safetensors", + "size": "8.65GB" + }, + { "name": "Kijai/ToonCrafter model checkpoint (interpolation fp16)", "type": "checkpoint", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index aba78cf5..505074c0 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -14,6 +14,17 @@ + { + "author": "exectails", + "title": "Scripting", + "id": "et_scripting [UNSAFE]", + "reference": "https://github.com/exectails/comfyui-et_scripting", + "files": [ + "https://github.com/exectails/comfyui-et_scripting" + ], + "install_type": "git-clone", + "description": "Nodes that can be used to write Python scripts directly on a node. Useful for quick prototyping and testing, at the cost of security.[w/This extension allows the execution of arbitrary Python code from a workflow.]" + }, { "author": "AIFSH", "title": "UltralightDigitalHuman-ComfyUI", @@ -143,7 +154,7 @@ "https://github.com/RobeSantoro/ComfyUI-RobeNodes" ], "install_type": "git-clone", - "description": "NODES: List Video Path Node, List Image Path Node\nThis is a collection of utility nodes for the ComfyUI stable diffusion client that provides enhanced file path handling capabilities.[w/Users will be able to access images from arbitrary paths through the workflow.] " + "description": "NODES: List Video Path Node, List Image Path Node\nThis is a collection of utility nodes for the ComfyUI stable diffusion client that provides enhanced file path handling capabilities.[w/Users will be able to access images from arbitrary paths through the workflow.]" }, { "author": "Kimara.ai", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 18d46648..95e051b8 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,50 @@ + { + "author": "exectails", + "title": "Info Utils", + "id": "et_infoutils", + "reference": "https://github.com/exectails/comfyui-et_infoutils", + "files": [ + "https://github.com/exectails/comfyui-et_infoutils" + ], + "install_type": "git-clone", + "description": "Nodes that facilitate simpler information providing and gathering, such as Text Box, Show Data and Token Counter nodes." + }, + { + "author": "exectails", + "title": "String Utils", + "id": "et_stringutils", + "reference": "https://github.com/exectails/comfyui-et_stringutils", + "files": [ + "https://github.com/exectails/comfyui-et_stringutils" + ], + "install_type": "git-clone", + "description": "Nodes dedicated to the analysis and transformation of text strings, such as for formatting and conversions between types." + }, + { + "author": "exectails", + "title": "Dynamic Prompts", + "id": "et_dynamicprompts", + "reference": "https://github.com/exectails/comfyui-et_dynamicprompts", + "files": [ + "https://github.com/exectails/comfyui-et_dynamicprompts" + ], + "install_type": "git-clone", + "description": "Nodes that implement functionality similar to the Dynamic Prompts extension for A1111." + }, + { + "author": "Lasse Lauwerys", + "title": "Touchpad and trackpad gesture support", + "id": "manager", + "reference": "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures", + "files": [ + "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures" + ], + "install_type": "git-clone", + "description": "Implements proper touchpad zooming and panning into ComfyUI to make it more usable on laptops." + }, { "author": "tungdop2", "title": "Joy Caption Alpha Two for ComfyUI", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index b402c539..6fe1f400 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,39 @@ { "models": [ + { + "name": "stabilityai/SD3.5-Large-Controlnet-Blur", + "type": "controlnet", + "base": "SD3.5", + "save_path": "controlnet/SD3.5", + "description": "Blur Controlnet model for SD3.5 Large", + "reference": "https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets", + "filename": "sd3.5_large_controlnet_blur.safetensors", + "url": "https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets/resolve/main/sd3.5_large_controlnet_blur.safetensors", + "size": "8.65GB" + }, + { + "name": "stabilityai/SD3.5-Large-Controlnet-Canny", + "type": "controlnet", + "base": "SD3.5", + "save_path": "controlnet/SD3.5", + "description": "Canny Controlnet model for SD3.5 Large", + "reference": "https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets", + "filename": "sd3.5_large_controlnet_canny.safetensors", + "url": "https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets/resolve/main/sd3.5_large_controlnet_canny.safetensors", + "size": "8.65GB" + }, + { + "name": "stabilityai/SD3.5-Large-Controlnet-Depth", + "type": "controlnet", + "base": "SD3.5", + "save_path": "controlnet/SD3.5", + "description": "Depth Controlnet model for SD3.5 Large", + "reference": "https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets", + "filename": "sd3.5_large_controlnet_depth.safetensors", + "url": "https://huggingface.co/stabilityai/stable-diffusion-3.5-controlnets/resolve/main/sd3.5_large_controlnet_depth.safetensors", + "size": "8.65GB" + }, + { "name": "LTX-Video 2B v0.9 Checkpoint", "type": "checkpoint", @@ -646,50 +680,6 @@ "filename": "flux1-dev-Q5_0.gguf", "url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q5_0.gguf", "size": "8.27GB" - }, - { - "name": "city96/flux1-dev-Q5_1.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q5_1/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-dev-gguf", - "filename": "flux1-dev-Q5_1.gguf", - "url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q5_1.gguf", - "size": "9.01GB" - }, - { - "name": "city96/flux1-dev-Q5_K_S.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q5_K_S/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-dev-gguf", - "filename": "flux1-dev-Q5_K_S.gguf", - "url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q5_K_S.gguf", - "size": "8.29GB" - }, - { - "name": "city96/flux1-dev-Q6_K.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q6_K/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-dev-gguf", - "filename": "flux1-dev-Q6_K.gguf", - "url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q6_K.gguf", - "size": "9.86GB" - }, - { - "name": "city96/flux1-dev-Q8_0.gguf", - "type": "diffusion_model", - "base": "FLUX.1", - "save_path": "diffusion_models/FLUX1", - "description": "FLUX.1 [Dev] Diffusion model (Q8_0/.gguf)", - "reference": "https://huggingface.co/city96/FLUX.1-dev-gguf", - "filename": "flux1-dev-Q8_0.gguf", - "url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q8_0.gguf", - "size": "12.7GB" } ] }