update DB

This commit is contained in:
Dr.Lt.Data 2023-12-21 20:54:17 +09:00
parent 1508308e80
commit 15496eef06
5 changed files with 13 additions and 21 deletions

View File

@ -2929,16 +2929,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Text_Image_Zho, Text_Image_Multiline_Zho, RGB_Image_Zho, AlphaChanelAddByMask, ImageComposite_Zho, ..." "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", "author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-Gemini", "title": "ComfyUI-Gemini",
@ -3553,13 +3543,13 @@
}, },
{ {
"author": "florestefano1975", "author": "florestefano1975",
"title": "ComfyUI Portrait Master", "title": "comfyui-portrait-master",
"reference": "https://github.com/florestefano1975/comfyui-portrait-master", "reference": "https://github.com/florestefano1975/comfyui-portrait-master",
"files": [ "files": [
"https://github.com/florestefano1975/comfyui-portrait-master" "https://github.com/florestefano1975/comfyui-portrait-master"
], ],
"install_type": "git-clone", "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", "author": "mozman",

View File

@ -3695,7 +3695,7 @@
"PortraitMaster" "PortraitMaster"
], ],
{ {
"title_aux": "ComfyUI Portrait Master" "title_aux": "comfyui-portrait-master"
} }
], ],
"https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [ "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [
@ -4274,7 +4274,8 @@
[ [
"Base64ToImage", "Base64ToImage",
"ImageToBase64", "ImageToBase64",
"LoadImageToBase64" "LoadImageToBase64",
"SamAutoMaskSEGS"
], ],
{ {
"title_aux": "comfyui-easyapi-nodes" "title_aux": "comfyui-easyapi-nodes"

View File

@ -8,8 +8,8 @@
"install_type": "git-clone", "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." "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", "author": "shockz0rz",
"title": "comfy-easy-grids", "title": "comfy-easy-grids",
@ -152,13 +152,13 @@
}, },
{ {
"author": "florestefano1975", "author": "florestefano1975",
"title": "ComfyUI Portrait Master", "title": "comfyui-portrait-master",
"reference": "https://github.com/florestefano1975/comfyui-portrait-master", "reference": "https://github.com/florestefano1975/comfyui-portrait-master",
"files": [ "files": [
"https://github.com/florestefano1975/comfyui-portrait-master" "https://github.com/florestefano1975/comfyui-portrait-master"
], ],
"install_type": "git-clone", "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", "author": "deroberon",

View File

@ -3695,7 +3695,7 @@
"PortraitMaster" "PortraitMaster"
], ],
{ {
"title_aux": "ComfyUI Portrait Master" "title_aux": "comfyui-portrait-master"
} }
], ],
"https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [ "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [
@ -4274,7 +4274,8 @@
[ [
"Base64ToImage", "Base64ToImage",
"ImageToBase64", "ImageToBase64",
"LoadImageToBase64" "LoadImageToBase64",
"SamAutoMaskSEGS"
], ],
{ {
"title_aux": "comfyui-easyapi-nodes" "title_aux": "comfyui-easyapi-nodes"

View File

@ -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", "#!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 accelerate\n",
"!pip3 install einops transformers>=4.25.1 safetensors>=0.3.0 aiohttp pyyaml Pillow scipy tqdm psutil\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", "!pip3 install torchsde\n",
"\n", "\n",
"if OPTIONS['USE_COMFYUI_MANAGER']:\n", "if OPTIONS['USE_COMFYUI_MANAGER']:\n",