Spaces:
Running
Running
metadata
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
Create a new Space:
Go to https://huggingface.co/spaces, click "Create new Space".
Select "Gradio" as the SDK, choose CPU for hardware.Upload these files.
Add model weights:
- For IP-Adapter: Download weights from the official IP-Adapter repo or Hugging Face model hub.
- Place them in the
models/
directory. - Alternatively, adjust the code to download them at runtime.
Requirements are auto-installed from
requirements.txt
on Hugging Face.Hit "Run".
π οΈ Local testing
- Create a virtual environment and install dependencies: