From f9175c1f34f70497c24592cf2cc526038a9b9286 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 13:26:35 +0000 Subject: [PATCH 1/5] Update docs.json --- docs.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs.json b/docs.json index bc4c7729..c1ab7bf1 100644 --- a/docs.json +++ b/docs.json @@ -71,8 +71,6 @@ "icon": "gear", "pages": [ "interface/settings/overview", - "interface/user", - "interface/credits", "interface/settings/comfy", "interface/settings/lite-graph", "interface/appearance", @@ -87,6 +85,14 @@ } ] }, + { + "group": "Account & Subscription", + "icon": "user", + "pages": [ + "interface/user", + "interface/credits" + ] + }, { "group": "Tutorials", "icon": "book", From d9a7054bad6b0fa30e6df5919a2d2887ce2dd0bf Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 13:26:46 +0000 Subject: [PATCH 2/5] Update docs.json --- docs.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs.json b/docs.json index c1ab7bf1..1125f2d5 100644 --- a/docs.json +++ b/docs.json @@ -637,8 +637,6 @@ "icon": "gear", "pages": [ "zh-CN/interface/settings/overview", - "zh-CN/interface/user", - "zh-CN/interface/credits", "zh-CN/interface/settings/comfy", "zh-CN/interface/settings/lite-graph", "zh-CN/interface/appearance", @@ -653,6 +651,14 @@ } ] }, + { + "group": "账户与订阅", + "icon": "user", + "pages": [ + "zh-CN/interface/user", + "zh-CN/interface/credits" + ] + }, { "group": "教程示例", "icon": "book", From d7df8611496d695cfb24e16d56f5a7cedf0da6de Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:15:02 +0000 Subject: [PATCH 3/5] Update get_started/cloud.mdx --- get_started/cloud.mdx | 177 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 get_started/cloud.mdx diff --git a/get_started/cloud.mdx b/get_started/cloud.mdx new file mode 100644 index 00000000..6bc522e1 --- /dev/null +++ b/get_started/cloud.mdx @@ -0,0 +1,177 @@ +--- +title: "Comfy Cloud Onboarding" +description: "Get started with Comfy Cloud to run ComfyUI workflows in the cloud without local installation" +sidebarTitle: "Cloud" +icon: "cloud" +--- + +Comfy Cloud provides a hosted solution for running ComfyUI workflows without requiring local installation or GPU hardware. This guide will help you get started with Comfy Cloud. + +## What is Comfy Cloud? + +Comfy Cloud is a cloud-based platform that allows you to: + +- Run ComfyUI workflows without local installation +- Access powerful GPU resources on-demand +- Share and collaborate on workflows +- Scale your AI generation workloads + +## Prerequisites + +Before getting started with Comfy Cloud, you'll need: + +- A Comfy account (create one at [platform.comfy.org](https://platform.comfy.org)) +- Credits for cloud compute (see [Credits](/interface/credits) for more information) + +## Getting Started + +### 1. Create an Account + +Visit [platform.comfy.org](https://platform.comfy.org) and create an account using: + +- Email +- Google +- GitHub + +### 2. Access Comfy Cloud + +Once logged in, you can access Comfy Cloud through: + +- The web interface at [platform.comfy.org](https://platform.comfy.org) +- ComfyUI Desktop with cloud integration +- API access using your API key + +### 3. Load a Workflow + +You can start with: + +- Pre-built workflow templates +- Your own custom workflows +- Community-shared workflows + +### 4. Configure Cloud Resources + +Select the appropriate GPU tier for your workflow: + +- **Basic**: For simple workflows and testing +- **Standard**: For most production workflows +- **Premium**: For complex, high-resolution generations + +### 5. Run Your Workflow + +Click **Queue** to submit your workflow to the cloud. Your job will be: + +1. Queued for processing +2. Assigned to available GPU resources +3. Executed in the cloud +4. Results returned to your account + +## Cloud vs Local + +| Feature | Comfy Cloud | Local Installation | +|---------|-------------|-------------------| +| Setup | No installation required | Requires setup and configuration | +| GPU | Access to high-end GPUs | Limited by your hardware | +| Storage | Cloud storage included | Uses local disk space | +| Scaling | Automatic scaling | Limited by local resources | +| Cost | Pay per use | One-time hardware cost | + +## Managing Credits + +Comfy Cloud uses a credit-based system: + +- Credits are consumed based on compute time and resources used +- Purchase credits through your account dashboard +- Monitor usage in real-time +- Set spending limits to control costs + +For detailed information about credits and pricing, see [Credits Management](/interface/credits). + +## API Access + +You can integrate Comfy Cloud into your applications using the API: + +1. Generate an API key from your account settings +2. Use the API to submit workflows programmatically +3. Monitor job status and retrieve results + +See [Account Management](/interface/user) for details on creating and managing API keys. + +## Best Practices + + + + - Use efficient nodes and models + - Batch similar operations + - Cache intermediate results when possible + + + + - Check credit consumption regularly + - Set up usage alerts + - Review job history for optimization opportunities + + + + - Use strong passwords + - Enable two-factor authentication + - Keep API keys secure + - Don't share credentials + + + + - Start with lower tiers for testing + - Scale up for production workloads + - Consider batch processing for cost efficiency + + + +## Troubleshooting + + + + - Verify all required models are available + - Check workflow compatibility with cloud environment + - Review error logs in job details + + + + - Consider upgrading to a higher GPU tier + - Optimize workflow complexity + - Check for bottlenecks in your workflow + + + + - Verify sufficient credits in your account + - Check payment method is valid + - Contact support for billing questions + + + +## Next Steps + + + + Learn how to manage your account and API keys + + + + Understand the credit system and manage your billing + + + + Use API nodes to access cloud-based models + + + + Explore tutorials to learn ComfyUI workflows + + + +## Support + +Need help with Comfy Cloud? + +- Visit our [Discord community](https://discord.com/invite/comfyorg) +- Check the [troubleshooting guide](/troubleshooting/overview) +- Contact support through your account dashboard From ceed44c35c9c68b3f305e5fe278b86a2bdba4773 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:15:13 +0000 Subject: [PATCH 4/5] Update docs.json --- docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.json b/docs.json index 1125f2d5..c6c7c27f 100644 --- a/docs.json +++ b/docs.json @@ -43,6 +43,7 @@ ] }, "get_started/first_generation", + "get_started/cloud", "changelog/index" ] }, From 67cce1c6e778e7ca601bb0a4daa38cf2c12818bd Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:15:18 +0000 Subject: [PATCH 5/5] Update docs.json --- docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.json b/docs.json index c6c7c27f..4b8974fd 100644 --- a/docs.json +++ b/docs.json @@ -610,6 +610,7 @@ ] }, "zh-CN/get_started/first_generation", + "get_started/cloud", "zh-CN/changelog/index" ] },