debugdll commited on
Commit
6f4e16f
·
verified ·
1 Parent(s): b9873d8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - text-to-image
5
+ - stable-diffusion
6
+ - pytorch
7
+ - russian
8
+ - ukrainian
9
+ - english
10
+ ---
11
+
12
+ # Blind — Image generation model
13
+
14
+ A model for generating images based on text prompts, supporting Russian, Ukrainian, and English. The model is very fast and will run even on high-end PCs.
15
+
16
+ ---
17
+
18
+ ## Examples
19
+
20
+ ![Example 1](example1.png)
21
+ ![Example 2](example2.png)
22
+ ![Example 3](example3.png)
23
+
24
+ ---
25
+
26
+ ## Model
27
+
28
+ | File | Size | Parameters |
29
+ |------|------|------------|
30
+ | `blind-1.pt` | ~2 GB | ~1.5B |
31
+
32
+ ---
33
+
34
+ ## License
35
+
36
+ Apache 2.0
37
+
38
+ ---
39
+
40
+ Made by an enthusiast. Feedback is welcome!