ltx 2.3 arcane jinx test workflow uploaded
Browse files
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 |
| [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 |
|
|
|
|
| 23 |
|
| 24 |
| Workflow | Description | Type | Updated |
|
| 25 |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | --------- | ---------- |
|
| 26 |
+
| [Arcane Jinx Character LoRA](https://huggingface.co/datasets/Cseti/ComfyUI-Workflows/blob/main/ltx/2.3/t2v-arcane-jinx-lora/README.md) | T2V with audio using a custom-trained Arcane Jinx character LoRA on LTX 2.3 — 22B | Video gen | 2026-05-06 |
|
| 27 |
| [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 |
|
| 28 |
| [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 |
|
| 29 |
| [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 |
|
ltx/2.3/t2v-arcane-jinx-lora/README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# LTX Video 2.3 — Arcane Jinx Character LoRA (T2V with Audio)
|
| 2 |
+
|
| 3 |
+
**Model:** LTX Video 2.3 — 22B Dev (FP8)
|
| 4 |
+
**Type:** Text-to-Video
|
| 5 |
+
|
| 6 |
+
Single-pass Text-to-Video workflow on LTX 2.3 — 22B with synchronized audio generation. Uses a custom-trained Arcane Jinx character LoRA together with the official Distill LoRA for fast 8-step inference. Prompts are split into a global visual/speech context and a local action prompt via `PromptRelayEncode`.
|
| 7 |
+
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
## Preview
|
| 11 |
+
|
| 12 |
+
<video src="https://huggingface.co/datasets/Cseti/ComfyUI-Workflows/resolve/main/ltx/2.3/t2v-arcane-jinx-lora/media/preview-jinx.mp4" controls width="720"></video>
|
| 13 |
+
|
| 14 |
+
<!-- Replace YOUTUBE_VIDEO_ID with your video ID after uploading -->
|
| 15 |
+
<!-- [](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 |
+
- **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)
|
| 25 |
+
- **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)
|
| 26 |
+
- **Preview VAE:** `taeltx2_3.safetensors` — [Kijai/LTX2.3_comfy](https://huggingface.co/Kijai/LTX2.3_comfy/blob/main/vae/taeltx2_3.safetensors)
|
| 27 |
+
- **Text encoder:** `gemma_3_12B_it_fp8_scaled.safetensors` — [Kijai/LTX2.3_comfy](https://huggingface.co/Kijai/LTX2.3_comfy/tree/main/text_encoders)
|
| 28 |
+
- **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)
|
| 29 |
+
- **Distill 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)
|
| 30 |
+
- **Character LoRA:** `547698-ltx2.3-Nfj1nx_21000.safetensors` — custom-trained Arcane Jinx LoRA, trigger word: `Nfj1nx` (replaceable with any other LTX 2.3 character LoRA)
|
| 31 |
+
- **Custom nodes:**
|
| 32 |
+
- [ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo)
|
| 33 |
+
- [ComfyUI-KJNodes](https://github.com/kijai/ComfyUI-KJNodes)
|
| 34 |
+
- [ComfyUI-VideoHelperSuite](https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite)
|
| 35 |
+
- [rgthree-comfy](https://github.com/rgthree/rgthree-comfy)
|
| 36 |
+
- [ComfyUI_Fill-Nodes](https://github.com/filliptm/ComfyUI_Fill-Nodes)
|
| 37 |
+
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
## Notes
|
| 41 |
+
|
| 42 |
+
- **Resolution / length:** 1280x720, 121 frames @ 24fps. Audio latent is 97 frames @ 25fps and concatenated with the video latent via `LTXVConcatAVLatent`.
|
| 43 |
+
- **Inference:** 8 steps, `euler` sampler, `linear_quadratic` scheduler, CFG 1. Distill LoRA is applied at strength 0.6 and the character LoRA at strength 0.9.
|
| 44 |
+
- **Two-prompt system:** the workflow uses two `TextBox1` inputs — a global prompt for visual scene and speech context (e.g. `[VISUAL]:` / `[SPEECH]:` blocks), and a local prompt for fine action details. Both are merged through `PromptRelayEncode`.
|
| 45 |
+
- **VRAM patches:** `LTX2MemoryEfficientSageAttentionPatch`, `PathchSageAttentionKJ`, `LTXVChunkFeedForward`, and `ModelPatchTorchSettings` are used for VRAM optimization. Requires SageAttention installed.
|
| 46 |
+
- **Trigger word:** the included character LoRA was trained with the token `Nfj1nx`. Replace it with the trigger of your own LoRA if you swap the model.
|
| 47 |
+
|
| 48 |
+
---
|
| 49 |
+
|
| 50 |
+
## Changelog
|
| 51 |
+
|
| 52 |
+
- `2026-05-06` — Initial upload
|
| 53 |
+
|
| 54 |
+
---
|
| 55 |
+
|
| 56 |
+
## Training
|
| 57 |
+
|
| 58 |
+
This character LoRA was trained on [RunPod cloud GPUs](https://runpod.io?ref=vpp0cion).
|
| 59 |
+
|
| 60 |
+
---
|
| 61 |
+
|
| 62 |
+
## Support
|
| 63 |
+
|
| 64 |
+
Producing and sharing this kind of open-source work requires renting cloud GPUs, which gets expensive quickly. If you find it useful and would like me to keep contributing, your support is very much appreciated:
|
| 65 |
+
|
| 66 |
+
[](https://ko-fi.com/chetyart) [](https://liberapay.com/chetyart/donate)
|
ltx/2.3/t2v-arcane-jinx-lora/ltx2.3-t2v-arcane-jinx-lora.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02dfaea8b32d1a061519f40e2717cde2d18c7843ea437813cba7777cf9112f47
|
| 3 |
+
size 69784
|
ltx/2.3/t2v-arcane-jinx-lora/media/preview-jinx.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cf343537e7bc3782f074ed94efd89e64270dd518148b7ea04ae9029ba8fc1fc
|
| 3 |
+
size 976445
|
ltx/2.3/t2v-arcane-jinx-lora/media/preview-jinx_thumb.png
ADDED
|
|
Git LFS Details
|