Update requirements.txt

the UI launches with one missing module `torchvision`. spits out a `ModuleNotFoundError`. installing `torchvision` module fixed it.
This commit is contained in:
Oleksiy Nehlyadyuk 2023-12-19 17:07:55 +03:00 committed by GitHub
parent 9a7619b72d
commit 40ea2bd011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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