mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +08:00
fix sageattention dependency
This commit is contained in:
parent
16b0ae8bf9
commit
ca96c87e44
@ -245,8 +245,8 @@ torchaudio = [
|
||||
{ index = "pytorch-cpu", extra = "cpu" },
|
||||
]
|
||||
sageattention = [
|
||||
{ git = "https://github.com/woct0rdho/SageAttention.git", rev = "v2.2.0", marker = "sys_platform == 'Linux'" },
|
||||
{ url = "https://github.com/woct0rdho/SageAttention/releases/download/v2.2.0-windows.post1/sageattention-2.2.0+cu128torch2.7.1.post1-cp39-abi3-win_amd64.whl", marker = "sys_platform == 'win32'" },
|
||||
{ git = "https://github.com/thu-ml/SageAttention.git", marker = "sys_platform == 'Linux'", extra = "attention" },
|
||||
{ url = "https://github.com/woct0rdho/SageAttention/releases/download/v2.2.0-windows.post1/sageattention-2.2.0+cu128torch2.7.1.post1-cp39-abi3-win_amd64.whl", marker = "sys_platform == 'win32'", extra = "attention" },
|
||||
]
|
||||
|
||||
[[tool.uv.dependency-metadata]]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user