Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirement version updates for security #112

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ basicsr
blendmodes
clean-fid
einops
fastapi>=0.90.1
fastapi>=0.111.0
gfpgan
gradio==3.41.2
gradio==4.31.3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I remember there were problems with Gradio version, have you tested the script with this version?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, we can hold off this PR from merging for now. I will check for an alternative solution.

inflection
jsonmerge
kornia
Expand Down
14 changes: 7 additions & 7 deletions requirements_versions.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GitPython==3.1.37
Pillow==10.0.1
GitPython==3.1.43
Pillow==10.3.0
accelerate==0.21.0
basicsr==1.4.2
blendmodes==2023
clean-fid==0.1.35
einops==0.4.1
fastapi==0.94.0
fastapi==0.111.0
gfpgan==1.3.8
gradio==3.41.2
gradio==4.37.1
httpcore==0.15
httpx==0.24.1
inflection==0.5.1
Expand All @@ -22,14 +22,14 @@ psutil==5.9.5
pytorch_lightning==1.9.4
realesrgan==0.3.0
resize-right==0.0.2
safetensors==0.3.1
safetensors==0.4.1
scikit-image==0.21.0
timm==0.9.2
tomesd==0.1.3
torch
torchdiffeq==0.2.3
torchsde==0.2.5
transformers==4.30.2
torchsde==0.2.6
transformers==4.41.2
diffusers==0.23.0
openvino==2023.2.0
invisible-watermark
Expand Down
Loading