snackshell commited on
Commit
2397d8c
Β·
verified Β·
1 Parent(s): 7e5ec27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -8
README.md CHANGED
@@ -1,14 +1,34 @@
1
  ---
2
- title: SelamGPT Image Generator
3
- emoji: πŸ–Ό
4
- colorFrom: purple
5
- colorTo: red
6
  sdk: gradio
7
  sdk_version: 5.25.2
8
  app_file: app.py
9
- pinned: false
10
- license: other
11
- short_description: stable diffusion image generator.
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: SelamGPT Turbo Image Generator
3
+ emoji: πŸš€
4
+ colorFrom: green
5
+ colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 5.25.2
8
  app_file: app.py
9
+ gpu: T4
10
+ pinned: true
11
+ license: apache-2.0
12
  ---
13
 
14
+ # 🎨 SelamGPT Turbo Image Generator
15
+
16
+ Ultra-fast 1024Γ—1024 image generation powered by SDXL-Turbo, optimized for Hugging Face Spaces.
17
+
18
+ ## Features
19
+
20
+ - ⚑ **1-4 second generation** (SDXL-Turbo)
21
+ - πŸ–Ό **1024Γ—1024 high-resolution** output
22
+ - ✨ **Ethiopian-inspired** example prompts
23
+ - πŸ”’ Automatic watermarking
24
+ - πŸ› οΈ Optimized for T4 GPU
25
+
26
+ ## Technical Notes
27
+
28
+ - Uses `sdk: gradio` for seamless UI deployment
29
+ - GPU acceleration with `gpu: T4` flag
30
+ - Docker backend automatically managed by Hugging Face
31
+ - Lowered inference steps (1-4) for turbo speed
32
+
33
+ [![Open in Spaces](https://huggingface.co/datasets/huggingface/badges/raw/main/open-in-hf-spaces-md.svg)](https://huggingface.co/spaces/your-username/your-space-name)
34
+ ```