Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- README.md +13 -13
- requirements.txt +7 -7
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
---
|
2 |
-
title: FLUX.1 [dev]-De-Distill
|
3 |
-
emoji: 🤯
|
4 |
-
colorFrom: yellow
|
5 |
-
colorTo: pink
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: mit
|
11 |
-
---
|
12 |
-
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
---
|
2 |
+
title: FLUX.1 [dev]-De-Distill
|
3 |
+
emoji: 🤯
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.1.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
accelerate
|
2 |
-
git+https://github.com/huggingface/diffusers.git
|
3 |
-
torch
|
4 |
-
torchvision
|
5 |
-
transformers==4.42.4
|
6 |
-
xformers
|
7 |
-
einops
|
8 |
sentencepiece
|
|
|
1 |
+
accelerate
|
2 |
+
git+https://github.com/huggingface/diffusers.git
|
3 |
+
torch
|
4 |
+
torchvision
|
5 |
+
transformers==4.42.4
|
6 |
+
xformers
|
7 |
+
einops
|
8 |
sentencepiece
|