### Install Dependencies Source: https://github.com/kijai/comfyui-wanvideowrapper/blob/main/readme.md Install the required Python packages for the ComfyUI WanVideo wrapper. This can be done using pip. ```bash pip install -r requirements.txt ``` -------------------------------- ### Install Dependencies (Portable Install) Source: https://github.com/kijai/comfyui-wanvideowrapper/blob/main/readme.md If using a portable Python installation within ComfyUI, run this command from the ComfyUI_windows_portable folder to install dependencies. ```bash python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper\requirements.txt ``` -------------------------------- ### Clear Triton Cache on Windows Source: https://github.com/kijai/comfyui-wanvideowrapper/blob/main/readme.md If you encounter VRAM issues with torch.compile, especially on Windows, you can clear the Triton cache by deleting the contents of these default folders. ```bash C:\Users\\.triton C:\Users\\AppData\Local\Temp\torchinductor_ ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.