From 6c05e320703af91d2225e889ca5e02144b7bf9ba Mon Sep 17 00:00:00 2001 From: bmaltais Date: Thu, 19 Jun 2025 19:53:15 -0400 Subject: [PATCH] Fix bad commit --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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