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
相关推荐
yuzhuanhei17 小时前
Claude code配置MCP(windows)
windows
敲代码的瓦龙18 小时前
Java?泛型!!!
windows·python·microsoft
xiaoshuaishuai818 小时前
C# 实现“superpowers进化
运维·服务器·windows·c#
lclin_20201 天前
VS2010兼容|C++系统全能监控工具(彩色界面+日志带单位+完整版)
c++·windows·系统监控·vs2010·编程实战
神秘剑客_CN1 天前
windows自带FTP服务搭建及防火墙设置
windows
广师大-Wzx1 天前
一篇文章看懂MySQL数据库(下)
java·开发语言·数据结构·数据库·windows·python·mysql
航Hang*1 天前
Windows Server 配置与管理——第8章:配置Web服务器
运维·服务器·windows·学习·vmware
EdmundXjs1 天前
flashrom v1.5.1 Windows
windows·stm32·单片机
河阿里2 天前
Windows批处理脚本(.bat)从零到精通:详细教程与实战案例
windows
idolao2 天前
Android Studio 2022安装与汉化教程 Windows版:解压+管理员运行+自定义路径+SDK配置+中文插件指南
android·windows·android studio