From 0bce7d2bf45da25cb869f96055cf5316fba02cf5 Mon Sep 17 00:00:00 2001 From: RandomGamingDev <83996185+RandomGamingDev@users.noreply.github.com> Date: Sat, 14 Dec 2024 15:28:17 -0500 Subject: [PATCH] Fixed cache issue created by huggingface_hub update --- MCSkinGen.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MCSkinGen.ipynb b/MCSkinGen.ipynb index b54163d..4a5e69f 100644 --- a/MCSkinGen.ipynb +++ b/MCSkinGen.ipynb @@ -35,7 +35,7 @@ { "cell_type": "code", "source": [ - "!pip install --quiet --upgrade accelerate==0.30.1 peft==0.11.1 transformers==4.41.1 diffusers==0.27.2 scipy==1.13.1 mediapy==1.2.0 networks==0.3.7 utils==1.0.2 pillow==10.3.0\n", + "!pip install --quiet --upgrade accelerate==1.2.1 peft==0.13.2 transformers==4.41.1 diffusers==0.27.2 scipy==1.13.1 mediapy==1.2.2 networks==0.3.7 utils==1.0.2 pillow==10.3.0 huggingface_hub==0.23.0\n", "!git clone https://github.com/RandomGamingDev/MCSkinsGen\n", "!huggingface-cli login" ], @@ -128,4 +128,4 @@ "outputs": [] } ] -} \ No newline at end of file +}