diff --git a/pyproject.toml b/pyproject.toml index af102cb..8b8659d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ xformers = [ { index = "pytorch-cu128", marker = "sys_platform == 'linux'" }, { index = "pytorch-cu128", marker = "sys_platform == 'win32'" } ] -library = { path = "./sd-scripts" } +library = { path = "sd-scripts" } [[tool.uv.index]] name = "pytorch-cu124" diff --git a/requirements.txt b/requirements.txt index 6d6a800..0e2bd28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,4 +35,4 @@ transformers==4.44.2 voluptuous==0.13.1 wandb==0.18.0 # for kohya_ss sd-scripts library -library @ file:///./sd-scripts +-e ./sd-scripts