Browse Source

Update requirements.txt

the UI launches with one missing module `torchvision`. spits out a `ModuleNotFoundError`. installing `torchvision` module fixed it.
pull/2329/head
Oleksiy Nehlyadyuk 11 months ago committed by GitHub
parent
commit
40ea2bd011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      requirements.txt

1
requirements.txt

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

Loading…
Cancel
Save