Skip to main content

Welcome to cmfy.cloud

cmfy.cloud is a serverless GPU inference platform for ComfyUI workflows. Submit your workflows via API and get results delivered to your webhook.

Features

  • Serverless GPU Inference: No infrastructure to manage
  • Cache-Aware Routing: Smart routing minimizes model loading time
  • Fair Queuing: Prevents any single user from monopolizing resources
  • Rate Limiting: Configurable limits per API key
  • Webhook Delivery: Get results pushed to your endpoint

Quick Example

curl -X POST https://api.cmfy.cloud/v1/jobs \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": { ... },
"webhook": "https://your-app.com/webhook"
}'

What's Next?

Was this page helpful?