Spaces:
Runtime error
Runtime error
Commit
·
aca4e4d
1
Parent(s):
a2f9429
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
torch==1.12.1+cu113
|
| 3 |
torchvision==0.13.1+cu113
|
| 4 |
-
|
| 5 |
accelerate==0.12.0
|
| 6 |
OmegaConf
|
| 7 |
wget
|
| 8 |
pytorch_lightning
|
| 9 |
huggingface_hub
|
| 10 |
ftfy
|
| 11 |
-
transformers
|
| 12 |
pyfiglet
|
| 13 |
triton==2.0.0.dev20220701
|
| 14 |
bitsandbytes
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
torch==1.12.1+cu113
|
| 3 |
torchvision==0.13.1+cu113
|
| 4 |
+
diffusers=0.11.1
|
| 5 |
accelerate==0.12.0
|
| 6 |
OmegaConf
|
| 7 |
wget
|
| 8 |
pytorch_lightning
|
| 9 |
huggingface_hub
|
| 10 |
ftfy
|
| 11 |
+
transformers==4.25.1
|
| 12 |
pyfiglet
|
| 13 |
triton==2.0.0.dev20220701
|
| 14 |
bitsandbytes
|