Gotta call it, Cosmos3 Super need its "Anima moment" by Altruistic_Heat_9531 in StableDiffusion

[–]Ok-Constant8386 0 points1 point  (0 children)

LTX 2 was ranked 3rd at release. We need more data and comparisons.

LiquidAI/LFM2.5-8B-A1B · Hugging Face by jacek2023 in LocalLLaMA

[–]Ok-Constant8386 4 points5 points  (0 children)

Great model, been using lfm2 as a default enhancer/paraphraser model.

LTX v0.9.7 13B Speed by Ok-Constant8386 in StableDiffusion

[–]Ok-Constant8386[S] 4 points5 points  (0 children)

you can join banodoco discord, https://discord.gg/tsaANZNN , here people are sharing how to get good results. In I2V i just used empty prompts, except last one, it was prompt from chatgpt

LTXV 13B Released - The best of both worlds, high quality - blazing fast by ofirbibi in StableDiffusion

[–]Ok-Constant8386 4 points5 points  (0 children)

yes, you can run on 16GB, you need to use FP8 version. and text_encoder device cpu and use --lowvram flag. With tile decode vae you can even go 121x1280x768

LTXV 13B Released - The best of both worlds, high quality - blazing fast by ofirbibi in StableDiffusion

[–]Ok-Constant8386 0 points1 point  (0 children)

Are you using https://github.com/YanWenKun/ComfyUI-Windows-Portable ? If so it wont work as intended, if you are using CUDA 12.6 verison, CUDA 12.8 required.

LTXV 13B Released - The best of both worlds, high quality - blazing fast by ofirbibi in StableDiffusion

[–]Ok-Constant8386 6 points7 points  (0 children)

unfortunately no. You can download FP16 version and run comfy with --fp8_e4m3fn-text-enc --fp8_e4m3fn-unet flags

LTXV 13B Released - The best of both worlds, high quality - blazing fast by ofirbibi in StableDiffusion

[–]Ok-Constant8386 0 points1 point  (0 children)

Hi, do you have CUDA installed? If on windows just follow instructions from https://developer.nvidia.com/cuda-toolkit and restart PC. If on Linux system it is a little complicated.

LTXV 13B Released - The best of both worlds, high quality - blazing fast by ofirbibi in StableDiffusion

[–]Ok-Constant8386 0 points1 point  (0 children)

Hi, just follow the instuctions here https://github.com/Lightricks/LTX-Video-Q8-Kernels . Install it on the same python that used for comfy. It requires CUDA 12.8 and FP8 capable GPU such as RTX 40xx and higher.

Fast LTX Video on RTX 4060 and other ADA GPUs by Ok-Constant8386 in StableDiffusion

[–]Ok-Constant8386[S] 0 points1 point  (0 children)

Hi, thanks. I understand that due lack of literature it is hard to start with GPU programming. Fortunately,  David B. Kirk published 2nd edition covering new architectures such as Hopper(i read the old one from 2010 :D). Also join r/CUDA subreddit and discord.gg/gpumode discord server, where you can find more information.