Skip to content

Commit 3a86fa2

Browse files
committed
chore: update packages #2
1 parent ef8dd27 commit 3a86fa2

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

fooocus_colab.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"outputs": [],
1010
"source": [
11-
"!pip install pygit2==1.12.2\n",
11+
"!pip install pygit2==1.15.1\n",
1212
"%cd /content\n",
1313
"!git clone https://github.com/lllyasviel/Fooocus.git\n",
1414
"%cd /content/Fooocus\n",

requirements_versions.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
torchsde==0.2.6
2-
einops==0.4.1
3-
transformers==4.41.2
2+
einops==0.8.0
3+
transformers==4.42.4
44
safetensors==0.4.3
5-
accelerate==0.21.0
5+
accelerate==0.32.1
66
pyyaml==6.0.1
7-
Pillow==10.3.0
8-
scipy==1.13.1
9-
tqdm==4.64.1
10-
psutil==5.9.5
11-
pytorch_lightning==1.9.4
12-
omegaconf==2.2.3
7+
pillow==10.4.0
8+
scipy==1.14.0
9+
tqdm==4.66.4
10+
psutil==6.0.0
11+
pytorch_lightning==2.3.3
12+
omegaconf==2.3.0
1313
gradio==3.41.2
14-
pygit2==1.15.0
15-
opencv-contrib-python==4.8.0.74
16-
httpx==0.24.1
17-
onnxruntime==1.18.0
18-
timm==0.9.2
14+
pygit2==1.15.1
15+
opencv-contrib-python==4.10.0.84
16+
httpx==0.27.0
17+
onnxruntime==1.18.1
18+
timm==1.0.7
1919
numpy==1.26.4
2020
tokenizers==0.19.1
2121
packaging==24.1

0 commit comments

Comments
 (0)