G-AshwinKumar
commited on
Commit
•
733669b
1
Parent(s):
c0c58ec
Initial commit
Browse files- README.md +1 -0
- requirements.txt +3 -3
README.md
CHANGED
@@ -10,6 +10,7 @@ pinned: false
|
|
10 |
license: creativeml-openrail-m
|
11 |
tags:
|
12 |
- jax-diffusers-event
|
|
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
10 |
license: creativeml-openrail-m
|
11 |
tags:
|
12 |
- jax-diffusers-event
|
13 |
+
- stable-diffusion
|
14 |
---
|
15 |
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
jax
|
2 |
-
flax
|
3 |
transformers
|
4 |
-
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
2 |
+
diffusers
|
3 |
+
jax[cuda11_pip] #jax[cuda11_cudnn82] #jax[cuda11_cudnn86] #jax[cuda11_cudnn805]
|
4 |
+
flax
|