Spaces:
Running
Running
Added Readme.md
Browse files
README.md
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
-
|
2 |
-
title: Text Image Portrait
|
3 |
-
emoji: 🦀
|
4 |
-
colorFrom: red
|
5 |
-
colorTo: blue
|
6 |
-
sdk: streamlit
|
7 |
-
sdk_version: 1.44.1
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
short_description: text-image-protrait
|
11 |
-
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# AI Portrait Generator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
A Streamlit app that generates high-quality AI portraits using the AWPortraitCN2 model.
|
4 |
+
|
5 |
+
## How to Use
|
6 |
+
1. Enter a text prompt describing the portrait you want to generate
|
7 |
+
2. Adjust settings in the sidebar if needed
|
8 |
+
3. Click "Generate Portrait"
|
9 |
+
4. Download the generated image
|
10 |
+
|
11 |
+
## Model
|
12 |
+
This app uses the [AWPortraitCN2 model](https://huggingface.co/Shakker-Labs/AWPortraitCN2) by Shakker-Labs.
|