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
相关推荐
Mr.亮先生2 小时前
# 把 DeepSeek 官方 Agent 工作台,直接装进 Windows 启动器里
windows·deepseek·harness
曹牧6 小时前
C#:List<string>特定格式输出
windows·c#
易点云徐源8 小时前
(已解决)Photoshop 多画板 Alt+拖动复制随机卡死 4~5 分钟
windows·photoshop
Dovis(誓平步青云)8 小时前
DevEco Studio 6.1.1 Windows 安装实录:从下载校验到首次启动
android·开发语言·数据库·人工智能·windows·harmonyos
bosins9 小时前
将 Hyper-V 上的 Ubuntu 虚拟机内容迁移到 WSL (Windows Subsystem for Linux) 中
linux·windows·ubuntu
ι:10 小时前
DeepSeek Harness 桌面一键启动与网页背景修改指南
windows·学习·deepseekharness
zuozewei11 小时前
7DGroup 开源 dsh-7d-tray-win 系统托盘插件
windows·代码复审
深念Y12 小时前
Wine 运行 HiTool 踩坑记录
linux·windows·容器·桌面·wine·虚拟器
玖釉-12 小时前
nvpro_core2 源码与架构解析:NVIDIA Vulkan 图形开发基础框架
c++·windows·图形渲染
淡海水13 小时前
01-08-运行时-虚方法分派与接口调用的底层实现
linux·windows·microsoft·c#·虚方法·vtable·vsd