Sticker_Diffusion / README.md
KarthikAI's picture
Update README.md
afe6aa7 verified
---
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: