Commit
•
0448e09
1
Parent(s):
89f9702
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
git+https://github.com/TheLastBen/diffusers
|
5 |
accelerate==0.12.0
|
6 |
OmegaConf
|
@@ -12,4 +12,5 @@ transformers
|
|
12 |
pyfiglet
|
13 |
triton==2.0.0.dev20220701
|
14 |
bitsandbytes
|
15 |
-
https://github.com/TheLastBen/fast-stable-diffusion/raw/main/precompiled/T4/xformers-0.0.13.dev0-py3-none-any.whl
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch==1.12.1+cu113
|
3 |
+
torchvision==0.13.1+cu113
|
4 |
git+https://github.com/TheLastBen/diffusers
|
5 |
accelerate==0.12.0
|
6 |
OmegaConf
|
|
|
12 |
pyfiglet
|
13 |
triton==2.0.0.dev20220701
|
14 |
bitsandbytes
|
15 |
+
https://github.com/TheLastBen/fast-stable-diffusion/raw/main/precompiled/T4/xformers-0.0.13.dev0-py3-none-any.whl
|
16 |
+
https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/download/linux/xformers-0.0.14.dev0-cp310-cp310-linux_x86_64.whl
|