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:
parent
9a7619b72d
commit
40ea2bd011
|
@ -1,5 +1,6 @@
|
||||||
torch
|
torch
|
||||||
torchsde
|
torchsde
|
||||||
|
torchvision
|
||||||
einops
|
einops
|
||||||
transformers>=4.25.1
|
transformers>=4.25.1
|
||||||
safetensors>=0.3.0
|
safetensors>=0.3.0
|
||||||
|
|
Loading…
Reference in New Issue