Example: --- For those running ComfyUI Portable: [You may need to install Visual Code, with the desktop c++ tools first] Run these commands from within your portable folder: ``` .\python_embeded\python.exe -m pip install -U torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128 .\python_embeded\python.exe -m pip install -U packaging wheel ninja setuptools git clone https://github.com/Lightricks/LTX-Video-Q8-Kernels.git cd .\LTX-Video-Q8-Kernels\ ..\python_embeded\python.exe setup.py install ``` ---