mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
update DB
This commit is contained in:
parent
1508308e80
commit
15496eef06
@ -2929,16 +2929,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Text_Image_Zho, Text_Image_Multiline_Zho, RGB_Image_Zho, AlphaChanelAddByMask, ImageComposite_Zho, ..."
|
||||
},
|
||||
{
|
||||
"author": "florestefano1975",
|
||||
"title": "comfyui-portrait-master",
|
||||
"reference": "https://github.com/florestefano1975/comfyui-portrait-master",
|
||||
"files": [
|
||||
"https://github.com/florestefano1975/comfyui-portrait-master"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI Portrait Master. A node designed to help AI image creators to generate prompts for human portraits."
|
||||
},
|
||||
{
|
||||
"author": "ZHO-ZHO-ZHO",
|
||||
"title": "ComfyUI-Gemini",
|
||||
@ -3553,13 +3543,13 @@
|
||||
},
|
||||
{
|
||||
"author": "florestefano1975",
|
||||
"title": "ComfyUI Portrait Master",
|
||||
"title": "comfyui-portrait-master",
|
||||
"reference": "https://github.com/florestefano1975/comfyui-portrait-master",
|
||||
"files": [
|
||||
"https://github.com/florestefano1975/comfyui-portrait-master"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node was designed to help AI image creators to generate prompts for human portraits."
|
||||
"description": "ComfyUI Portrait Master. A node designed to help AI image creators to generate prompts for human portraits."
|
||||
},
|
||||
{
|
||||
"author": "mozman",
|
||||
|
||||
@ -3695,7 +3695,7 @@
|
||||
"PortraitMaster"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Portrait Master"
|
||||
"title_aux": "comfyui-portrait-master"
|
||||
}
|
||||
],
|
||||
"https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [
|
||||
@ -4274,7 +4274,8 @@
|
||||
[
|
||||
"Base64ToImage",
|
||||
"ImageToBase64",
|
||||
"LoadImageToBase64"
|
||||
"LoadImageToBase64",
|
||||
"SamAutoMaskSEGS"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-easyapi-nodes"
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "shockz0rz",
|
||||
"title": "comfy-easy-grids",
|
||||
@ -152,13 +152,13 @@
|
||||
},
|
||||
{
|
||||
"author": "florestefano1975",
|
||||
"title": "ComfyUI Portrait Master",
|
||||
"title": "comfyui-portrait-master",
|
||||
"reference": "https://github.com/florestefano1975/comfyui-portrait-master",
|
||||
"files": [
|
||||
"https://github.com/florestefano1975/comfyui-portrait-master"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node was designed to help AI image creators to generate prompts for human portraits."
|
||||
"description": "ComfyUI Portrait Master. A node designed to help AI image creators to generate prompts for human portraits."
|
||||
},
|
||||
{
|
||||
"author": "deroberon",
|
||||
|
||||
@ -3695,7 +3695,7 @@
|
||||
"PortraitMaster"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Portrait Master"
|
||||
"title_aux": "comfyui-portrait-master"
|
||||
}
|
||||
],
|
||||
"https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [
|
||||
@ -4274,7 +4274,8 @@
|
||||
[
|
||||
"Base64ToImage",
|
||||
"ImageToBase64",
|
||||
"LoadImageToBase64"
|
||||
"LoadImageToBase64",
|
||||
"SamAutoMaskSEGS"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-easyapi-nodes"
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
"#!pip install xformers!=0.0.18 -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu121 --extra-index-url https://download.pytorch.org/whl/cu118 --extra-index-url https://download.pytorch.org/whl/cu117\n",
|
||||
"!pip3 install accelerate\n",
|
||||
"!pip3 install einops transformers>=4.25.1 safetensors>=0.3.0 aiohttp pyyaml Pillow scipy tqdm psutil\n",
|
||||
"!pip3 install xformers!=0.0.18 torch==2.1.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118\n",
|
||||
"!pip3 install xformers!=0.0.18 torch==2.1.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121\n",
|
||||
"!pip3 install torchsde\n",
|
||||
"\n",
|
||||
"if OPTIONS['USE_COMFYUI_MANAGER']:\n",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user