Skip to content

Commit

Permalink
chore: update packages #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mashb1t committed Jul 16, 2024
1 parent ef8dd27 commit 3a86fa2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion fooocus_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"outputs": [],
"source": [
"!pip install pygit2==1.12.2\n",
"!pip install pygit2==1.15.1\n",
"%cd /content\n",
"!git clone https://github.com/lllyasviel/Fooocus.git\n",
"%cd /content/Fooocus\n",
Expand Down
28 changes: 14 additions & 14 deletions requirements_versions.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
torchsde==0.2.6
einops==0.4.1
transformers==4.41.2
einops==0.8.0
transformers==4.42.4
safetensors==0.4.3
accelerate==0.21.0
accelerate==0.32.1
pyyaml==6.0.1
Pillow==10.3.0
scipy==1.13.1
tqdm==4.64.1
psutil==5.9.5
pytorch_lightning==1.9.4
omegaconf==2.2.3
pillow==10.4.0
scipy==1.14.0
tqdm==4.66.4
psutil==6.0.0
pytorch_lightning==2.3.3
omegaconf==2.3.0
gradio==3.41.2
pygit2==1.15.0
opencv-contrib-python==4.8.0.74
httpx==0.24.1
onnxruntime==1.18.0
timm==0.9.2
pygit2==1.15.1
opencv-contrib-python==4.10.0.84
httpx==0.27.0
onnxruntime==1.18.1
timm==1.0.7
numpy==1.26.4
tokenizers==0.19.1
packaging==24.1
Expand Down

0 comments on commit 3a86fa2

Please sign in to comment.