Spaces:
Running
Running
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: | |