Dr.Lt.Data 8 months ago
parent
commit
8f2d950224
  1. 20
      custom-node-list.json
  2. 10
      node_db/new/custom-node-list.json
  3. 2
      scripts/install-comfyui-venv-linux.sh

20
custom-node-list.json

@ -6148,6 +6148,16 @@
"install_type": "git-clone",
"description": "This ComfyUI custom node, named ControlNet Auxiliar, is designed to provide auxiliary functionalities for image processing tasks. It is particularly useful for various image manipulation and enhancement operations. The node is integrated with functionalities for converting images between different formats and applying various image processing techniques."
},
{
"author": "MarkoCa1",
"title": "ComfyUI_Text",
"reference": "https://github.com/MarkoCa1/ComfyUI-Text",
"files": [
"https://github.com/MarkoCa1/ComfyUI-Text"
],
"install_type": "git-clone",
"description": "Text."
},
@ -6515,16 +6525,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "MarkoCa1",
"title": "ComfyUI_Text",
"reference": "https://github.com/MarkoCa1/ComfyUI-Text",
"files": [
"https://github.com/MarkoCa1/ComfyUI-Text"
],
"install_type": "git-clone",
"description": "Text."
}
]
}

10
node_db/new/custom-node-list.json

@ -30,6 +30,16 @@
"install_type": "git-clone",
"description": "This ComfyUI custom node, named ControlNet Auxiliar, is designed to provide auxiliary functionalities for image processing tasks. It is particularly useful for various image manipulation and enhancement operations. The node is integrated with functionalities for converting images between different formats and applying various image processing techniques."
},
{
"author": "MarkoCa1",
"title": "ComfyUI_Text",
"reference": "https://github.com/MarkoCa1/ComfyUI-Text",
"files": [
"https://github.com/MarkoCa1/ComfyUI-Text"
],
"install_type": "git-clone",
"description": "Text."
},
{
"author": "dmMaze",
"title": "Sketch2Manga",

2
scripts/install-comfyui-venv-linux.sh

@ -4,7 +4,7 @@ git clone https://github.com/ltdrdata/ComfyUI-Manager
cd ..
python -m venv venv
source venv/bin/activate
pythoh -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
python -m pip install -r requirements.txt
python -m pip install -r custom_nodes/ComfyUI-Manager/requirements.txt
cd ..

Loading…
Cancel
Save