Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,36 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
-
header: mini
|
11 |
-
model: RealVisXL_Turbo
|
12 |
-
license: creativeml-openrail-m
|
13 |
-
theme: bethecloud/storj_theme
|
14 |
-
short_description: MidJour | A RealVisXL_Turbo | IRL HI-Res Images Gen
|
15 |
---
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Sticker Generator
|
3 |
+
emoji: 🎨
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: pink
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.23.0
|
8 |
app_file: app.py
|
9 |
+
pinned: false
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
+
# Sticker Generator
|
13 |
+
|
14 |
+
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.
|
15 |
+
|
16 |
+
## Features
|
17 |
+
|
18 |
+
- Generate stickers based on text prompts
|
19 |
+
- Multiple kid-friendly styles (Cartoon, Children's Illustration, Sticker, Fantasy)
|
20 |
+
- Adjustable settings like size, guidance scale, and seed
|
21 |
+
- Negative prompt support
|
22 |
+
- Transparent or white background options
|
23 |
+
|
24 |
+
## How to Use
|
25 |
+
|
26 |
+
1. Enter a short prompt (2-3 words) describing the sticker you want to generate.
|
27 |
+
2. Optionally, adjust advanced settings like style, size, and guidance scale.
|
28 |
+
3. Click "Run" to generate your sticker.
|
29 |
+
|
30 |
+
## Technical Details
|
31 |
+
|
32 |
+
- Uses Stable Diffusion XL for GPU and Stable Diffusion 1.5 for CPU
|
33 |
+
- Adapts to available hardware (GPU or CPU)
|
34 |
+
- Implements safety checks to ensure kid-friendly content
|
35 |
+
|
36 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|