ComfyUI-Wiki commited on
Commit
122f8a0
Β·
verified Β·
1 Parent(s): 04f0751

Add ComfyUI workflow template links

Browse files

Adds a **Workflows** section to the model card so the templates that work with these files can be opened or downloaded straight from the repo page.

- 1 templates from [Comfy-Org/workflow_templates](https://github.com/Comfy-Org/workflow_templates), all first-party (no community `templates_*` submissions) and all runnable with stock ComfyUI nodes.
- Attribution follows the template library's own `models` metadata: a template is listed here only when the model it belongs to is the one hosted in this repo. Templates that merely borrow this repo's files are left out.
- Each row shows the template's preview at a uniform 200 px, laid out side by side under a fixed two-column grid so single- and dual-preview templates line up. Dual-preview templates show their before/after pair, labelled, in the order before β†’ after.
- Ordered by template usage, most used first.

Nothing else in the README is changed.

---

*This change was prepared with AI assistance (ComfyUI-Wiki) and reviewed before merge.*

Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -32,3 +32,14 @@ Place the files in the following folders:
32
  β”‚ └── πŸ“‚ vae/
33
  β”‚ └── cogvideox_vae.safetensors
34
  ```
 
 
 
 
 
 
 
 
 
 
 
 
32
  β”‚ └── πŸ“‚ vae/
33
  β”‚ └── cogvideox_vae.safetensors
34
  ```
35
+
36
+ ## Workflows
37
+
38
+ <table>
39
+ <thead>
40
+ <tr><th align="center" valign="middle" style="text-align:center;vertical-align:middle">Workflow</th><th colspan="2" align="center" valign="middle" style="text-align:center;vertical-align:middle">Thumb</th></tr>
41
+ </thead>
42
+ <tbody>
43
+ <tr><td align="center" valign="middle" style="text-align:center;vertical-align:middle"><a href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/utility_void_video_inpainting.json">Video Inpainting: VOID</a></td><td align="center" valign="middle" style="text-align:center;vertical-align:middle"><a href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/utility_void_video_inpainting.json"><img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/utility_void_video_inpainting-2.webp" width="200" height="200" alt="Video Inpainting: VOID"></a><div align="center">Before</div></td><td align="center" valign="middle" style="text-align:center;vertical-align:middle"><a href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/utility_void_video_inpainting.json"><img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/utility_void_video_inpainting-1.webp" width="200" height="200" alt="Video Inpainting: VOID"></a><div align="center">After</div></td></tr>
44
+ </tbody>
45
+ </table>