File size: 1,090 Bytes
afe6aa7
 
 
 
 
 
 
 
 
 
 
 
d646931
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
title: StickerGen
emoji: πŸš€
colorFrom: indigo
colorTo: pink
sdk: docker
pinned: false
---




# AI Sticker Generator (Stable Diffusion + IP-Adapter/InstantID/ControlNet, CPU-ready)

## πŸš€ Features
- Generate emoji/sticker-style faces from your own photos
- Uses Stable Diffusion + one adapter (IP-Adapter, InstantID, or ControlNet)
- Runs on CPU

## πŸ–₯️ Quickstart: Hugging Face Spaces

1. **Create a new Space:**  
   Go to [https://huggingface.co/spaces](https://huggingface.co/spaces), click **"Create new Space"**.  
   Select **"Gradio"** as the SDK, choose **CPU** for hardware.

2. **Upload these files.**

3. **Add model weights:**
   - For IP-Adapter: Download weights from the official [IP-Adapter repo](https://github.com/tencent-ailab/IP-Adapter) or Hugging Face model hub.
   - Place them in the `models/` directory.
   - Alternatively, adjust the code to download them at runtime.

4. **Requirements are auto-installed from `requirements.txt` on Hugging Face.**

5. **Hit "Run".**

## πŸ› οΈ Local testing
- Create a virtual environment and install dependencies: