Guest User

LTX-2.3 Manual Install Guide

a guest
Mar 21st, 2026
4,019
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.31 KB | None | 0 0
  1. Manual Install Method from my last Youtube video: https://youtu.be/nOCMsqVujBI
  2.  
  3.  
  4.  
  5. Windows Installation (Local PC)
  6. Step 1: Prerequisites
  7.  
  8. Make sure you have these installed before doing anything else:
  9.  
  10. 7-Zip
  11. https://www.7-zip.org/
  12.  
  13. Git for Windows
  14. https://git-scm.com/download/win
  15.  
  16. Reboot once after installing Git to ensure it is available in cmd.
  17.  
  18. Step 2: Download and Extract ComfyUI
  19.  
  20. Download the official NVIDIA portable build of ComfyUI:
  21.  
  22. ComfyUI v0.18.0 (NVIDIA Portable)
  23. https://github.com/comfyanonymous/ComfyUI/releases/download/v0.18.0/ComfyUI_windows_portable_nvidia.7z
  24.  
  25. Extract it with 7-Zip.
  26.  
  27. Your folder structure must look like this:
  28.  
  29. ComfyUI_windows_portable/
  30. ├── ComfyUI/
  31. │ ├── models/
  32. │ └── custom_nodes/
  33. ├── python_embeded/
  34. └── run_nvidia_gpu.bat
  35.  
  36. If this structure is wrong, stop here and fix it.
  37.  
  38. Step 3: Install Required Custom Nodes
  39.  
  40. Open Command Prompt inside:
  41.  
  42. ComfyUI_windows_portable\ComfyUI\custom_nodes
  43.  
  44. Then clone all required nodes:
  45.  
  46. git clone https://github.com/ltdrdata/ComfyUI-Manager.git
  47. git clone https://github.com/city96/ComfyUI-GGUF
  48. git clone https://github.com/rgthree/rgthree-comfy
  49. git clone https://github.com/yolain/ComfyUI-Easy-Use
  50. git clone https://github.com/kijai/ComfyUI-KJNodes
  51. git clone https://github.com/ClownsharkBatwing/RES4LYF
  52. git clone https://github.com/Lightricks/ComfyUI-LTXVideo
  53. git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts
  54. git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite
  55. git clone https://github.com/kijai/ComfyUI-WanVideoWrapper
  56. git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack
  57. git clone https://github.com/TTPlanetPig/Comfyui_TTP_Toolset
  58. git clone https://github.com/evanspearman/ComfyMath
  59.  
  60. Step 4: Install Node Dependencies
  61.  
  62. Still inside custom_nodes, install requirements using ComfyUI’s embedded Python:
  63.  
  64. ..\..\python_embeded\python.exe -m pip install -U pip
  65.  
  66. Then, for every node that has a requirements.txt, run:
  67.  
  68. ..\..\python_embeded\python.exe -m pip install -r ComfyUI-Manager\requirements.txt
  69. ..\..\python_embeded\python.exe -m pip install -r ComfyUI-GGUF\requirements.txt
  70. ..\..\python_embeded\python.exe -m pip install -r rgthree-comfy\requirements.txt
  71. ..\..\python_embeded\python.exe -m pip install -r ComfyUI-Easy-Use\requirements.txt
  72. ..\..\python_embeded\python.exe -m pip install -r ComfyUI-KJNodes\requirements.txt
  73. ..\..\python_embeded\python.exe -m pip install -r RES4LYF\requirements.txt
  74. ..\..\python_embeded\python.exe -m pip install -r ComfyUI-LTXVideo\requirements.txt
  75. ..\..\python_embeded\python.exe -m pip install -r ComfyUI-Custom-Scripts\requirements.txt
  76. ..\..\python_embeded\python.exe -m pip install -r ComfyUI-VideoHelperSuite\requirements.txt
  77. ..\..\python_embeded\python.exe -m pip install -r ComfyUI-WanVideoWrapper\requirements.txt
  78. ..\..\python_embeded\python.exe -m pip install -r ComfyUI-Impact-Pack\requirements.txt
  79. ..\..\python_embeded\python.exe -m pip install -r Comfyui_TTP_Toolset\requirements.txt
  80. ..\..\python_embeded\python.exe -m pip install -r ComfyMath\requirements.txt
  81.  
  82. Yes, this takes time. That’s why the installer exists 😄
  83.  
  84. Step 5: Download LTX-2.3 Models
  85.  
  86. All model files are hosted here:
  87. 👉 Hugging Face
  88. https://huggingface.co/Aitrepreneur/FLX/tree/main
  89.  
  90. Place them exactly like this:
  91.  
  92. models/text_encoders/
  93. ltx-2.3_text_projection_bf16.safetensors
  94. gemma_3_12B_it_fp4_mixed.safetensors
  95.  
  96. models/vae/
  97. LTX23_audio_vae_bf16.safetensors
  98. LTX23_video_vae_bf16.safetensors
  99.  
  100. models/unet/
  101.  
  102. Choose one based on your GPU:
  103.  
  104. Less than 12 GB VRAM → ltx-2.3-22b-dev-Q5_K_S.gguf
  105.  
  106. 12 to 16 GB VRAM → ltx-2.3-22b-dev-Q6_K.gguf
  107.  
  108. 24 GB+ → ltx-2.3-22b-dev-Q8_0.gguf
  109.  
  110. models/latent_upscale_models/
  111. ltx-2.3-spatial-upscaler-x2-1.0.safetensors
  112.  
  113. models/loras/
  114. ltx-2.3-22b-distilled-lora-384.safetensors
  115. ltx-2-19b-ic-lora-detailer.safetensors
  116.  
  117. Step 6: Optional LTX-2.3 Launchers
  118.  
  119. If you want the same launcher files as my installer, place these in:
  120.  
  121. ComfyUI_windows_portable/
  122.  
  123. Files:
  124. run_nvidia_gpu-LTX2-8GB.bat
  125. run_nvidia_gpu-LTX2-12GB.bat
  126. run_nvidia_gpu-LTX2-16GB.bat
  127.  
  128. You can get them here:
  129. https://huggingface.co/Aitrepreneur/FLX/tree/main
  130.  
  131. Step 7: Run ComfyUI
  132.  
  133. From ComfyUI_windows_portable:
  134.  
  135. Double-click run_nvidia_gpu.bat
  136.  
  137. Open browser at http://127.0.0.1:8188
  138.  
  139. If it launches, you’re done.
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148. RunPod Installation (Cloud)
  149. Step 1: Create Account
  150.  
  151. 👉 RunPod
  152. https://bit.ly/runpodAi
  153.  
  154. Step 2: Create Pod
  155.  
  156. Choose a 24 GB VRAM GPU or higher.
  157.  
  158. Use a ComfyUI template.
  159.  
  160. Expose port 8188.
  161.  
  162. Step 3: Inside the Pod
  163.  
  164. SSH or Web Terminal into the pod.
  165.  
  166. Make sure you are inside the ComfyUI root where models/ and custom_nodes/ exist.
  167.  
  168. Step 4: Create Virtual Environment
  169.  
  170. python3 -m venv venv
  171. source venv/bin/activate
  172. pip install -U pip setuptools wheel
  173.  
  174. Step 5: Install Torch (CUDA)
  175.  
  176. pip install torch==2.4.0+cu121 torchvision==0.19.0+cu121 torchaudio==2.4.0+cu121 \
  177. --index-url https://download.pytorch.org/whl/cu121
  178.  
  179. Step 6: Install Core Dependencies
  180.  
  181. pip uninstall -y opencv-python || true
  182. pip install opencv-python-headless==4.12.0.88
  183. pip install "pillow>=11.0.0"
  184.  
  185. pip install \
  186. boto3 \
  187. rotary-embedding-torch \
  188. deepdiff \
  189. py-cpuinfo \
  190. diffusers \
  191. gguf \
  192. piexif
  193.  
  194. Step 7: Clone Nodes
  195.  
  196. Inside custom_nodes/, clone the exact same nodes as in the Windows section:
  197.  
  198. git clone https://github.com/ltdrdata/ComfyUI-Manager.git
  199. git clone https://github.com/city96/ComfyUI-GGUF
  200. git clone https://github.com/rgthree/rgthree-comfy
  201. git clone https://github.com/yolain/ComfyUI-Easy-Use
  202. git clone https://github.com/kijai/ComfyUI-KJNodes
  203. git clone https://github.com/ClownsharkBatwing/RES4LYF
  204. git clone https://github.com/Lightricks/ComfyUI-LTXVideo
  205. git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts
  206. git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite
  207. git clone https://github.com/kijai/ComfyUI-WanVideoWrapper
  208. git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack
  209. git clone https://github.com/TTPlanetPig/Comfyui_TTP_Toolset
  210. git clone https://github.com/evanspearman/ComfyMath
  211.  
  212. Step 8: Patch Fragile Requirements
  213.  
  214. These two small patches help avoid common dependency conflicts on RunPod:
  215.  
  216. sed -i 's@^git+https://github.com/facebookresearch/sam2.*@# sam2 disabled for CUDA/Torch stability@' custom_nodes/ComfyUI-Impact-Pack/requirements.txt || true
  217. sed -i 's/^matrix-client==0\.4\.0/# matrix-client disabled by manual install/' custom_nodes/ComfyUI-Manager/requirements.txt || true
  218.  
  219. Step 9: Install Node Dependencies
  220.  
  221. Run:
  222.  
  223. pip install -r custom_nodes/ComfyUI-Manager/requirements.txt
  224. pip install -r custom_nodes/ComfyUI-GGUF/requirements.txt
  225. pip install -r custom_nodes/rgthree-comfy/requirements.txt
  226. pip install -r custom_nodes/ComfyUI-Easy-Use/requirements.txt
  227. pip install -r custom_nodes/ComfyUI-KJNodes/requirements.txt
  228. pip install -r custom_nodes/RES4LYF/requirements.txt
  229. pip install -r custom_nodes/ComfyUI-LTXVideo/requirements.txt
  230. pip install -r custom_nodes/ComfyUI-Custom-Scripts/requirements.txt
  231. pip install -r custom_nodes/ComfyUI-VideoHelperSuite/requirements.txt
  232. pip install -r custom_nodes/ComfyUI-WanVideoWrapper/requirements.txt
  233. pip install -r custom_nodes/ComfyUI-Impact-Pack/requirements.txt
  234. pip install -r custom_nodes/Comfyui_TTP_Toolset/requirements.txt
  235. pip install -r custom_nodes/ComfyMath/requirements.txt
  236.  
  237. If RES4LYF gives issues, reinstall it once more manually from inside its own folder:
  238.  
  239. cd custom_nodes/RES4LYF
  240. pip install --upgrade --force-reinstall -r requirements.txt
  241. cd ../..
  242.  
  243. Step 10: Download Models
  244.  
  245. Use curl:
  246.  
  247. curl -L -o filename "HUGGINGFACE_URL"
  248.  
  249. Follow the exact same folder structure as the Windows guide.
  250.  
  251. These are the files you need:
  252.  
  253. models/text_encoders/
  254. ltx-2.3_text_projection_bf16.safetensors
  255. gemma_3_12B_it_fp4_mixed.safetensors
  256.  
  257. models/vae/
  258. LTX23_audio_vae_bf16.safetensors
  259. LTX23_video_vae_bf16.safetensors
  260.  
  261. models/unet/
  262. ltx-2.3-22b-dev-Q5_K_S.gguf
  263. or
  264. ltx-2.3-22b-dev-Q6_K.gguf
  265. or
  266. ltx-2.3-22b-dev-Q8_0.gguf
  267.  
  268. models/latent_upscale_models/
  269. ltx-2.3-spatial-upscaler-x2-1.0.safetensors
  270.  
  271. models/loras/
  272. ltx-2.3-22b-distilled-lora-384.safetensors
  273. ltx-2-19b-ic-lora-detailer.safetensors
  274.  
  275. Step 11: Run ComfyUI
  276.  
  277. python main.py
  278.  
  279. Open browser at http://127.0.0.1:8188
  280.  
  281. If it launches, you’re done.
  282.  
  283. IF YOU GET OOM error:
  284. EXTRA_ARGS --reserve-vram 10 --cache-none
Add Comment
Please, Sign In to add comment