Commit
·
ac07ed8
1
Parent(s):
bfdbdf6
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/TheLastBen/diffusers
|
| 2 |
+
accelerate==0.12.0
|
| 3 |
+
OmegaConf
|
| 4 |
+
wget
|
| 5 |
+
pytorch_lightning
|
| 6 |
+
huggingface_hub
|
| 7 |
+
ftfy
|
| 8 |
+
transformers
|
| 9 |
+
pyfiglet
|
| 10 |
+
triton
|
| 11 |
+
bitsandbytes
|
| 12 |
+
torch
|
| 13 |
+
https://github.com/TheLastBen/fast-stable-diffusion/raw/main/precompiled/T4/xformers-0.0.13.dev0-py3-none-any.whl
|