Defter77 commited on
Commit
7066d33
·
verified ·
1 Parent(s): 07ddda7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -12
README.md CHANGED
@@ -1,12 +1,33 @@
1
- ---
2
- title: Avatars
3
- emoji: 🏆
4
- colorFrom: red
5
- colorTo: purple
6
- sdk: docker
7
- pinned: false
8
- license: mit
9
- short_description: creating avatars
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.