Muhammadreza commited on
Commit
2c274c3
1 Parent(s): eb39c50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -6,3 +6,23 @@ tags:
6
  # Mann-E 3 (Revision 2)
7
 
8
  ![Sample](https://huggingface.co/mann-e/mann-e_rev-2/resolve/main/00014-3349758243-Oil%20painting%20.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  # Mann-E 3 (Revision 2)
7
 
8
  ![Sample](https://huggingface.co/mann-e/mann-e_rev-2/resolve/main/00014-3349758243-Oil%20painting%20.png)
9
+
10
+ ## About The Model
11
+
12
+ Mann-E is an _AI Art Generator_ or to be exact, a _text to image_ model which has been developed by [Muhammadreza Haghiri](https://haghiri75.com/en) and it has been started as a hobby project by messing around with VQGAN. But with the release of _Stable Diffusion_ in 2022, this hobby became more serious and intentions for publishing a brand new image generation model became stronger.
13
+
14
+ Since we have big names like Dall-E 2 and Midjourney in the scene and none of them were accessible for Iranian people (at least easily), Mann-E became an important project. First, it needed to produce art suitable for Iranian taste (which is not very different to be honest, specially with most of the art considered globally accepted in terms of style and stuff) and also easy to access through available tools.
15
+
16
+ ### What does _Mann-E_ mean?
17
+
18
+ It's a play with the name [Mani](https://en.wikipedia.org/wiki/Mani_(prophet)), who was a Persian religious leader at the early Sassanian era and also a painter and he's famous for both his religious and artistic works. His artistic side was more considered for naming the model of course.
19
+
20
+ ## How to use the model
21
+
22
+ ### Colab
23
+
24
+ You easily can click on [this link](https://colab.research.google.com/github/prp-e/mann-e/blob/main/Mann_E.ipynb) and use model's inference notebook.
25
+
26
+ ### Code
27
+
28
+ _TODO_