diff --git a/pyproject.toml b/pyproject.toml index f549896..b1b3f66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "fairscale==0.4.13", "ftfy==6.1.1", "gradio>=5.34.1", - "huggingface-hub==0.29.3", + "huggingface-hub==0.34.3", "imagesize==1.4.1", "invisible-watermark==0.2.0", "library", @@ -47,7 +47,7 @@ dependencies = [ "toml==0.10.2", "torch>=2.5.0", "torchvision>=0.20.0", - "transformers==4.44.2", + "transformers==4.54.1", "triton>=3.1.0; sys_platform == 'linux'", "voluptuous==0.13.1", "wandb==0.18.0", @@ -82,4 +82,4 @@ explicit = true [[tool.uv.index]] name = "pytorch-cu128" url = "https://download.pytorch.org/whl/cu128" -explicit = true +explicit = true \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 0e2bd28..594f1a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ einops==0.7.0 fairscale==0.4.13 ftfy==6.1.1 gradio>=5.34.1 -huggingface-hub==0.29.3 +huggingface-hub==0.34.3 imagesize==1.4.1 invisible-watermark==0.2.0 lion-pytorch==0.0.6 @@ -31,8 +31,8 @@ sentencepiece==0.2.0 timm==1.0.15 tk==0.1.0 toml==0.10.2 -transformers==4.44.2 +transformers==4.54.1 voluptuous==0.13.1 wandb==0.18.0 # for kohya_ss sd-scripts library --e ./sd-scripts +-e ./sd-scripts \ No newline at end of file