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?
- Getting Started: Set up your API key and submit your first job in 5 minutes
- Concepts: Learn about caching, queuing, and architecture
- API Reference: Complete API documentation
Was this page helpful?