Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,12 +1,33 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Football Player Avatar Generator
|
2 |
+
|
3 |
+
This application generates stylized football player avatars using ComfyUI and ControlNet technology. Upload a photo, select a pose and team shirt, and the app will create a custom stylized avatar.
|
4 |
+
|
5 |
+
## Features
|
6 |
+
|
7 |
+
- Process player photos into stylized avatars
|
8 |
+
- Choose from different poses and team shirts
|
9 |
+
- Customize age, gender, and art style
|
10 |
+
- Automatically removes backgrounds
|
11 |
+
- Creates professional-looking team avatars
|
12 |
+
|
13 |
+
## How to Use
|
14 |
+
|
15 |
+
1. Upload a player's photo
|
16 |
+
2. Select or upload a pose template
|
17 |
+
3. Choose or upload a team shirt
|
18 |
+
4. Enter the player's name and team
|
19 |
+
5. Select age, gender, and art style preferences
|
20 |
+
6. Click "Generate Avatar" and wait for the result
|
21 |
+
|
22 |
+
## Technical Details
|
23 |
+
|
24 |
+
This application uses:
|
25 |
+
- ComfyUI as the backend processor
|
26 |
+
- Stable Diffusion XL for image generation
|
27 |
+
- ControlNet for pose-guided generation
|
28 |
+
- IP-Adapter and PuLID for face preservation
|
29 |
+
- Background removal for clean results
|
30 |
+
|
31 |
+
## License
|
32 |
+
|
33 |
+
This project is licensed under the MIT License - see the LICENSE file for details.
|