Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,26 @@
|
|
1 |
---
|
2 |
-
title: SD
|
3 |
-
emoji:
|
4 |
colorFrom: gray
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
-
|
|
|
8 |
app_file: app.py
|
9 |
license: mit
|
10 |
-
pinned:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
suggested_hardware: a10g-small
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
15 |
|
16 |
-
https://arxiv.org/abs/2307.01952
|
|
|
1 |
---
|
2 |
+
title: Run SD & LoRas
|
3 |
+
emoji: π§ββοΈ
|
4 |
colorFrom: gray
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
short_description: Run any SD model with LoRAs
|
8 |
+
sdk_version: 4.37.2
|
9 |
app_file: app.py
|
10 |
license: mit
|
11 |
+
pinned: true
|
12 |
+
tags:
|
13 |
+
- stable diffusion
|
14 |
+
- loras
|
15 |
+
- diffusers
|
16 |
+
- txt2img
|
17 |
+
- text2image
|
18 |
+
- image generation
|
19 |
+
- image
|
20 |
+
- image generator
|
21 |
suggested_hardware: a10g-small
|
22 |
---
|
23 |
|
24 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
25 |
|
26 |
+
https://arxiv.org/abs/2307.01952
|