mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-24 13:50:49 +08:00
update DB
fix typo: https://github.com/ltdrdata/ComfyUI-Manager/issues/490
This commit is contained in:
parent
794516c49d
commit
8f2d950224
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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…
Reference in New Issue
Block a user