Update custom-node-list.json

- Added ComfyUI-CrewAI
This commit is contained in:
Luan Citta 2024-06-05 14:52:47 +01:00 committed by GitHub
parent 57beed4e7c
commit a7b6207c81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9783,14 +9783,14 @@
},
{
"author": "l20richo",
"title": "ComfyUI-Azure-Blob-Storage",
"id": "azure-blob-storage",
"reference": "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage",
"title": "ComfyUI-CrewAI",
"id": "CrewAI",
"reference": "https://github.com/l20richo/ComfyUI-CrewAI",
"files": [
"https://github.com/l20richo/ComfyUI-Azure-Blob-Storage"
"https://github.com/l20richo/ComfyUI-CrewAI"
],
"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",
@ -10295,6 +10295,18 @@
],
"install_type": "unzip",
"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"
}
]
}