Spaces:
Runtime error
Runtime error
title: Sticker Generator | |
emoji: 🎨 | |
colorFrom: blue | |
colorTo: pink | |
sdk: gradio | |
sdk_version: 4.44.0 | |
app_file: app.py | |
pinned: false | |
# Sticker Generator | |
This Hugging Face Space hosts a Sticker Generator that creates fun and playful stickers for children using AI. It uses Stable Diffusion to generate images based on user prompts and applies various kid-friendly styles. | |
## Features | |
- Generate stickers based on text prompts | |
- Multiple kid-friendly styles (Cartoon, Children's Illustration, Sticker, Fantasy) | |
- Adjustable settings like size, guidance scale, and seed | |
- Negative prompt support | |
- Transparent or white background options | |
## How to Use | |
1. Enter a short prompt (2-3 words) describing the sticker you want to generate. | |
2. Optionally, adjust advanced settings like style, size, and guidance scale. | |
3. Click "Run" to generate your sticker. | |
## Technical Details | |
- Uses Stable Diffusion XL for GPU and Stable Diffusion 1.5 for CPU | |
- Adapts to available hardware (GPU or CPU) | |
- Implements safety checks to ensure kid-friendly content | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |