What is Comfy Deploy?
Comfy Deploy is the ultimate solution for teams looking to harness the power of ComfyUI. It simplifies the process of running and deploying your workflows, making it easier than ever to collaborate and create AI applications.
What are the features of Comfy Deploy?
- Collaborative Workspace: Edit and share workflows with your team using version control.
- One Click API Deployment: Instantly turn your ComfyUI workflows into scalable APIs.
- Powerful Managed GPUs: Utilize high-performance GPUs without hardware constraints.
- Any Models, Any Custom Nodes: Install various models and custom nodes seamlessly.
- Observability: Enjoy robust capabilities without the hassle of self-hosting.
What are the use cases of Comfy Deploy?
- Team Collaboration: Work together on projects without wasting time on configurations.
- Rapid API Deployment: Quickly deploy workflows to staging or production environments.
- Scalable Processing Power: Effortlessly scale your GPU resources as your projects grow.
- Custom Node Support: Easily integrate custom nodes from ComfyUI Manager.
How to use Comfy Deploy?
To run a deployment, use the following code snippet:
const result = await comfyDeploy.run.create({
deploymentId: "xxx-xxx-xxxx",
inputs: {
"positive_prompt": "beautiful scenery...",
},
webhook: "https://example.com/webhook",
});








