mirror of https://github.com/bmaltais/kohya_ss
Fix bad commit
parent
e9be00a193
commit
6c05e32070
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue