Skip to content

wip: add ltx2.3 support#1463

Open
leejet wants to merge 11 commits into
masterfrom
ltx2.3
Open

wip: add ltx2.3 support#1463
leejet wants to merge 11 commits into
masterfrom
ltx2.3

Conversation

@leejet
Copy link
Copy Markdown
Owner

@leejet leejet commented Apr 27, 2026

.\bin\Release\sd-cli.exe -M vid_gen --diffusion-model  ..\..\ComfyUI\models\diffusion_models\ltx-2.3-22b-dev-UD-Q4_K_M.gguf --vae ..\..\ComfyUI\models\vae\ltx-2.3-22b-dev_video_vae.safetensors --llm ..\..\ComfyUI\models\text_encoders\gemma-3-12b-it-qat-UD-Q4_K_XL.gguf --embeddings-connectors ..\..\ComfyUI\models\text_encoders\ltx-2.3-22b-dev_embeddings_connectors.safetensors  -p "a lovely cat" --cfg-scale 6.0 --sampling-method euler -v -n "worst quality, low quality, blurry, distorted, artifacts" -W 1280 -H 720 --offload-to-cpu --fa --video-frames 33 -o output.webm
output.webm

@Green-Sky
Copy link
Copy Markdown
Contributor

Finally, temporal tiling 🥳

pwilkin added a commit to pwilkin/stable-diffusion.cpp that referenced this pull request May 1, 2026
@Green-Sky
Copy link
Copy Markdown
Contributor

Green-Sky commented May 8, 2026

Looks like @stduhpf 's https://huggingface.co/stduhpf/google-gemma-3-12b-it-qat-q4_0-gguf-small would be ideal here.


@leejet your example command contains both --diffusion-fa and --fa (:

@juntaosun
Copy link
Copy Markdown

Does it support LoRa loading?

@stduhpf
Copy link
Copy Markdown
Contributor

stduhpf commented May 11, 2026

Does it support LoRa loading?

Of course it does.

@stduhpf
Copy link
Copy Markdown
Contributor

stduhpf commented May 11, 2026

Audio decoding is messed up (seems to be sped up with high pitch and repeats twice). Other than that it works nicely so far. Great job as always @leejet !

edit: I believe the audio issue might just be because of the arrangement of stereo samples in the webm file (planar vs interleaved)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants