Merge branch 'ltdrdata:main' into multimasking

This commit is contained in:
Bao Pham 2024-08-28 22:17:00 +10:00 committed by GitHub
commit 90f50368d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 85 additions and 26 deletions

View File

@ -3150,6 +3150,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Currently supports LoRA training, and untested full finetune with code from kohya's scripts: [a/https://github.com/kohya-ss/sd-scripts](https://github.com/kohya-ss/sd-scripts)" "description": "Currently supports LoRA training, and untested full finetune with code from kohya's scripts: [a/https://github.com/kohya-ss/sd-scripts](https://github.com/kohya-ss/sd-scripts)"
}, },
{
"author": "kijai",
"title": "ComfyUI CogVideoX Wrapper",
"reference": "https://github.com/kijai/ComfyUI-CogVideoXWrapper",
"files": [
"https://github.com/kijai/ComfyUI-CogVideoXWrapper"
],
"install_type": "git-clone",
"description": "Diffusers wrapper for CogVideoX -models: [a/https://github.com/THUDM/CogVideo](https://github.com/THUDM/CogVideo)"
},
{
"author": "kijai",
"title": "ComfyUI Llava-OneVision",
"reference": "https://github.com/kijai/ComfyUI-LLaVA-OneVision",
"files": [
"https://github.com/kijai/ComfyUI-LLaVA-OneVision"
],
"install_type": "git-clone",
"description": "Nodes to use the OneVision LLaVA models: [a/https://github.com/LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT)"
},
{ {
"author": "hhhzzyang", "author": "hhhzzyang",
"title": "Comfyui-Lama", "title": "Comfyui-Lama",
@ -13319,7 +13339,7 @@
"https://github.com/doomy23/ComfyUI-D00MYsNodes" "https://github.com/doomy23/ComfyUI-D00MYsNodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: Images_Converter, Show_Text" "description": "Nodes: Images_Converter, Show_Text, Strings_From_List, Save_Text, Random_Images, Load_Images_From_Paths, JSPaint."
}, },
{ {
"author": "Sieyalixnet", "author": "Sieyalixnet",
@ -13752,6 +13772,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES:Audio Analysis YVANN, Show Text YVANN." "description": "NODES:Audio Analysis YVANN, Show Text YVANN."
}, },
{
"author": "Isi-dev",
"title": "ComfyUI-Img2DrawingAssistants",
"id": "Img2DrawingAssistants",
"reference": "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants",
"files": [
"https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants"
],
"install_type": "git-clone",
"description": "These are ComfyUI nodes to assist in converting an image to sketches or lineArts."
},
@ -14142,6 +14173,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "tianguangliu",
"title": "comfyui-utools",
"id": "utools",
"reference": "https://github.com/tianguanggliu/Utools",
"files": [
"https://github.com/tianguanggliu/Utools"
],
"install_type": "git-clone",
"description": "Efficiency tools, Personalized style, Other Nodes, ..."
} }
] ]
} }

View File

