Spaces:
Running
on
Zero
Running
on
Zero
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,12 +1,60 @@
|
|
1 |
---
|
2 |
-
title: IceBreaker
|
3 |
-
emoji:
|
4 |
colorFrom: purple
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.34.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: π IceBreaker Avatar Generator
|
3 |
+
emoji: π
|
4 |
colorFrom: purple
|
5 |
+
colorTo: blue
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.34.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: mit
|
11 |
+
hardware: zerogpu
|
12 |
+
short_description: Generate personalized avatars from Chinese portraits
|
13 |
+
models:
|
14 |
+
- black-forest-labs/FLUX.1-schnell
|
15 |
+
- google/gemma-3n-E2B-it
|
16 |
+
tags:
|
17 |
+
- avatar
|
18 |
+
- image-generation
|
19 |
+
- flux
|
20 |
+
- chinese-portrait
|
21 |
+
- character-design
|
22 |
+
- ai-art
|
23 |
---
|
24 |
|
25 |
+
# π IceBreaker Avatar Generator
|
26 |
+
|
27 |
+
Generate unique avatars based on Chinese portrait descriptions! This app combines the power of FLUX.1-schnell for image generation and Gemma-3n-E2B-it for conversational AI.
|
28 |
+
|
29 |
+
## Features
|
30 |
+
|
31 |
+
π¨ **Dual Generation Modes**:
|
32 |
+
- **π Form Mode**: Direct input with customizable "If I was / I would be" groups
|
33 |
+
- **π¬ Chat Mode**: AI-guided conversation to discover your Chinese portrait
|
34 |
+
|
35 |
+
β‘ **Quality Options**:
|
36 |
+
- **Normal**: 512x512, 4 steps (fast)
|
37 |
+
- **High**: 512x512, 8 steps (enhanced quality)
|
38 |
+
|
39 |
+
π€ **AI Models**:
|
40 |
+
- **FLUX.1-schnell**: High-quality image generation
|
41 |
+
- **Gemma-3n-E2B-it**: Fast and efficient conversation assistant
|
42 |
+
|
43 |
+
## How to Use
|
44 |
+
|
45 |
+
### Form Mode
|
46 |
+
1. Complete at least the first 3 groups (mandatory)
|
47 |
+
2. Add optional groups 4-5 for richer portraits
|
48 |
+
3. Select quality and generate your avatar
|
49 |
+
|
50 |
+
### Chat Mode
|
51 |
+
1. Click "π Start Conversation"
|
52 |
+
2. Follow the AI assistant's guided questions
|
53 |
+
3. Click "π¨ Get My Avatar" when ready
|
54 |
+
|
55 |
+
## Example Chinese Portrait
|
56 |
+
*If I was an animal, I would be a majestic wolf*
|
57 |
+
*If I was a color, I would be deep purple*
|
58 |
+
*If I was an object, I would be an ancient sword*
|
59 |
+
|
60 |
+
Try it now and discover your unique avatar! β¨
|