Spaces:
Runtime error
Runtime error
up
Browse files- README.md +2 -2
- requirements.txt +1 -8
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
|
|
1 |
---
|
2 |
+
title: Instruct Pix2Pix Web-UI
|
3 |
+
emoji: 🎯
|
4 |
colorFrom: blue
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
requirements.txt
CHANGED
@@ -1,16 +1,9 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
torchvision==0.13.1+cu113
|
4 |
-
#diffusers
|
5 |
git+https://github.com/huggingface/diffusers.git
|
6 |
-
#transformers
|
7 |
git+https://github.com/huggingface/transformers
|
8 |
scipy
|
9 |
ftfy
|
10 |
psutil
|
11 |
-
accelerate==0.12.0
|
12 |
-
#OmegaConf
|
13 |
-
#pytorch_lightning
|
14 |
-
triton==2.0.0.dev20220701
|
15 |
-
#https://github.com/apolinario/xformers/releases/download/0.0.3/xformers-0.0.14.dev0-cp38-cp38-linux_x86_64.whl
|
16 |
-
https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+4c06c79.d20221205-cp38-cp38-linux_x86_64.whl
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
torchvision==0.13.1+cu113
|
|
|
4 |
git+https://github.com/huggingface/diffusers.git
|
|
|
5 |
git+https://github.com/huggingface/transformers
|
6 |
scipy
|
7 |
ftfy
|
8 |
psutil
|
9 |
+
accelerate==0.12.0
|
|
|
|
|
|
|
|
|
|