一、解决Python解决pip不是内部或外部命令的问题
视频教程:https://www.bilibili.com/video/BV1cq4y1L7ox?spm_id_from=333.788.player.player_end_recommend_autoplay&vd_source=639dfef464983d4bffbe15a318b00d3f&trackid=web_related_0.router-related-2206146-rwzvg.1766976068804.627
二、Sageattention+Triton 安装教程
相关视频教程:https://www.bilibili.com/video/BV1AJScBAENU/?spm_id_from=333.788.top_right_bar_window_history.content.click&vd_source=639dfef464983d4bffbe15a318b00d3f
相关下载地址:
Triton:https://github.com/woct0rdho/triton-windows?tab=readme-ov-file
Sageattention:https://github.com/woct0rdho/SageAttention/issues
相关命令:
安装triton
D:\ComfyUI1202\python>Python -m pip install -U "triton-windows<3.6"
安装Sageattention
① 查看trion和cude版本
python.exe -m pip list
② 选择下载的相应的sageattention版本
https://github.com/woct0rdho/SageAttention/issues
③安装sageattention
Python -m pip install "sageattention-2.2.0+cu128torch2.8.0.post3-cp39-abi3-win_amd64.whl"
文章评论