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

first commit

Browse files
CLAUDE.md CHANGED
@@ -51,7 +51,7 @@ Each workflow README must follow this structure (keep sections in order, no extr
51
 
52
  ## Updating the Main README
53
 
54
- The root `README.md` is the index. It contains one table per model family. Column order is fixed: `Workflow | Description | Type | Updated`. The `Type` column uses these values: `Video gen`, `Video edit`, `Upscaling`, `Image gen`.
55
 
56
  ## Posts
57
 
 
51
 
52
  ## Updating the Main README
53
 
54
+ The root `README.md` is the index. It contains one table per model family. Column order is fixed: `Workflow | Description | Type | Updated`. The `Type` column uses these values: `Video gen`, `Video edit`, `Upscaling`, `Image gen`. New rows are always inserted at the **top** of the table (newest first).
55
 
56
  ## Posts
57
 
README.md CHANGED
@@ -19,18 +19,19 @@ Drag-and-drop any `.json` file directly into ComfyUI to load the workflow.
19
 
20
  | Workflow | Description | Type | Updated |
21
  | ------------------------------------------------- | -------------------------------------------------------------------------------- | --------- | ---------- |
 
22
  | [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 |
23
 
24
  ## WAN 2.2
25
 
26
  | Workflow | Description | Type | Updated |
27
  | --------------------------------------------------------- | ------------------------------------------------------------------------- | ---------- | ---------- |
28
- | [T2V A14B](wan/2.2/t2v-a14b/) | Text-to-video with the WAN 2.2 A14B model, GGUF quantized | Video gen | 2025-07-30 |
29
- | [Lightning GGUF](wan/2.2/lightning-gguf/) | Fast T2V with cached T5 encoding and Lightning-tuned steps | Video gen | 2025-08-09 |
30
- | [VACE](wan/2.2/vace/) | Video-to-video with automatic subject segmentation and depth conditioning | Video edit | 2025-07-15 |
31
  | [VACE Endless Extension](wan/2.2/vace-endless-extension/) | Extend a video indefinitely using VACE looping | Video gen | 2025-11-10 |
32
  | [Upscaling v1](wan/2.2/upscaling/) | Per-subject crop upscaling with VFI frame interpolation | Upscaling | 2025-10-13 |
33
- | [Face Detailer](wan/2.2/face-detailer/) | SAM2-based segmentation and WAN 2.2 detail pass on existing video | Video edit | 2026-03-29 |
 
 
34
 
35
  ## HunyuanVideo
36
 
 
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
 
ltx/2.3/ic-lora-cameraman/README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LTX Video 2.3 — IC-LoRA Cameraman
2
+
3
+ **Model:** LTX Video 2.3 — 22B Distilled (FP8)
4
+ **Type:** Image-to-Video
5
+
6
+ Image-to-Video workflow using LTX Video 2.3 with IC-LoRA (In-Context LoRA) guidance. A reference image defines the starting frame, and a reference video clip is fed to the IC-LoRA guide to transfer camera movement onto the generated output.
7
+
8
+ ---
9
+
10
+ ## Preview
11
+
12
+ <video src="media/preview-00054.mp4" controls width="720"></video>
13
+ <video src="media/preview-00055.mp4" controls width="720"></video>
14
+ <video src="media/preview-00056.mp4" controls width="720"></video>
15
+ <video src="media/preview-00060.mp4" controls width="720"></video>
16
+
17
+ ---
18
+
19
+ ## Requirements
20
+
21
+ - **ComfyUI:** recent stable build
22
+ - **Model:** `ltx-2.3-22b-distilled_transformer_only_fp8_input_scaled_v3.safetensors` — [Kijai/LTX2.3_comfy](https://huggingface.co/Kijai/LTX2.3_comfy/blob/main/diffusion_models/ltx-2.3-22b-distilled_transformer_only_fp8_input_scaled_v3.safetensors)
23
+ - **Video VAE:** `LTX23_video_vae_bf16.safetensors` — [Kijai/LTX2.3_comfy](https://huggingface.co/Kijai/LTX2.3_comfy/blob/main/vae/LTX23_video_vae_bf16.safetensors)
24
+ - **Audio VAE:** `LTX23_audio_vae_bf16.safetensors` — [Kijai/LTX2.3_comfy](https://huggingface.co/Kijai/LTX2.3_comfy/blob/main/vae/LTX23_audio_vae_bf16.safetensors)
25
+ - **Preview VAE:** `taeltx2_3.safetensors` — [Kijai/LTX2.3_comfy](https://huggingface.co/Kijai/LTX2.3_comfy/blob/main/vae/taeltx2_3.safetensors)
26
+ - **Text encoder:** `gemma_3_12B_it_fp8_scaled.safetensors` — [Kijai/LTX2.3_comfy](https://huggingface.co/Kijai/LTX2.3_comfy/tree/main/text_encoders)
27
+ - **Text projection:** `ltx-2.3_text_projection_bf16.safetensors` — [Kijai/LTX2.3_comfy](https://huggingface.co/Kijai/LTX2.3_comfy/blob/main/text_encoders/ltx-2.3_text_projection_bf16.safetensors)
28
+ - **IC-LoRA:** `LTX2.3-22B_IC-LoRA-Cameraman_v1_10500.safetensors` — [Cseti/LTX2.3-22B_IC-LoRA-Cameraman_v1](https://huggingface.co/Cseti/LTX2.3-22B_IC-LoRA-Cameraman_v1)
29
+ - **Custom nodes:**
30
+ - [ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo)
31
+ - [ComfyUI-KJNodes](https://github.com/kijai/ComfyUI-KJNodes)
32
+ - [ComfyUI-VideoHelperSuite](https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite)
33
+ - [rgthree-comfy](https://github.com/rgthree/rgthree-comfy)
34
+ - [comfyui-int-and-float](https://github.com/danTheMonk/comfyui-int-and-float)
35
+ - [RES4LYF](https://github.com/ClownsharkBatwing/RES4LYF)
36
+
37
+ ---
38
+
39
+ ## Notes
40
+
41
+ - **Inputs:** a reference image (start frame) and a reference video clip (IC-LoRA style guide).
42
+ ---
43
+
44
+ ## Changelog
45
+
46
+ - `2026-04-07` — Initial upload
ltx/2.3/ic-lora-cameraman/ltx2.3-ic-lora-cameraman.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99ab585e15b5c3616f0fefaed2e059b2ab462e196dadee068d3f04dece18afbc
3
+ size 103479
ltx/2.3/ic-lora-cameraman/media/preview-00054.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6908c72a0396107dccbf82b9c8236cb69ef990e8d75fde90ac2961bd0341fce2
3
+ size 3206185
ltx/2.3/ic-lora-cameraman/media/preview-00054_thumb.png ADDED

Git LFS Details

  • SHA256: ecd113de85957a8dc4a2f337006a3e020e04d736ac04354a83c21ba13eb684ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.11 MB
ltx/2.3/ic-lora-cameraman/media/preview-00055.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:894a6c3a6226cb349e01412008f0bec83b869a49842b8cc38168fbfbeb655d44
3
+ size 3180405
ltx/2.3/ic-lora-cameraman/media/preview-00055_thumb.png ADDED

Git LFS Details

  • SHA256: 2d926630c2c7e80868237c5cc0470f198824094308ba2a114f0367984af8d568
  • Pointer size: 132 Bytes
  • Size of remote file: 1.1 MB
ltx/2.3/ic-lora-cameraman/media/preview-00056.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e0ca039d1fc0d641794f9b74125dc138a3fb4f769a3095390169eb9f6fef271
3
+ size 2786792
ltx/2.3/ic-lora-cameraman/media/preview-00056_thumb.png ADDED

Git LFS Details

  • SHA256: 598d0a1aa91118dca8dad819dd4a3c7866d56f40be82db00b0c072df828b4825
  • Pointer size: 132 Bytes
  • Size of remote file: 1.07 MB
ltx/2.3/ic-lora-cameraman/media/preview-00060.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:511a841ad28d0d66f627bbe3417a3deb3577fc6c1341afe2784182337ab06869
3
+ size 3911068
ltx/2.3/ic-lora-cameraman/media/preview-00060_thumb.png ADDED

Git LFS Details

  • SHA256: 9147bdb30ea6b017c5f6fa25e9d9030123fd58bb92aaa74c7b95db0fdf1818a7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.01 MB
posts/2026-03-30-moments-short-film/README.md CHANGED
@@ -14,7 +14,7 @@ Those things together became MOMENTS: a ~2-minute short film about the pivot poi
14
 
15
  ## Preview
16
 
17
- [![Preview — MOMENTS teaser](media/cseti_moments_teaser_web_thumb.png)](media/cseti_moments_teaser_web.mp4)
18
 
19
  Watch the full short-film here: https://arcagidan.com/entry/06c37d91-060c-4a91-89e1-fae856888085
20
 
@@ -54,10 +54,8 @@ So I made a WAN 2.2 based detailer workflow for this. It segments the face - or
54
 
55
  The workflow is here: [WAN 2.2 Face Detailer](../../wan/2.2/face-detailer/)
56
 
57
- <table><tr>
58
- <td><a href="../../wan/2.2/face-detailer/media/preview-meeting.mp4"><img src="../../wan/2.2/face-detailer/media/preview-meeting_thumb.png" width="100%"></a></td>
59
- <td><a href="../../wan/2.2/face-detailer/media/preview-backwardlook.mp4"><img src="../../wan/2.2/face-detailer/media/preview-backwardlook_thumb.png" width="100%"></a></td>
60
- </tr></table>
61
 
62
  ### Music: Suno
63
 
 
14
 
15
  ## Preview
16
 
17
+ <video src="media/cseti_moments_teaser_web.mp4" controls width="720"></video>
18
 
19
  Watch the full short-film here: https://arcagidan.com/entry/06c37d91-060c-4a91-89e1-fae856888085
20
 
 
54
 
55
  The workflow is here: [WAN 2.2 Face Detailer](../../wan/2.2/face-detailer/)
56
 
57
+ <video src="../../wan/2.2/face-detailer/media/preview-meeting.mp4" controls width="360"></video>
58
+ <video src="../../wan/2.2/face-detailer/media/preview-backwardlook.mp4" controls width="360"></video>
 
 
59
 
60
  ### Music: Suno
61
 
wan/2.2/face-detailer/README.md CHANGED
@@ -9,9 +9,9 @@ Face enhancement pipeline for WAN 2.2 video output. Loads an existing video, det
9
 
10
  ## Preview
11
 
12
- [![Preview — meeting scene](media/preview-meeting_thumb.png)](media/preview-meeting.mp4)
13
 
14
- [![Preview — backward look scene](media/preview-backwardlook_thumb.png)](media/preview-backwardlook.mp4)
15
 
16
  ---
17
 
 
9
 
10
  ## Preview
11
 
12
+ <video src="media/preview-meeting.mp4" controls width="720"></video>
13
 
14
+ <video src="media/preview-backwardlook.mp4" controls width="720"></video>
15
 
16
  ---
17