Skip to content

Commit 11d640c

Browse files
committed
Refine API node docs
1 parent 6c21b84 commit 11d640c

File tree

16 files changed

+74
-19
lines changed

16 files changed

+74
-19
lines changed
135 KB
Loading
99.5 KB
Loading

tutorials/api-nodes/google/gemini.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebarTitle: "Google Gemini"
66

77
import ReqHint from "/snippets/tutorials/api-nodes/req-hint.mdx";
88

9-
This node allows you to use Google Gemini's API to complete conversational functions.
9+
Google Gemini is a powerful AI model developed by Google, supporting conversational and text generation functions. Currently, ComfyUI has integrated the Google Gemini API, allowing you to directly use the related nodes in ComfyUI to complete conversational functions.
1010

1111
In this guide, we will walk you through completing the corresponding conversational functionality.
1212

tutorials/api-nodes/openai/chat.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebarTitle: "OpenAI Chat"
66

77
import ReqHint from "/snippets/tutorials/api-nodes/req-hint.mdx";
88

9-
This node allows you to use OpenAI's Chat API to complete conversational functions.
9+
OpenAI is a company focused on generative AI, providing powerful conversational capabilities. Currently, ComfyUI has integrated the OpenAI API, allowing you to directly use the related nodes in ComfyUI to complete conversational functions.
1010

1111
In this guide, we will walk you through completing the corresponding conversational functionality.
1212

tutorials/api-nodes/rodin/model-generation.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ sidebarTitle: "Model Generation"
66

77
import ReqHint from "/snippets/tutorials/api-nodes/req-hint.mdx";
88

9+
Hyper3D Rodin (hyper3d.ai) is a platform focused on rapidly generating high-quality, production-ready 3D models and materials through artificial intelligence.
10+
ComfyUI has now natively integrated the corresponding Rodin model generation API, allowing you to conveniently use the related nodes in ComfyUI for model generation.
11+
912
Currently, ComfyUI's API nodes support the following Rodin model generation capabilities:
1013
- Single-view model generation
1114
- Multi-view model generation
15+
- Model generation with different levels of detail
1216

1317
<ReqHint/>
1418

@@ -75,3 +79,9 @@ You can refer to the numbers in the image to complete the basic text-to-image wo
7579
2. Click the `Run` button, or use the shortcut `Ctrl(cmd) + Enter` to execute model generation. After the workflow completes, the corresponding model will be automatically saved to the `ComfyUI/output/Rodin` directory
7680
3. In the `Preview 3D` node, click to expand the menu
7781
4. Select `Export` to directly export the corresponding model
82+
83+
## Other Related Nodes
84+
85+
Currently, Rodin provides different types of model generation nodes in ComfyUI, since the corresponding input conditions are the same as the workflow introduced in this article, you can enable them as needed. In addition, we have provided corresponding nodes in the corresponding templates, you can also modify the corresponding node mode as needed to enable them
86+
87+
![Rodin Other Related Nodes](/images/tutorial/api_nodes/rodin/other_nodes.jpg)

tutorials/api-nodes/runway/image-generation.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ sidebarTitle: "Runway Image Generation"
66

77
import ReqHint from "/snippets/tutorials/api-nodes/req-hint.mdx";
88

9-
This node allows you to use Runway's image generation models to create high-quality, detail-rich image content through text prompts or reference images.
9+
Runway is a company focused on generative AI, providing powerful image generation capabilities. Its models support features such as style transfer, image extension, and detail control. Currently, ComfyUI has integrated the Runway API, allowing you to directly use the related nodes in ComfyUI for image generation.
1010

11-
In this guide, we will walk you through setting up the corresponding text-to-image and reference-to-image workflows.
11+
In this guide, we will walk you through the following workflows:
12+
- Text-to-image
13+
- Reference-to-image
1214

1315
<ReqHint/>
1416

tutorials/api-nodes/runway/video-generation.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebarTitle: "Runway Video Generation"
66

77
import ReqHint from "/snippets/tutorials/api-nodes/req-hint.mdx";
88

9+
Runway is a company focused on generative AI, providing powerful video generation capabilities. Currently, ComfyUI has integrated the Runway API, allowing you to directly use the related nodes in ComfyUI for video generation.
10+
911
Currently, ComfyUI natively integrates the following Runway video generation models:
1012
- Runway Gen3a turbo
1113
- Runway Gen4 turbo

tutorials/api-nodes/tripo/model-generation.mdx

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ sidebarTitle: "Model Generation"
66

77
import ReqHint from "/snippets/tutorials/api-nodes/req-hint.mdx";
88

9+
Tripo AI is a company focused on generative AI 3D modeling. It provides user-friendly platforms and API services that can quickly convert text prompts or 2D images (single or multiple) into high-quality 3D models.
10+
ComfyUI has now natively integrated the corresponding Tripo API, allowing you to conveniently use the related nodes in ComfyUI for model generation.
11+
912
Currently, ComfyUI's API nodes support the following Tripo model generation capabilities:
1013
- Text-to-model
1114
- Image-to-model
1215
- Multi-view model generation
13-
- Bone binding
14-
- Bone animation
16+
- Rig model
17+
- Retarget rigged model
1518

1619
<ReqHint/>
1720

@@ -95,3 +98,13 @@ You can refer to the numbers in the image to complete the basic multi-view to mo
9598
3. Click the `Run` button, or use the shortcut `Ctrl(cmd) + Enter` to execute model generation. After the workflow completes, the corresponding model will be automatically saved to the `ComfyUI/output/` directory
9699
4. For other view inputs, you can refer to the step diagram and set the corresponding node mode to `Always` to enable it
97100
5. For model download, please refer to the instructions in the text-to-model section
101+
102+
## Subsequent Task Processing for the Same Task
103+
104+
Tripo's corresponding nodes provide subsequent processing for the same task, you only need to input the corresponding `model_task_id` in the relevant nodes, and we have also provided the corresponding nodes in the relevant templates, you can also modify the corresponding node mode as needed to enable it
105+
106+
![Tripo Task Processing](/images/tutorial/api_nodes/tripo/other_nodes.jpg)
107+
108+
<Error>
109+
The `Tripo: Refine Draft model` node only supports V1.4 model, other models do not support it
110+
</Error>

tutorials/video/wan/vace.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,16 @@ Please follow the numbered steps in the image to ensure smooth workflow executio
209209
## VACE Video Outpainting Workflow
210210

211211
[To be updated]
212-
- The Portable version template has been updated, please refer to the template notes
213-
- The Desktop version has not been updated yet
212+
214213

215214
## VACE First-Last Frame Video Generation
216215

217216
[To be updated]
218-
- The Portable version template has been updated, please refer to the template notes
219-
- The Desktop version has not been updated yet
217+
218+
To ensure that the first and last frames are effective, the video `length` setting must satisfy that `length-1` is divisible by 4.
219+
220+
The corresponding `Batch_size` setting must satisfy `Batch_size = length - 2`
221+
220222

221223
## Related Node Documentation
222224

zh-CN/tutorials/api-nodes/google/gemini.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebarTitle: "Google Gemini"
66

77
import ReqHint from "/snippets/zh/tutorials/api-nodes/req-hint.mdx";
88

9-
节点允许你使用节点允许你使用 Google Gemini API 来完成对话功能
9+
Google Gemini 是 Google 推出的一款强大的 AI 模型,支持对话、文本生成等多种功能。目前 ComfyUI 已集成 Google Gemini API,你可以直接在 ComfyUI 中使用相关节点来完成对话功能
1010

1111
本篇指南中,我们将引导你完成对应对话功能。
1212

0 commit comments

Comments
 (0)