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
相关推荐
AxureMost11 小时前
XnConvert v1.111.0 图像格式转换调整
windows
铁皮哥12 小时前
【后端/Agent 开发】给你的项目配置一套 .claude/ 工作流:别再裸用 Claude Code 了!
java·windows·python·spring·github·maven·生活
装杯让你飞起来啊15 小时前
第 4 周 Unit 2:Jetpack Compose 状态、按钮、计数器与小费计算器
windows·microsoft·kotlin·安卓
菜鸟的日志15 小时前
【嵌入系统】嵌入式学习笔记(一)
windows·笔记·嵌入式硬件·学习·ubuntu·操作系统
深念Y15 小时前
装了 PowerShell 7 还是乱码?
windows·乱码·终端·命令行
相国16 小时前
在Windows里通过WSL安装Ubuntu 22.04
linux·windows·ubuntu·wsl
x***r15117 小时前
phpwind_UTF8_8.5部署步骤详解(附PHPWind论坛搭建与本地环境配置)
windows
酿情师18 小时前
网络攻防技术:Windows操作系统的攻防
网络·windows
倔强的石头10618 小时前
kingbase备份与恢复实战(六)—— 备份自动化与保留策略:Windows任务计划+日志追溯
运维·windows·自动化
FL162386312919 小时前
基于yolo26实现的免安装环境windows版一键训练工具
windows