ComfyUI-Wiki commited on
Commit
b9bc6e6
Β·
verified Β·
1 Parent(s): fc37100

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.

- 2 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 +12 -0
README.md CHANGED
@@ -30,3 +30,15 @@ Place the files in the following folders:
30
  β”‚ β”‚ β”œβ”€β”€ wan2.2_bernini_r_low_noise_int8_convrot.safetensors
31
  β”‚ β”‚ └── wan2.2_bernini_r_low_noise_mxfp8.safetensors
32
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  β”‚ β”‚ β”œβ”€β”€ wan2.2_bernini_r_low_noise_int8_convrot.safetensors
31
  β”‚ β”‚ └── wan2.2_bernini_r_low_noise_mxfp8.safetensors
32
  ```
33
+
34
+ ## Workflows
35
+
36
+ <table>
37
+ <thead>
38
+ <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>
39
+ </thead>
40
+ <tbody>
41
+ <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/video_bernini_r_video_editing.json">Bernini-R: Video Edit</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/video_bernini_r_video_editing.json"><img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/video_bernini_r_video_editing-1.webp" width="200" height="200" alt="Bernini-R: Video Edit"></a></td><td align="center" valign="middle" style="text-align:center;vertical-align:middle"></td></tr>
42
+ <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/video_bernini_r_image_editing.json">Bernini-R: Image Edit</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/video_bernini_r_image_editing.json"><img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/video_bernini_r_image_editing-2.webp" width="200" height="200" alt="Bernini-R: Image Edit"></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/video_bernini_r_image_editing.json"><img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/video_bernini_r_image_editing-1.webp" width="200" height="200" alt="Bernini-R: Image Edit"></a><div align="center">After</div></td></tr>
43
+ </tbody>
44
+ </table>