@ -10497,9 +10497,12 @@
"https://github.com/doomy23/ComfyUI-D00MYsNodes": [ "https://github.com/doomy23/ComfyUI-D00MYsNodes": [
[ [
"Images_Converter|D00MYs", "Images_Converter|D00MYs",
"JSPaint|D00MYs", "Show_Text|D00MYs",
"Strings_From_List|D00MYs",
"Save_Text|D00MYs",
"Random_Images|D00MYs",
"Load_Images_From_Paths|D00MYs", "Load_Images_From_Paths|D00MYs",
"Show_Text|D00MYs" "JSPaint|D00MYs"
], ],
{ {
"title_aux": "ComfyUI-D00MYsNodes" "title_aux": "ComfyUI-D00MYsNodes"

View File

@ -282,16 +282,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A Video2Video framework for text2image models in ComfyUI. Supports SD1.5 and SDXL." "description": "A Video2Video framework for text2image models in ComfyUI. Supports SD1.5 and SDXL."
}, },
{
"author": "kijai",
"title": "ComfyUI-LLaVA-OneVision [WIP]",
"reference": "https://github.com/kijai/ComfyUI-LLaVA-OneVision",
"files": [
"https://github.com/kijai/ComfyUI-LLaVA-OneVision"
],
"install_type": "git-clone",
"description": "Original repo: [a/https://github.com/LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT)\nUnsure of the dependencies, the original was a huge list, but I didn't install single new one to my environment and it worked."
},
{ {
"author": "IuvenisSapiens", "author": "IuvenisSapiens",
"title": "ComfyUI_MiniCPM-V-2_6-int4", "title": "ComfyUI_MiniCPM-V-2_6-int4",
@ -313,16 +303,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI_EnvAutopsyAPI is a powerful debugging tool designed for ComfyUI that provides in-depth analysis of your environment and dependencies through an API interface. This tool allows you to inspect environment variables, pip packages, and dependency trees, making it easier to diagnose and resolve issues in your ComfyUI setup.[w/This tool may expose sensitive system information if used on a public server. MUST READ [a/THIS](https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI#%EF%B8%8F-warning-security-risk-%EF%B8%8F) before install.]" "description": "ComfyUI_EnvAutopsyAPI is a powerful debugging tool designed for ComfyUI that provides in-depth analysis of your environment and dependencies through an API interface. This tool allows you to inspect environment variables, pip packages, and dependency trees, making it easier to diagnose and resolve issues in your ComfyUI setup.[w/This tool may expose sensitive system information if used on a public server. MUST READ [a/THIS](https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI#%EF%B8%8F-warning-security-risk-%EF%B8%8F) before install.]"
}, },
{
"author": "kijai",
"title": "ComfyUI-CogVideoXWrapper [WIP]",
"reference": "https://github.com/kijai/ComfyUI-CogVideoXWrapper",
"files": [
"https://github.com/kijai/ComfyUI-CogVideoXWrapper"
],
"install_type": "git-clone",
"description": "Original repo: [a/https://github.com/THUDM/CogVideo](https://github.com/THUDM/CogVideo)\nNOTE:Currently requires diffusers with PR: [a/huggingface/diffusers#9082](https://github.com/huggingface/diffusers/pull/9082)"
},
{ {
"author": "neuratech-ai", "author": "neuratech-ai",
"title": "ComfyUI-MultiGPU", "title": "ComfyUI-MultiGPU",

View File

@ -10,6 +10,37 @@
{
"author": "kijai",
"title": "ComfyUI CogVideoX Wrapper",
"reference": "https://github.com/kijai/ComfyUI-CogVideoXWrapper",
"files": [
"https://github.com/kijai/ComfyUI-CogVideoXWrapper"
],
"install_type": "git-clone",
"description": "Diffusers wrapper for CogVideoX -models: [a/https://github.com/THUDM/CogVideo](https://github.com/THUDM/CogVideo)"
},
{
"author": "kijai",
"title": "ComfyUI Llava-OneVision",
"reference": "https://github.com/kijai/ComfyUI-LLaVA-OneVision",
"files": [
"https://github.com/kijai/ComfyUI-LLaVA-OneVision"
],
"install_type": "git-clone",
"description": "Nodes to use the OneVision LLaVA models: [a/https://github.com/LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT)"
},
{
"author": "Isi-dev",
"title": "ComfyUI-Img2DrawingAssistants",
"id": "Img2DrawingAssistants",
"reference": "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants",
"files": [
"https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants"
],
"install_type": "git-clone",
"description": "These are ComfyUI nodes to assist in converting an image to sketches or lineArts."
},
{ {
"author": "neverbiasu", "author": "neverbiasu",
"title": "ComfyUI-StyleShot", "title": "ComfyUI-StyleShot",
@ -679,7 +710,7 @@
"https://github.com/doomy23/ComfyUI-D00MYsNodes" "https://github.com/doomy23/ComfyUI-D00MYsNodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:ImagesToPNG. A set of custom nodes for ComfyUI I needed for myself but I'm sharing with the public." "description": "Nodes: Images_Converter, Show_Text, Strings_From_List, Save_text, Random_Images, Load_Images_From_Paths, JSPaint."
}, },
{ {
"author": "Sieyalixnet", "author": "Sieyalixnet",

View File

@ -10497,9 +10497,12 @@
"https://github.com/doomy23/ComfyUI-D00MYsNodes": [ "https://github.com/doomy23/ComfyUI-D00MYsNodes": [
[ [
"Images_Converter|D00MYs", "Images_Converter|D00MYs",
"JSPaint|D00MYs", "Show_Text|D00MYs",
"Strings_From_List|D00MYs",
"Save_Text|D00MYs",
"Random_Images|D00MYs",
"Load_Images_From_Paths|D00MYs", "Load_Images_From_Paths|D00MYs",
"Show_Text|D00MYs" "JSPaint|D00MYs"
], ],
{ {
"title_aux": "ComfyUI-D00MYsNodes" "title_aux": "ComfyUI-D00MYsNodes"