update DB

This commit is contained in:
Dr.Lt.Data
2024-08-03 15:21:19 +09:00
parent dcdeb668df
commit 09e7c4a4f2
7 changed files with 892 additions and 805 deletions

View File

@@ -1,16 +1,5 @@
{
"custom_nodes": [
{
"author": "PowerHouseMan",
"title": "ComfyUI-AdvancedLivePortrait",
"id": "advancedliveportrait",
"reference": "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait",
"files": [
"https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait"
],
"install_type": "git-clone",
"description": "AdvancedLivePortrait with Facial expression editor"
},
{
"author": "Dr.Lt.Data",
"title": "ComfyUI-Manager",
@@ -12317,6 +12306,28 @@
"install_type": "git-clone",
"description": "ComfyUI's Smart Memory Management efficiently manages RAM, GPU memory, and garbage collection. This feature keeps frequently used models in memory to increase inference speed, and dynamically releases less important models when memory is low to optimize resources. However, not all ComfyUI custom node developers create nodes that are compatible with Smart memory management. This includes several impressive models. Mem-safe-wrapper is a custom node that wraps these model nodes to enable ComfyUI's Smart memory management capabilities."
},
{
"author": "PowerHouseMan",
"title": "ComfyUI-AdvancedLivePortrait",
"id": "advancedliveportrait",
"reference": "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait",
"files": [
"https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait"
],
"install_type": "git-clone",
"description": "AdvancedLivePortrait with Facial expression editor"
},
{
"author": "cdxOo",
"title": "Text Node With Comments (@cdxoo)",
"reference": "https://github.com/cdxOo/comfyui-text-node-with-comments",
"files": [
"https://github.com/cdxOo/comfyui-text-node-with-comments"
],
"install_type": "git-clone",
"description": "multiline text node that strips c-style comments (i.e.'//' and '/* ... */') before passing output string downstream"
},