Cognomen commited on
Commit
585df1e
Β·
1 Parent(s): 9f520f0

this worked without issues elsewhere, it should work without issues here

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,12 +1,11 @@
1
- xformers
2
- git+https://github.com/huggingface/diffusers@main
3
  -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
4
  jax[cuda11_pip]
5
  jaxlib
 
6
  opencv-python
7
  transformers
8
  flax
9
  pillow
10
- -f https://download.pytorch.org/whl/torch_stable.html
11
- torch==1.12.0+cu113
12
- torchvision==0.13.0+cu113
 
 
 
1
  -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
2
  jax[cuda11_pip]
3
  jaxlib
4
+ git+https://github.com/huggingface/diffusers@main
5
  opencv-python
6
  transformers
7
  flax
8
  pillow
9
+ torch
10
+ torchvision
11
+ accelerate