Skip to content
Draft
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
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@
"tutorials/partner-nodes/concurrency-limits",
"tutorials/partner-nodes/faq",
"tutorials/partner-nodes/data-retention",
"tutorials/partner-nodes/verified-providers",
{
"group": "Partner Models",
"pages": [
Expand Down
6 changes: 6 additions & 0 deletions tutorials/partner-nodes/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Partner Nodes"
description: "Partner Nodes call closed-source models such as OpenAI, Kling, and Luma through API requests inside ComfyUI: what they are, credits, and how to use them."

Check warning on line 3 in tutorials/partner-nodes/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

tutorials/partner-nodes/overview.mdx#L3

Did you really mean 'Kling'?

Check warning on line 3 in tutorials/partner-nodes/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

tutorials/partner-nodes/overview.mdx#L3

Did you really mean 'Luma'?
sidebarTitle: "Overview"
---

Expand Down Expand Up @@ -54,6 +54,12 @@
Please refer to the pricing page for the corresponding Partner pricing
</Card>

## Verified Providers

<Card title="Verified Partner Providers" icon="badge-check" href="/tutorials/partner-nodes/verified-providers">
See which Partner Node providers have a verified commercial and API partnership with Comfy
</Card>

## About Open Source and Opt-in

It's important to note that **Partner Nodes are completely optional**. ComfyUI will always remain fully open-source and free for local users. Partner nodes are designed as an "opt-in" feature, providing convenience for those who want access to external SOTA (state-of-the-art) models.
Expand Down Expand Up @@ -82,7 +88,7 @@
A powerful application of Partner Nodes is combining the output of external models with local nodes. For example:

- Using GPT-Image-1 to generate a base image, then transforming it into video with a local `wan` node
- Combining externally generated images with local upscaling or style transfer nodes

Check warning on line 91 in tutorials/partner-nodes/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

tutorials/partner-nodes/overview.mdx#L91

Did you really mean 'upscaling'?
- Creating hybrid workflows that leverage the advantages of both closed-source and open-source models

This flexibility makes ComfyUI a truly universal generative AI interface, integrating various AI capabilities into a unified workflow, opening up more possibilities
Expand Down
30 changes: 30 additions & 0 deletions tutorials/partner-nodes/verified-providers.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "Verified Partner Providers"
description: "Which Partner Node providers have a direct commercial API partnership with Comfy and verified contract terms."
sidebarTitle: "Verified Providers"
---

Some Partner Node providers are **verified**: Comfy has a direct commercial and API partnership with them, and has reviewed and verified the contract terms governing that partnership. This page lists which providers currently hold that status.

Verification does not change how a node works in your workflow. It reflects the relationship between Comfy and the provider behind the node.

## Verified providers

| Provider |
| :------- |
| Bria |

Check warning on line 15 in tutorials/partner-nodes/verified-providers.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

tutorials/partner-nodes/verified-providers.mdx#L15

Did you really mean 'Bria'?
| ElevenLabs |
| Genary |

Check warning on line 17 in tutorials/partner-nodes/verified-providers.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

tutorials/partner-nodes/verified-providers.mdx#L17

Did you really mean 'Genary'?
| Google |
| Lightricks (LTX) |

Check warning on line 19 in tutorials/partner-nodes/verified-providers.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

tutorials/partner-nodes/verified-providers.mdx#L19

Did you really mean 'Lightricks'?
| Meshy |

Check warning on line 20 in tutorials/partner-nodes/verified-providers.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

tutorials/partner-nodes/verified-providers.mdx#L20

Did you really mean 'Meshy'?
| Pixverse |

Check warning on line 21 in tutorials/partner-nodes/verified-providers.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

tutorials/partner-nodes/verified-providers.mdx#L21

Did you really mean 'Pixverse'?
| Runway |
| Singdata |

Check warning on line 23 in tutorials/partner-nodes/verified-providers.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

tutorials/partner-nodes/verified-providers.mdx#L23

Did you really mean 'Singdata'?
| Tencent |

Check warning on line 24 in tutorials/partner-nodes/verified-providers.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

tutorials/partner-nodes/verified-providers.mdx#L24

Did you really mean 'Tencent'?
| Vidu |

Check warning on line 25 in tutorials/partner-nodes/verified-providers.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

tutorials/partner-nodes/verified-providers.mdx#L25

Did you really mean 'Vidu'?
| xAI |

<Note>
This list reflects providers with a verified partnership at the time of writing. It is not a statement about node availability, pricing, or feature support. See [Partner Node Pricing](/tutorials/partner-nodes/pricing) for pricing by provider.
</Note>
Loading