|
|
|
|
|
by gbieler
522 days ago
|
|
We just launched our cloud solution to deploy any ComfyUI workflow on scalable infrastructure. It works with any node and model. When you upload your workflow, our system detects all the custom nodes and will install them automatically. It will also download all the models that it recognises. If it can't find a model, because you are using a custom LoRA for example, it will ask for a download link and add it to the deployment. We have 7 different GPUs available to cover all use cases:
- T4 (16GB VRAM)
- L4 (24GB VRAM)
- A10G (24GB VRAM)
- A100 (40GB VRAM)
- A100-80GB (40GB VRAM)
- L40S (48GB VRAM)
- H100 (80GB VRAM) We’ve optimised this solution to work with our open-source app builder for Comfy workflows: https://github.com/ViewComfy/ViewComfy. This means that you can turn a workflow into a web app running in the cloud in just a few minutes. The deployments can also be accessed via APIs that can easily be integrated into existing apps. |
|