Create README.md
Browse files
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 |
+

|
| 21 |
+

|
| 22 |
+

|
| 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!
|