diff --git a/custom-node-list.json b/custom-node-list.json index 1bf0832..60e98f6 100644 --- a/custom-node-list.json +++ b/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", diff --git a/extension-node-map.json b/extension-node-map.json index 5f7800d..982c237 100644 --- a/extension-node-map.json +++ b/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" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 4a0330f..81667dd 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -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", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 5f7800d..982c237 100644 --- a/node_db/new/extension-node-map.json +++ b/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" diff --git a/notebooks/comfyui_colab_with_manager.ipynb b/notebooks/comfyui_colab_with_manager.ipynb index cf4f9a5..36bab4f 100644 --- a/notebooks/comfyui_colab_with_manager.ipynb +++ b/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",