chore: sync Comfy API v2 specification and Comfy Router pages (cloud@fdf7af6) - #1687
Open
comfy-pr-bot wants to merge 1 commit into
Open
comfy-pr-bot wants to merge 1 commit into
comfy-pr-bot wants to merge 1 commit into
Conversation
🌐 i18n translation sync reminder@comfyui-wiki English documentation was updated in this PR. Please complete or schedule translation updates for the following files: Japanese (
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 16, 2026 01:26
173610b to
5690fc7
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 16, 2026 03:33
5690fc7 to
5f02f44
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 16, 2026 09:36
5f02f44 to
99bfb67
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 16, 2026 10:43
99bfb67 to
d3e7a26
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 16, 2026 12:11
d3e7a26 to
3934d45
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 16, 2026 15:37
3934d45 to
7b4350e
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 16, 2026 19:06
7b4350e to
73ec548
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 16, 2026 19:25
73ec548 to
c8d5cca
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 16, 2026 20:11
c8d5cca to
3d5a19f
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 16, 2026 20:46
3d5a19f to
7f2b6e1
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 16, 2026 23:25
7f2b6e1 to
11816f0
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 17, 2026 00:58
11816f0 to
f8d78b1
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 17, 2026 15:25
f8d78b1 to
d37cf6e
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 17, 2026 20:54
d37cf6e to
8c37a2b
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 17, 2026 22:34
8c37a2b to
ae8cd73
Compare
3 tasks
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 18, 2026 00:48
65b4bdd to
c4bd89c
Compare
3 tasks
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 18, 2026 00:56
c4bd89c to
acec9cb
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 18, 2026 01:06
acec9cb to
6144ec8
Compare
comfy-pr-bot
force-pushed
the
chore/sync-comfy-api-v2-spec
branch
from
September 18, 2026 01:21
6144ec8 to
b86e074
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated sync of the public Comfy API v2 specification used by
the generated API reference, and of the Comfy Router API
pages generated from the Comfy API contract. Source:
cloud@fdf7af6.development/comfy-router/reference.mdxis GENERATED - edit the upstreamcontract, not this copy. It is regenerated on every sync and an
edit made here is overwritten by the next one.
development/comfy-router/quickstart.mdxanddevelopment/comfy-router/limitations.mdxare hand-written upstream and published verbatim. They are likewise
overwritten on every sync, so edit them upstream. If this is the
first sync that carries one of them, it also needs a navigation
entry in this repository before it renders.
router-schemas/<provider>/<model>.jsonare the exactGET /v2/models/{id}/openapi.jsondocuments for every model with anauthored schema; the docs generator
(
.github/scripts/snippets/gen-code-pages.ts) reads them. They areGENERATED and the directory is MIRRORED on every sync, so a document
removed upstream is removed here too - edit the upstream contract,
not these copies.
development/comfy-router/models/**/code.mdx, the provider indexdevelopment/comfy-router/models.mdxand thedocs.jsonentries for them are this repository's OWN derived output: the sync
runs
bun run code-pages:gen -- --pruneover the documents above andcommits the result, so
code-pagesis green as opened and no regencommit is needed on this branch. They are GENERATED and PRUNED - a
page whose model left the catalog is deleted here too.
This is the single rolling sync pull request for the published
Comfy API v2 specification and Comfy Router pages. It lives on
chore/sync-comfy-api-v2-spec, and every later upstream changeforce-updates that branch and refreshes this description with the
new source commit — so there is only ever one open sync pull request
here, and its diff is always the current one. Please do not push
commits to this branch; the next sync would overwrite them (it
checks first and fails rather than doing so silently).
The projection strips internal operations and non-public source
annotations, and fails before this pull request can be created if
a known internal marker survives. This pull request is never
auto-merged and requires human review.