win11显卡NVIDIA GeForce GTX 1660的ComfyUI_windows_portable_nvidia_cu126的节点包安装不上

先更新ui,双击F:\ComfyUI_windows_portable_nvidia_cu126\ComfyUI_windows_portable\update\update_comfyui.bat

正确安装依赖,

bash 复制代码
cd /d F:\ComfyUI_windows_portable_nvidia_cu126\ComfyUI_windows_portable
.\python_embeded\python.exe -m pip install --upgrade pip
  • 本人电脑真实情况实测有效,具体版本因电脑配置而已,可问ai。
bash 复制代码
pip install tokenizers==0.20.1 transformers==4.45.2 huggingface-hub==0.25.2 fsspec==2023.10.0 datasets==2.14.7

装 manager 依赖,下面的脚本可能是错的,正确的命令会在双击run_nvidia_gpu.bat后会有提示!

bash 复制代码
pip install -r ComfyUI\manager_requirements.txt

安装ComfyUI-LTXVideo,只需要在页面双击搜索LTXV有结果就行,因为不是普通节点,它是 workflow 封装节点

bash 复制代码
cd ComfyUI/custom_nodes
git clone https://github.com/Lightricks/ComfyUI-LTXVideo.git
cd ComfyUI/custom_nodes/ComfyUI-LTXVideo
..\..\..\python_embeded\python.exe -m pip install -r requirements.txt

run_nvidia_gpu.bat加--enable-manager

bash 复制代码
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --enable-manager
echo If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest. If you get a c10.dll error you need to install vc redist that you can find: https://aka.ms/vc14/vc_redist.x64.exe
pause
相关推荐
AxureMost2 小时前
Windows系统调校 20260324 系统优化工具
windows
NGBQ121382 小时前
ZBrush-2026.0.0-x64-CN-Portable.exe 全解析:Windows 端专业数字雕刻与绘画软件深度指南
windows·数字雕刻·zbrush
牧天白衣.2 小时前
01-集合高级
windows
残雪飞扬4 小时前
Ubuntu上安装 WinBoat(让linux上运行windows软件)
linux·windows·ubuntu
图灵机z4 小时前
【操作系统】四、进程管理
linux·服务器·网络·windows·macos·centos·risc-v
soldierluo5 小时前
openclaw接入企业微信
服务器·人工智能·windows·企业微信
西柚0015 小时前
Windows 安装 MySQL5.7.30正常情况与异常情况
windows
晨曦蜗牛6 小时前
Windows 上 Claude Code 报错 “requires git-bash“ 的完整解决方案
windows·git·bash
chh5636 小时前
从零开始学习C++ -- 基础知识
开发语言·c++·windows·学习·算法