abersbail commited on
Commit
f641814
·
verified ·
1 Parent(s): d510272

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -7
README.md CHANGED
@@ -1,12 +1,26 @@
1
  ---
2
- title: Fast Text To Image
3
- emoji: 🌖
4
- colorFrom: gray
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: 6.10.0
8
  app_file: app.py
9
- pinned: false
 
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Fast Text to Image AI
3
+ emoji: ⚡
4
+ colorFrom: blue
5
+ colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 5.23.0
8
  app_file: app.py
9
+ pinned: true
10
+ license: mit
11
+ short_description: Lightning fast Text-to-Image generator using SD-Turbo
12
  ---
13
 
14
+ # ⚡ Fast Text-to-Image AI
15
+
16
+ High-quality Text-to-Image generation application optimized for CPU inference.
17
+
18
+ Powered by **stabilityai/sd-turbo**, this Space can generate beautiful, hyper-realistic images from text prompts in just 1 to 4 steps!
19
+
20
+ ## Tech Stack
21
+ - Frontend: Gradio with custom dark glassmorphism CSS
22
+ - Library: HuggingFace Diffusers
23
+ - Base Model: SD-Turbo (Adversarial Diffusion Distillation)
24
+ - Optimization: Float32/Float16 inference tuned for CPU
25
+
26
+ Enjoy ultra-fast generations!