Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
🌐 i18n translation sync reminder@comfyui-wiki English documentation was updated in this PR. Please complete or schedule translation updates for the following files: Japanese (
|
|
Warning Review limit reached
On-demand reviews are free for the next 24 days. After that, they cost $0.25 per reviewed file. Or wait 17 minutes for your next included review. View limit detailsLimit details: You’ve used all 2 included reviews currently available. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (1)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (7)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughThe PR updates API onboarding content, adds a Workflow API quickstart, registers it in navigation, and provides Python and TypeScript examples with a bundled workflow. ChangesWorkflow API onboarding
Suggested reviewers: Sequence Diagram(s)sequenceDiagram
participant Developer
participant Quickstart
participant ComfySDK
participant WorkflowAPI
participant OutputFile
Developer->>Quickstart: Follow setup instructions
Quickstart->>ComfySDK: Configure with COMFY_API_KEY
ComfySDK->>WorkflowAPI: Submit workflow_api.json
WorkflowAPI-->>ComfySDK: Return SaveImage output
ComfySDK-->>OutputFile: Save first-result.png
Priority: ➖ Normal Merge Risk: ⚪ Minimal · up to The new onboarding links and documented SDK base-URL guidance are consistent, with no actionable merge risk identified. 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
Publish a model-free API-format workflow with Python and TypeScript clients so developers can verify authentication, execution, and output download without finding a compatible community workflow first. Constraint: The first workflow must not depend on model availability or custom nodes. Rejected: Rewrite the developer landing page | PR #1686 owns that information architecture. Rejected: Add a second quickstart hub to the API-key page | the dedicated quickstarts already provide the next steps. Confidence: high Scope-risk: narrow Tested: Link and anchor validation; SDK workflow parsing and mocked downloads; strict TypeScript and Node syntax checks. Not-tested: Live Comfy Cloud execution.
ba377f6 to
b03d4e5
Compare
|
The focused first-workflow changes were moved into #1686, which now owns the complete developer-onboarding update. |
Summary
Validation
mint validatemint broken-linksgit diff --checkNo live Comfy Cloud request was made; remote execution and downloads were mocked.