mirror of https://github.com/bmaltais/kohya_ss
Revert change
parent
e980bd555d
commit
e6adcc355a
|
|
@ -55,13 +55,16 @@ dependencies = [
|
||||||
|
|
||||||
[tool.uv.sources]
|
[tool.uv.sources]
|
||||||
torch = [
|
torch = [
|
||||||
{ index = "pytorch-cu128" }
|
{ index = "pytorch-cu128", marker = "sys_platform == 'linux'" },
|
||||||
|
{ index = "pytorch-cu128", marker = "sys_platform == 'win32'" }
|
||||||
]
|
]
|
||||||
torchvision = [
|
torchvision = [
|
||||||
{ index = "pytorch-cu128" }
|
{ index = "pytorch-cu128", marker = "sys_platform == 'linux'" },
|
||||||
|
{ index = "pytorch-cu128", marker = "sys_platform == 'win32'" }
|
||||||
]
|
]
|
||||||
xformers = [
|
xformers = [
|
||||||
{ index = "pytorch-cu128" }
|
{ index = "pytorch-cu128", marker = "sys_platform == 'linux'" },
|
||||||
|
{ index = "pytorch-cu128", marker = "sys_platform == 'win32'" }
|
||||||
]
|
]
|
||||||
library = { path = "sd-scripts" }
|
library = { path = "sd-scripts" }
|
||||||
|
|
||||||
|
|
|
||||||
2
uv.lock
2
uv.lock
|
|
@ -853,7 +853,7 @@ dependencies = [
|
||||||
|
|
||||||
[package.metadata]
|
[package.metadata]
|
||||||
requires-dist = [
|
requires-dist = [
|
||||||
{ name = "accelerate" },
|
{ name = "accelerate", specifier = ">=0.33.0" },
|
||||||
{ name = "aiofiles", specifier = "==23.2.1" },
|
{ name = "aiofiles", specifier = "==23.2.1" },
|
||||||
{ name = "altair", specifier = "==4.2.2" },
|
{ name = "altair", specifier = "==4.2.2" },
|
||||||
{ name = "bitsandbytes", specifier = ">=0.45.0" },
|
{ name = "bitsandbytes", specifier = ">=0.45.0" },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue