docs: add Cloud content moderation FAQ and clarify memory offloading defaults#1235
Conversation
📝 WalkthroughWalkthroughThis PR adds documentation-only content: a note in startup-flags docs (English, Japanese, Korean, Chinese) explaining that Nvidia GPU async-offload and dynamic VRAM are enabled by default, and a new FAQ entry in cloud getting-started docs (English, Chinese) about Comfy Cloud content moderation policies and account suspension risk. ChangesVRAM Default Behavior Note
Cloud Content Moderation FAQ
No sequence diagram needed here—these edits are purely doc-based, no flow to unwind, just words well-placed. 📄✨ 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@get_started/cloud.mdx`:
- Around line 137-140: Update the Terms of Service link in the content about
Comfy Cloud moderation so it points to the actual policy page instead of the
homepage. In the relevant markdown section with the Comfy Cloud Terms of Service
reference, replace the current comfy.org link with the Terms of Service URL and
keep the surrounding wording unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: caa201cf-3e4c-4194-9473-3490b95bd40e
📒 Files selected for processing (6)
development/comfyui-server/startup-flags.mdxget_started/cloud.mdxja/development/comfyui-server/startup-flags.mdxko/development/comfyui-server/startup-flags.mdxzh/development/comfyui-server/startup-flags.mdxzh/get_started/cloud.mdx
| ### Does Comfy Cloud have content moderation? | ||
|
|
||
| Yes. Comfy Cloud enforces content policies. Generating explicit or prohibited content may result in account suspension. For questions about what is or is not allowed, see the Comfy Cloud Terms of Service at [comfy.org](https://comfy.org). | ||
|
|
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
set -euo pipefail
echo "== file excerpt =="
nl -ba get_started/cloud.mdx | sed -n '126,148p'
echo
echo "== comfy.org references =="
rg -n "comfy\.org|Terms of Service|content policies" get_started . -g '!**/node_modules/**' || trueRepository: Comfy-Org/docs
Length of output: 211
🏁 Script executed:
#!/bin/bash
set -euo pipefail
echo "== file excerpt =="
awk 'NR>=126 && NR<=148 {printf "%d:%s\n", NR, $0}' get_started/cloud.mdx
echo
echo "== comfy.org references =="
rg -n "comfy\.org|Terms of Service|content policies|policy page|tos" get_started . -g '!**/node_modules/**' || trueRepository: Comfy-Org/docs
Length of output: 50371
Point the Terms of Service link to the policy page. The current link lands on the homepage. Use the Terms of Service URL instead: https://www.comfy.org/terms-of-service?utm_source=docs.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@get_started/cloud.mdx` around lines 137 - 140, Update the Terms of Service
link in the content about Comfy Cloud moderation so it points to the actual
policy page instead of the homepage. In the relevant markdown section with the
Comfy Cloud Terms of Service reference, replace the current comfy.org link with
the Terms of Service URL and keep the surrounding wording unchanged.
Summary
Based on Mintlify AI Assistant analytics, users frequently ask:
Changes
get_started/cloud.mdx— Added content moderation FAQ sectionstartup-flags.mdx— Clarified default behavior under Nvidia GPUSource
Mintlify AI Assistant analytics data (2026-07-05)
Checklist