Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.1.0+cu121
|
| 2 |
+
diffusers[torch]==0.25.0
|
| 3 |
+
transformers==4.36.0
|
| 4 |
+
einops==0.6.0
|
| 5 |
+
open-clip-torch==2.20.0
|
| 6 |
+
invisible-watermark
|
| 7 |
+
jax[cuda12_pip]==0.4.23 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
| 8 |
+
xformers==0.0.23
|
| 9 |
+
gradio
|