File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ dependencies:
4545 - flask_cors==3.0.10
4646 - dependency_injector==4.40.0
4747 - eventlet==0.33.1
48- - protobuf==3.19.5
48+ - protobuf==3.19.6
4949 - realesrgan==0.2.5.0
5050 - send2trash==1.8.0
5151 - test-tube==0.7.5
52- - transformers==4.21.2
52+ - transformers==4.21.3
5353 - torch-fidelity==0.3.0
5454 - -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
5555 - -e git+https://github.com/openai/CLIP.git@main#egg=clip
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
1515 - pudb==2019.2
1616 - imageio==2.9.0
1717 - imageio-ffmpeg==0.4.2
18- - pytorch-lightning==1.4.2
18+ - pytorch-lightning==1.7.7
1919 - omegaconf==2.1.1
2020 - realesrgan==0.2.5.0
2121 - test-tube>=0.7.5
@@ -25,8 +25,8 @@ dependencies:
2525 - einops==0.3.0
2626 - pyreadline3
2727 - torch-fidelity==0.3.0
28- - transformers==4.19.2
29- - torchmetrics==0.6 .0
28+ - transformers==4.21.3
29+ - torchmetrics==0.7 .0
3030 - flask==2.1.3
3131 - flask_socketio==5.3.0
3232 - flask_cors==3.0.10
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ pillow==9.2.0
1212pudb==2019.2
1313torch==1.12.1
1414torchvision==0.13.0
15- pytorch-lightning==1.4.2
15+ pytorch-lightning==1.7.7
1616streamlit==1.12.0
1717test-tube>=0.7.5
1818torch-fidelity==0.3.0
1919torchmetrics==0.6.0
20- transformers==4.19.2
20+ transformers==4.21.3
2121-e git+https://github.com/openai/CLIP.git@main#egg=clip
2222-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
2323-e git+https://github.com/lstein/k-diffusion.git@master#egg=k-diffusion
Original file line number Diff line number Diff line change 11-r requirements.txt
22
3- protobuf==3.19.4
3+ protobuf==3.19.6
44torch
55torchvision
66-e .
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'invoke-ai' ,
5- version = '2.0.0 ' ,
5+ version = '2.0.2 ' ,
66 description = '' ,
77 packages = find_packages (),
88 install_requires = [
You can’t perform that action at this time.
0 commit comments