@@ -4,7 +4,7 @@ TexFusion AI app created by flutter framework and it is a new AI art generation
4
4
5
5
<Br >
6
6
<p align =" left " >
7
- <a href =" https://github.com/VikramadityaDev/text_to_image_gen/releases/download/v1.0.2 /app-armeabi-v7a-release.apk " ><img src =" https://img.shields.io/github/downloads/VikramadityaDev/text_to_image_gen/total?color=g&label=Downloads&logo=android&logoColor=white&style=for-the-badge " ></a >
7
+ <a href =" https://github.com/VikramadityaDev/text_to_image_gen/releases/download/v1.0.3 /app-armeabi-v7a-release.apk " ><img src =" https://img.shields.io/github/downloads/VikramadityaDev/text_to_image_gen/total?color=g&label=Downloads&logo=android&logoColor=white&style=for-the-badge " ></a >
8
8
</p >
9
9
10
10
## Features
@@ -13,18 +13,65 @@ TexFusion AI app created by flutter framework and it is a new AI art generation
13
13
- Unlimited Response
14
14
- Render 3D images
15
15
- Download Image
16
+ - Accent Color Mode
17
+ - Theme Mode
18
+ - Custom Font
19
+ - Lightweight & user-friendly
16
20
17
21
## How it work !
18
22
- Make sure you enter more descriptive prompt. As this is kind of new api, it produces HD image with less descriptive prompt. So, make sure you describe the image correctly that you want as output.
19
23
24
+ Fork the repo 🔥 and don't forget to star the repo 🌟
25
+
20
26
## Screenshots
21
27
<Table >
28
+ <tr>
29
+ <th>Home Screen View</th>
30
+ <th>Drawer Screen View</th>
31
+ <th>Accent Color Dialog View</th>
32
+ <th>Theme Mode Dialog View</th>
33
+ </tr>
22
34
<tr>
23
- <td><img src="screenshots/Screenshot 1.png" width=300/></td>
24
- <td><img src="screenshots/Screenshot 2.png" width=300/></td>
35
+ <td><img src="screenshots/Screenshot 8.png" width=300/></td>
36
+ <td><img src="screenshots/Screenshot 5.png" width=300/></td>
37
+ <td><img src="screenshots/Screenshot 6.png" width=300/></td>
38
+ <td><img src="screenshots/Screenshot 7.png" width=300/></td>
39
+ </tr>
40
+ <tr>
41
+ <th>Prompt Example 1</th>
42
+ <th>Prompt Example 2</th>
43
+ <th>Prompt Example 3</th>
44
+ <th>Prompt Example 4</th>
25
45
</tr>
26
46
<tr>
47
+ <td><img src="screenshots/Screenshot 1.png" width=300/></td>
48
+ <td><img src="screenshots/Screenshot 2.png" width=300/></td>
27
49
<td><img src="screenshots/Screenshot 3.png" width=300/></td>
28
50
<td><img src="screenshots/Screenshot 4.png" width=300/></td>
29
51
</tr>
30
52
</Table >
53
+
54
+ ## License
55
+ ```
56
+ MIT License
57
+
58
+ Copyright (c) [2023] [Vikramaditya]
59
+
60
+ Permission is hereby granted, free of charge, to any person obtaining a copy
61
+ of this software and associated documentation files (the "Software"), to deal
62
+ in the Software without restriction, including without limitation the rights
63
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
64
+ copies of the Software, and to permit persons to whom the Software is
65
+ furnished to do so, subject to the following conditions:
66
+
67
+ The above copyright notice and this permission notice shall be included in all
68
+ copies or substantial portions of the Software.
69
+
70
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
72
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76
+ SOFTWARE.
77
+ ```
0 commit comments