Skip to content

Commit 67af077

Browse files
Merge remote-tracking branch 'origin/master'
2 parents be005e2 + 1d2ce2c commit 67af077

File tree

6 files changed

+71
-3
lines changed

6 files changed

+71
-3
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 Vikramaditya
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TexFusion AI app created by flutter framework and it is a new AI art generation
44

55
<Br>
66
<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>
88
</p>
99

1010
## Features
@@ -13,18 +13,65 @@ TexFusion AI app created by flutter framework and it is a new AI art generation
1313
- Unlimited Response
1414
- Render 3D images
1515
- Download Image
16+
- Accent Color Mode
17+
- Theme Mode
18+
- Custom Font
19+
- Lightweight & user-friendly
1620

1721
## How it work !
1822
- 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.
1923

24+
Fork the repo 🔥 and don't forget to star the repo 🌟
25+
2026
## Screenshots
2127
<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>
2234
<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>
2545
</tr>
2646
<tr>
47+
<td><img src="screenshots/Screenshot 1.png" width=300/></td>
48+
<td><img src="screenshots/Screenshot 2.png" width=300/></td>
2749
<td><img src="screenshots/Screenshot 3.png" width=300/></td>
2850
<td><img src="screenshots/Screenshot 4.png" width=300/></td>
2951
</tr>
3052
</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+
```

screenshots/Screenshot 5.png

111 KB
Loading

screenshots/Screenshot 6.png

102 KB
Loading

screenshots/Screenshot 7.png

102 KB
Loading

screenshots/Screenshot 8.png

74.7 KB
Loading

0 commit comments

Comments
 (0)