update DB

fix typo:
https://github.com/ltdrdata/ComfyUI-Manager/issues/490
This commit is contained in:
Dr.Lt.Data 2024-03-17 11:47:40 +09:00
parent 794516c49d
commit 8f2d950224
3 changed files with 21 additions and 11 deletions

View File

@ -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."
}
]
}

View File

@ -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",

View File

@ -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 ..