Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,11 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
-
|
5 |
-
- Clone the repository: `git clone https://huggingface.co/spaces/remiai3/image-generation-ui-v2`.
|
6 |
-
- Install dependencies: `pip install -r requirements.txt`.
|
7 |
-
- Set `HF_TOKEN` environment variable with your Hugging Face Access Token.
|
8 |
-
- Run: `python app.py`.
|
9 |
-
|
10 |
-
## Features
|
11 |
-
- Select between SSD-1B and Stable Diffusion v1-5 models.
|
12 |
-
- Choose image ratios: 1:1, 3:4, 16:9.
|
13 |
-
- Generate up to 4 images (SSD-1B limited to 1).
|
14 |
-
- Custom UI with logo.
|
15 |
-
|
16 |
-
## Models
|
17 |
-
- [SSD-1B](https://huggingface.co/remiai3/ssd-1b)
|
18 |
-
- [Stable Diffusion v1-5](https://huggingface.co/remiai3/stable-diffusion-v1-5)
|
|
|
1 |
+
---
|
2 |
+
title: Image Generation Ui V2
|
3 |
+
emoji: 🚀
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: pink
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
license: mit
|
9 |
+
---
|
10 |
|
11 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|