Revert change

pull/3263/head
bmaltais 2025-05-26 20:58:30 -04:00
parent e980bd555d
commit e6adcc355a
2 changed files with 7 additions and 4 deletions

View File

@ -55,13 +55,16 @@ dependencies = [
[tool.uv.sources]
torch = [
{ index = "pytorch-cu128" }
{ index = "pytorch-cu128", marker = "sys_platform == 'linux'" },
{ index = "pytorch-cu128", marker = "sys_platform == 'win32'" }
]
torchvision = [
{ index = "pytorch-cu128" }
{ index = "pytorch-cu128", marker = "sys_platform == 'linux'" },
{ index = "pytorch-cu128", marker = "sys_platform == 'win32'" }
]
xformers = [
{ index = "pytorch-cu128" }
{ index = "pytorch-cu128", marker = "sys_platform == 'linux'" },
{ index = "pytorch-cu128", marker = "sys_platform == 'win32'" }
]
library = { path = "sd-scripts" }

View File

@ -853,7 +853,7 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "accelerate" },
{ name = "accelerate", specifier = ">=0.33.0" },
{ name = "aiofiles", specifier = "==23.2.1" },
{ name = "altair", specifier = "==4.2.2" },
{ name = "bitsandbytes", specifier = ">=0.45.0" },