Fix bad commit

pull/3297/head
bmaltais 2025-06-19 19:53:15 -04:00
parent e9be00a193
commit 6c05e32070
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ xformers = [
{ index = "pytorch-cu128", marker = "sys_platform == 'linux'" }, { index = "pytorch-cu128", marker = "sys_platform == 'linux'" },
{ index = "pytorch-cu128", marker = "sys_platform == 'win32'" } { index = "pytorch-cu128", marker = "sys_platform == 'win32'" }
] ]
library = { path = "./sd-scripts" } library = { path = "sd-scripts" }
[[tool.uv.index]] [[tool.uv.index]]
name = "pytorch-cu124" name = "pytorch-cu124"

View File

@ -35,4 +35,4 @@ transformers==4.44.2
voluptuous==0.13.1 voluptuous==0.13.1
wandb==0.18.0 wandb==0.18.0
# for kohya_ss sd-scripts library # for kohya_ss sd-scripts library
library @ file:///./sd-scripts -e ./sd-scripts