Cseti commited on
Commit
5545421
·
1 Parent(s): 28849ab

Add LTX 2.3 ReStyle IC-LoRA workflow

Browse files

V2V style transfer workflow using a custom-trained ReStyle IC-LoRA on
LTX Video 2.3 - 22B. Includes the workflow JSON, README with HF video
preview, and a thumbnail.

README.md CHANGED
@@ -23,6 +23,7 @@ Drag-and-drop any `.json` file directly into ComfyUI to load the workflow.
23
 
24
  | Workflow | Description | Type | Updated |
25
  | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | --------- | ---------- |
 
26
  | [IC-LoRA Cameraman](https://huggingface.co/datasets/Cseti/ComfyUI-Workflows/blob/main/ltx/2.3/ic-lora-cameraman/README.md) | I2V with IC-LoRA camera motion guidance from a reference video clip | Video gen | 2026-04-07 |
27
  | [I2V Two-Pass](https://huggingface.co/datasets/Cseti/ComfyUI-Workflows/blob/main/ltx/2.3/i2v-two-pass/README.md) | Two-pass I2V with start/end guide images, 720p→1080p upscale, and audio support | Video gen | 2026-03-30 |
28
 
 
23
 
24
  | Workflow | Description | Type | Updated |
25
  | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | --------- | ---------- |
26
+ | [ReStyle IC-LoRA](https://huggingface.co/datasets/Cseti/ComfyUI-Workflows/blob/main/ltx/2.3/restyle-ic-lora/README.md) | V2V style transfer using a custom-trained ReStyle IC-LoRA on LTX 2.3 — 22B | Video edit | 2026-05-05 |
27
  | [IC-LoRA Cameraman](https://huggingface.co/datasets/Cseti/ComfyUI-Workflows/blob/main/ltx/2.3/ic-lora-cameraman/README.md) | I2V with IC-LoRA camera motion guidance from a reference video clip | Video gen | 2026-04-07 |
28
  | [I2V Two-Pass](https://huggingface.co/datasets/Cseti/ComfyUI-Workflows/blob/main/ltx/2.3/i2v-two-pass/README.md) | Two-pass I2V with start/end guide images, 720p→1080p upscale, and audio support | Video gen | 2026-03-30 |
29
 
ltx/2.3/restyle-ic-lora/README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LTX Video 2.3 — V2V Style Transfer (ReStyle IC-LoRA)
2
+
3
+ **Model:** LTX Video 2.3 — 22B Dev (FP8) + ReStyle IC-LoRA
4
+ **Type:** Video-to-Video
5
+
6
+ Video-to-Video style transfer using a custom-trained IC-LoRA on top of LTX Video 2.3 — 22B. Takes a content video and a style reference image, and re-renders the video in the reference style. The IC-LoRA guide is composited via `LTXAddVideoICLoRAGuideAdvanced`, with the distilled speed-up LoRA applied for fast 8-step sampling.
7
+
8
+ ---
9
+
10
+ ## Preview
11
+
12
+ <video src="https://huggingface.co/datasets/Cseti/ComfyUI-Workflows/resolve/main/ltx/2.3/restyle-ic-lora/media/preview.mp4" controls width="720"></video>
13
+
14
+ <!-- Replace YOUTUBE_VIDEO_ID with your video ID after uploading -->
15
+ <!-- [![Watch on YouTube — click to open](https://img.youtube.com/vi/YOUTUBE_VIDEO_ID/maxresdefault.jpg)](https://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID) -->
16
+ <!-- *Click to open on YouTube* -->
17
+
18
+ ---
19
+
20
+ ## Requirements
21
+
22
+ - **ComfyUI:** recent stable build
23
+ - **Model:** `ltx-2.3-22b-dev_transformer_only_fp8_scaled.safetensors` — [Kijai/LTX2.3_comfy](https://huggingface.co/Kijai/LTX2.3_comfy/tree/main/diffusion_models)
24
+ - **Speed-up LoRA:** `ltx-2.3-22b-distilled-1.1_lora-dynamic_fro09_avg_rank_111_bf16.safetensors` — [Kijai/LTX2.3_comfy](https://huggingface.co/Kijai/LTX2.3_comfy/tree/main/loras) (applied at strength 0.4)
25
+ - **ReStyle IC-LoRA:** `lora_weights_step_08000.safetensors` — [Cseti/852654_LTX2.3-22B_ReStyle_IC-LoRA](https://huggingface.co/Cseti/852654_LTX2.3-22B_ReStyle_IC-LoRA)
26
+ - **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)
27
+ - **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)
28
+ - **Preview VAE:** `taeltx2_3.safetensors` — [Kijai/LTX2.3_comfy](https://huggingface.co/Kijai/LTX2.3_comfy/blob/main/vae/taeltx2_3.safetensors)
29
+ - **Text encoder:** `gemma_3_12B_it_fp8_scaled.safetensors` — [Kijai/LTX2.3_comfy](https://huggingface.co/Kijai/LTX2.3_comfy/tree/main/text_encoders)
30
+ - **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)
31
+ - **Custom nodes:**
32
+ - [ComfyUI-KJNodes](https://github.com/kijai/ComfyUI-KJNodes)
33
+ - [ComfyUI-VideoHelperSuite](https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite)
34
+ - [rgthree-comfy](https://github.com/rgthree/rgthree-comfy)
35
+ - [ComfyUI_Fill-Nodes](https://github.com/filliptm/ComfyUI_Fill-Nodes)
36
+ - [RES4LYF](https://github.com/ClownsharkBatwing/RES4LYF)
37
+
38
+ ---
39
+
40
+ ## Notes
41
+
42
+ - **Inputs:** a content video (`VHS_LoadVideo`) and a single style reference image (`LoadImage`). The reference image and the first frame of the content video are resized to the desired resolution with `nvidia_rtx_vsr` and concatenated into the IC-LoRA guide via `LTXAddVideoICLoRAGuideAdvanced`.
43
+ - **Sampling:** `euler` sampler, `linear_quadratic` scheduler, 8 steps, CFG 1.
44
+
45
+ ---
46
+
47
+ ## Changelog
48
+
49
+ - `2026-05-05` — Initial upload
ltx/2.3/restyle-ic-lora/ltx2.3-restyle-ic-lora.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69ce2da25ea3255b13a93858072c691fd02f9266504d2542d3890f6983984b4d
3
+ size 84994
ltx/2.3/restyle-ic-lora/media/preview.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e93ba223d633cf7d617de17d82639fba8daa2b57e013e945a29f8443cab9dd2b
3
+ size 4212683
ltx/2.3/restyle-ic-lora/media/preview_thumb.png ADDED

Git LFS Details

  • SHA256: 6d64b8ea8b8c2ac2eab8a9b7673be38aa0c0129388e52ccac9f3a9c530331af5
  • Pointer size: 131 Bytes
  • Size of remote file: 878 kB