diff --git a/custom-nodes/workflow_templates.mdx b/custom-nodes/workflow_templates.mdx index 3b7633b95..77d96c701 100644 --- a/custom-nodes/workflow_templates.mdx +++ b/custom-nodes/workflow_templates.mdx @@ -28,4 +28,6 @@ Under `ComfyUI-MyCustomNodeModule/example_workflows/` directory: - `My_example_workflow_1.jpg` - `My_example_workflow_2.json` -In this example ComfyUI's template browser shows a category called `ComfyUI-MyCustomNodeModule` with two items, one of which has a thumbnail. +In this example ComfyUI's template browser shows a category called `ComfyUI-MyCustomNodeModule` with two items, one of which has a thumbnail. + +For a real-world example, see [ComfyUI-Impact-Pack's example_workflows folder](https://github.com/ltdrdata/ComfyUI-Impact-Pack/tree/Main/example_workflows). diff --git a/zh-CN/custom-nodes/workflow_templates.mdx b/zh-CN/custom-nodes/workflow_templates.mdx index 0498dffc6..d398175c0 100644 --- a/zh-CN/custom-nodes/workflow_templates.mdx +++ b/zh-CN/custom-nodes/workflow_templates.mdx @@ -23,4 +23,6 @@ title: "工作流模板" - `My_example_workflow_1.jpg` - `My_example_workflow_2.json` -在这个例子中,ComfyUI 的模板浏览器会显示一个名为 `ComfyUI-MyCustomNodeModule` 的类别,其中包含两个项目,其中一个带有缩略图。 +在这个例子中,ComfyUI 的模板浏览器会显示一个名为 `ComfyUI-MyCustomNodeModule` 的类别,其中包含两个项目,其中一个带有缩略图。 + +如需参考实际案例,请查看 [ComfyUI-Impact-Pack 的 example_workflows 文件夹](https://github.com/ltdrdata/ComfyUI-Impact-Pack/tree/Main/example_workflows)。