Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions development/comfy-router/quickstart.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Comfy Router Quickstart"
title: "Comfy Router quickstart"
sidebarTitle: "Quickstart"
description: "From nothing to a generated image in about five minutes, in Python and TypeScript, against the Comfy Router."
---
Expand All @@ -16,8 +16,6 @@ Comfy Router lets you call partner models through `https://api.comfy.org` with o
export COMFY_API_KEY="comfyui-..."
```

Your workspace needs Router access and enough credits to run the selected model.

Keep API keys on your server or in your local environment. These examples are for a terminal or server, not browser JavaScript.
</Step>

Expand Down
Loading
Loading