Update README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,39 @@
|
|
1 |
-
# Love Text to Image Generator π
|
2 |
-
|
3 |
-
This app allows you to input romantic poems, songs, or phrases like "your face is like the moon" and turns them into beautiful images using Stable Diffusion.
|
4 |
-
|
5 |
-
β¨ Powered by:
|
6 |
-
- Streamlit
|
7 |
-
- Hugging Face Diffusers
|
8 |
-
- RunwayML Stable Diffusion v1.5
|
9 |
-
|
10 |
-
πΌοΈ Try writing something like:
|
11 |
-
> "Your smile glows brighter than the stars"
|
12 |
-
> "In your eyes, I see the whole universe"
|
13 |
-
> "Your face is like the moon, soft and glowing"
|
14 |
-
|
15 |
-
Built with β€οΈ for creative lovers!
|
16 |
---
|
17 |
-
title:
|
18 |
-
emoji:
|
19 |
-
colorFrom:
|
20 |
colorTo: red
|
21 |
sdk: streamlit
|
22 |
-
sdk_version: 1.
|
23 |
app_file: app.py
|
24 |
pinned: false
|
25 |
-
license: apache-2.0
|
26 |
---
|
27 |
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Love Text to Image
|
3 |
+
emoji: π
|
4 |
+
colorFrom: pink
|
5 |
colorTo: red
|
6 |
sdk: streamlit
|
7 |
+
sdk_version: "1.31.1"
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
+
# π Love Text to Image Generator
|
13 |
+
|
14 |
+
This app allows you to input romantic poems, songs, or phrases like:
|
15 |
+
|
16 |
+
> "Your face is like the moon"
|
17 |
+
> "Your smile glows brighter than the stars"
|
18 |
+
> "In your eyes, I see the whole universe"
|
19 |
+
|
20 |
+
β¨ And it turns your love into stunning **AI-generated art**.
|
21 |
+
|
22 |
+
## β¨ Features
|
23 |
+
|
24 |
+
- π¨ Choose a style: **Ghibli**, **Anime**, or **Realistic**
|
25 |
+
- π€ Upload voice poetry (Whisper AI will transcribe it!)
|
26 |
+
- πΌοΈ High-resolution image enhancement (Real-ESRGAN)
|
27 |
+
- π― 100% open-source & CPU-friendly
|
28 |
+
|
29 |
+
## π Powered by
|
30 |
+
|
31 |
+
- [Stable Diffusion](https://huggingface.co/runwayml/stable-diffusion-v1-5)
|
32 |
+
- [Ghibli Diffusion](https://huggingface.co/nitrosocke/Ghibli-Diffusion)
|
33 |
+
- [Anything v4 (Anime)](https://huggingface.co/andite/anything-v4.0)
|
34 |
+
- [Whisper ASR](https://github.com/openai/whisper)
|
35 |
+
- [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)
|
36 |
+
|
37 |
+
---
|
38 |
+
|
39 |
+
Built with β€οΈ using Streamlit and Hugging Face Spaces.
|