diff --git a/alter-list.json b/alter-list.json index 3eee1bc8..6c844ac7 100644 --- a/alter-list.json +++ b/alter-list.json @@ -179,6 +179,11 @@ "id":"https://github.com/Haoming02/comfyui-diffusion-cg", "tags":"diffusion-cg", "description": "This extension provides custom nodes for [a/SD Webui Diffusion Color Grading](https://github.com/Haoming02/sd-webui-diffusion-cg) functionality." + }, + { + "id":"https://github.com/asagi4/ComfyUI-CADS", + "tags":"diffusion-cg", + "description": "This extension provides custom nodes for [a/sd-webui-cads](https://github.com/v0xie/sd-webui-cads) functionality." } ] } \ No newline at end of file diff --git a/custom-node-list.json b/custom-node-list.json index a8cbb9e4..eaba2caf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -100,7 +100,7 @@ "https://github.com/Fannovel16/ComfyUI-Video-Matting" ], "install_type": "git-clone", - "description": "A minimalistic implementation of [Robust Video Matting (RVM)](https://github.com/PeterL1n/RobustVideoMatting/) in ComfyUI" + "description": "A minimalistic implementation of [a/Robust Video Matting (RVM)](https://github.com/PeterL1n/RobustVideoMatting/) in ComfyUI" }, { "author": "biegert", @@ -1085,6 +1085,16 @@ "install_type": "git-clone", "description": "Nodes for convenient prompt editing. The aim is to make basic generations in ComfyUI completely prompt-controllable." }, + { + "author": "asagi4", + "title": "ComfyUI-CADS", + "reference": "https://github.com/asagi4/ComfyUI-CADS", + "files": [ + "https://github.com/asagi4/ComfyUI-CADS" + ], + "install_type": "git-clone", + "description": "Attempts to implement [a/CADS](https://arxiv.org/abs/2310.17347) for ComfyUI. Credit also to the [a/A1111 implementation](https://github.com/v0xie/sd-webui-cads/tree/main) that I used as a reference." + }, { "author": "jamesWalker55", "title": "ComfyUI - P2LDGAN Node", diff --git a/extension-node-map.json b/extension-node-map.json index 3c50c66e..7df2c729 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2299,6 +2299,14 @@ "title_aux": "CLIP Directional Prompt Attention" } ], + "https://github.com/asagi4/ComfyUI-CADS": [ + [ + "CADS" + ], + { + "title_aux": "ComfyUI-CADS" + } + ], "https://github.com/asagi4/comfyui-prompt-control": [ [ "CondLinearInterpolate", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index ccdba8d5..7d7b4956 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "glibsonoran", + "title": "Plush-for-ComfyUI", + "reference": "https://github.com/glibsonoran/Plush-for-ComfyUI", + "files": [ + "https://github.com/glibsonoran/Plush-for-ComfyUI" + ], + "install_type": "git-clone", + "description": "Nodes: Style Prompt, OAI Dall_e Image" + }, { "author": "crystian", "title": "Crystian Node Suite [WIP]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index de1a5910..f72dd4a8 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -28,7 +28,7 @@ "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad" ], "install_type": "git-clone", - "description": "Two-finger scrolling (vertical and horizontal) to pan the canvas. Two-finger pinch to zoom in and out. Command-scroll up and down to zoom in and out. Fixes [comfyanonymous/ComfyUI#2059](https://github.com/comfyanonymous/ComfyUI/issues/2059)." + "description": "Two-finger scrolling (vertical and horizontal) to pan the canvas. Two-finger pinch to zoom in and out. Command-scroll up and down to zoom in and out. Fixes [a/comfyanonymous/ComfyUI#2059](https://github.com/comfyanonymous/ComfyUI/issues/2059)." }, { "author": "SoftMeng", @@ -59,7 +59,7 @@ "https://github.com/Fannovel16/ComfyUI-Video-Matting" ], "install_type": "git-clone", - "description": "A minimalistic implementation of [Robust Video Matting (RVM)](https://github.com/PeterL1n/RobustVideoMatting/) in ComfyUI" + "description": "A minimalistic implementation of [a/Robust Video Matting (RVM)](https://github.com/PeterL1n/RobustVideoMatting/) in ComfyUI" }, { "author": "Dream Project", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 3c50c66e..7df2c729 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2299,6 +2299,14 @@ "title_aux": "CLIP Directional Prompt Attention" } ], + "https://github.com/asagi4/ComfyUI-CADS": [ + [ + "CADS" + ], + { + "title_aux": "ComfyUI-CADS" + } + ], "https://github.com/asagi4/comfyui-prompt-control": [ [ "CondLinearInterpolate",