update DB

This commit is contained in:
dr.lt.data
2023-12-14 09:43:20 +09:00
parent 72d1012452
commit 7890a28f69
5 changed files with 43 additions and 13 deletions

View File

@@ -14,7 +14,7 @@
"title": "AegisFlow Utility Nodes",
"reference": "https://github.com/aegis72/aegisflow_utility_nodes",
"files": [
"https://github.com/aegis72/aegisflow_utility_nodes/tree/main"
"https://github.com/aegis72/aegisflow_utility_nodes"
],
"install_type": "git-clone",
"description": "These nodes will be placed in comfyui/custom_nodes/aegisflow and contains the image passer (accepts an image as either wired or wirelessly, input and passes it through. Latent passer does the same for latents, and the Preprocessor chooser allows a passthrough image and 10 controlnets to be passed in AegisFlow Shima. The inputs on the Preprocessor chooser should not be renamed if you intend to accept image inputs wirelessly through UE nodes. It can be done, but the send node input regex for each controlnet preprocessor column must also be changed."
@@ -87,7 +87,7 @@
"https://github.com/deroberon/demofusion-comfyui"
],
"install_type": "git-clone",
"description": "[PoC] This extension implements [a/DemoFusion](https://ruoyidu.github.io/demofusion/demofusion.html)."
"description": "The Demofusion Custom Node is a wrapper that adapts the work and implementation of the [a/DemoFusion](https://ruoyidu.github.io/demofusion/demofusion.html) technique created and implemented by Ruoyi Du to the Comfyui environment."
},
{
"author": "Haoming02",