mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-31 16:30:18 +08:00
Update custom-node-list.json
- Added ComfyUI-CrewAI
This commit is contained in:
parent
57beed4e7c
commit
a7b6207c81
@ -9783,14 +9783,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "l20richo",
|
"author": "l20richo",
|
||||||
"title": "ComfyUI-Azure-Blob-Storage",
|
"title": "ComfyUI-CrewAI",
|
||||||
"id": "azure-blob-storage",
|
"id": "CrewAI",
|
||||||
"reference": "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage",
|
"reference": "https://github.com/l20richo/ComfyUI-CrewAI",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/l20richo/ComfyUI-Azure-Blob-Storage"
|
"https://github.com/l20richo/ComfyUI-CrewAI"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "ComfyUI-Azure-Blob-Storage seamlessly integrates with [a/Azure Blob Storage](https://azure.microsoft.com/en-us/products/storage/blobs/) in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from Azure blob containers within the ComfyUI graph interface."
|
"description": "ComfyUI-CrewAI seamlessly integrates with [a/Azure Blob Storage](https://azure.microsoft.com/en-us/products/storage/blobs/) in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from Azure blob containers within the ComfyUI graph interface."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "AARG-FAN",
|
"author": "AARG-FAN",
|
||||||
@ -10295,6 +10295,18 @@
|
|||||||
],
|
],
|
||||||
"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": "luandev <luan.dev@gmail.com>",
|
||||||
|
"id": "crewai",
|
||||||
|
"reference": "https://github.com/luandev/ComfyUI-CrewAI.git",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/luandev/ComfyUI-CrewAI.git"
|
||||||
|
],
|
||||||
|
"pip": ["crewai", "langchain_community", "langchain_openai"],
|
||||||
|
"title": "ComfyUI CrewAI",
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI-CrewAI aims to integrate Crew AI's multi-agent collaboration framework into the ComfyUI environment. By combining the strengths of Crew AI's role-based, collaborative AI agent system with ComfyUI's intuitive interface, we will create a robust platform for managing and executing complex AI tasks seamlessly"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user