Browse Source

update DB

pull/255/head
Dr.Lt.Data 11 months ago
parent
commit
15496eef06
  1. 14
      custom-node-list.json
  2. 5
      extension-node-map.json
  3. 4
      node_db/new/custom-node-list.json
  4. 5
      node_db/new/extension-node-map.json
  5. 2
      notebooks/comfyui_colab_with_manager.ipynb

14
custom-node-list.json

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

5
extension-node-map.json

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

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

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

5
node_db/new/extension-node-map.json

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

2
notebooks/comfyui_colab_with_manager.ipynb

@ -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…
Cancel
Save