Update requirements.txt

the UI launches with one missing module `torchvision`. spits out a `ModuleNotFoundError`. installing `torchvision` module fixed it.
main
Oleksiy Nehlyadyuk 1 year ago committed by GitHub
parent 9a7619b72d
commit 40ea2bd011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,6 @@
torch
torchsde
torchvision
einops
transformers>=4.25.1
safetensors>=0.3.0

Loading…
Cancel
Save