mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-11 05:32:30 +08:00
Merge branch 'ltdrdata:main' into multimasking
This commit is contained in:
commit
90f50368d9
@ -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, ..."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user