Cseti commited on
Commit
bdad85d
·
1 Parent(s): 4b08641

readme corrections

Browse files
Files changed (1) hide show
  1. README.md +23 -19
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  # ComfyUI Workflows
2
 
3
  A personal collection of ComfyUI workflows for AI video generation, upscaling, and video editing.
@@ -11,36 +15,36 @@ Drag-and-drop any `.json` file directly into ComfyUI to load the workflow.
11
 
12
  | Post | Date |
13
  |---|---|
14
- | [MOMENTS — Making of](posts/2026-03-30-moments-short-film/) | 2026-03-30 |
15
 
16
  ---
17
 
18
  ## LTX Video 2.3
19
 
20
- | Workflow | Description | Type | Updated |
21
- | ------------------------------------------------- | -------------------------------------------------------------------------------- | --------- | ---------- |
22
- | [IC-LoRA Cameraman](ltx/2.3/ic-lora-cameraman/) | I2V with IC-LoRA camera motion guidance from a reference video clip | Video gen | 2026-04-07 |
23
- | [I2V Two-Pass](ltx/2.3/i2v-two-pass/) | Two-pass I2V with start/end guide images, 720p→1080p upscale, and audio support | Video gen | 2026-03-30 |
24
 
25
  ## WAN 2.2
26
 
27
- | Workflow | Description | Type | Updated |
28
- | --------------------------------------------------------- | ------------------------------------------------------------------------- | ---------- | ---------- |
29
- | [Face Detailer](wan/2.2/face-detailer/) | SAM2-based segmentation and WAN 2.2 detail pass on existing video | Video edit | 2026-03-29 |
30
- | [VACE Endless Extension](wan/2.2/vace-endless-extension/) | Extend a video indefinitely using VACE looping | Video gen | 2025-11-10 |
31
- | [Upscaling v1](wan/2.2/upscaling/) | Per-subject crop upscaling with VFI frame interpolation | Upscaling | 2025-10-13 |
32
- | [Lightning GGUF](wan/2.2/lightning-gguf/) | Fast T2V with cached T5 encoding and Lightning-tuned steps | Video gen | 2025-08-09 |
33
- | [T2V A14B](wan/2.2/t2v-a14b/) | Text-to-video with the WAN 2.2 A14B model, GGUF quantized | Video gen | 2025-07-30 |
34
- | [VACE](wan/2.2/vace/) | Video-to-video with automatic subject segmentation and depth conditioning | Video edit | 2025-07-15 |
35
 
36
  ## HunyuanVideo
37
 
38
- | Workflow | Description | Type | Updated |
39
- | ----------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------- | ---------- |
40
- | [RF-Inversion](hunyuanvideo/rf-inversion/) | Video editing via RF-inversion — relight, restyle, or modify existing video | Video edit | 2025-01-23 |
41
 
42
  ## Z-Image
43
 
44
- | Workflow | Description | Type | Updated |
45
- | ------------------------------- | ------------------------------------------------------- | --------- | ---------- |
46
- | [Two-Stage](z-image/two-stage/) | Two-pass T2I workflow with refinement and color grading | Image gen | 2026-03-29 |
 
1
+ ---
2
+ viewer: false
3
+ ---
4
+
5
  # ComfyUI Workflows
6
 
7
  A personal collection of ComfyUI workflows for AI video generation, upscaling, and video editing.
 
15
 
16
  | Post | Date |
17
  |---|---|
18
+ | [MOMENTS — Making of](tree/main/posts/2026-03-30-moments-short-film) | 2026-03-30 |
19
 
20
  ---
21
 
22
  ## LTX Video 2.3
23
 
24
+ | Workflow | Description | Type | Updated |
25
+ | ------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | --------- | ---------- |
26
+ | [IC-LoRA Cameraman](tree/main/ltx/2.3/ic-lora-cameraman) | I2V with IC-LoRA camera motion guidance from a reference video clip | Video gen | 2026-04-07 |
27
+ | [I2V Two-Pass](tree/main/ltx/2.3/i2v-two-pass) | Two-pass I2V with start/end guide images, 720p→1080p upscale, and audio support | Video gen | 2026-03-30 |
28
 
29
  ## WAN 2.2
30
 
31
+ | Workflow | Description | Type | Updated |
32
+ | --------------------------------------------------------------------- | ------------------------------------------------------------------------- | ---------- | ---------- |
33
+ | [Face Detailer](tree/main/wan/2.2/face-detailer) | SAM2-based segmentation and WAN 2.2 detail pass on existing video | Video edit | 2026-03-29 |
34
+ | [VACE Endless Extension](tree/main/wan/2.2/vace-endless-extension) | Extend a video indefinitely using VACE looping | Video gen | 2025-11-10 |
35
+ | [Upscaling v1](tree/main/wan/2.2/upscaling) | Per-subject crop upscaling with VFI frame interpolation | Upscaling | 2025-10-13 |
36
+ | [Lightning GGUF](tree/main/wan/2.2/lightning-gguf) | Fast T2V with cached T5 encoding and Lightning-tuned steps | Video gen | 2025-08-09 |
37
+ | [T2V A14B](tree/main/wan/2.2/t2v-a14b) | Text-to-video with the WAN 2.2 A14B model, GGUF quantized | Video gen | 2025-07-30 |
38
+ | [VACE](tree/main/wan/2.2/vace) | Video-to-video with automatic subject segmentation and depth conditioning | Video edit | 2025-07-15 |
39
 
40
  ## HunyuanVideo
41
 
42
+ | Workflow | Description | Type | Updated |
43
+ | --------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------- | ---------- |
44
+ | [RF-Inversion](tree/main/hunyuanvideo/rf-inversion) | Video editing via RF-inversion — relight, restyle, or modify existing video | Video edit | 2025-01-23 |
45
 
46
  ## Z-Image
47
 
48
+ | Workflow | Description | Type | Updated |
49
+ | --------------------------------------------- | ------------------------------------------------------- | --------- | ---------- |
50
+ | [Two-Stage](tree/main/z-image/two-stage) | Two-pass T2I workflow with refinement and color grading | Image gen | 2026-03-29 |