coryspencer
commited on
Commit
•
0a3bced
1
Parent(s):
6e1ccc4
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
---
|
2 |
license: openrail
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: openrail
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: diffusers
|
6 |
+
pipeline_tag: text-to-image
|
7 |
+
tags:
|
8 |
+
- minecraft
|
9 |
---
|
10 |
+
## Overview
|
11 |
+
|
12 |
+
This Stable Diffusion model was fine-tuned to generate a pre-version 1.8 Minecraft character skins, based on a text prompt.
|
13 |
+
|
14 |
+
The model was fine-tuned on the dataset for 13,000 steps using the 'train_text_to_image.py' script provided with the diffusers library. Some postprocessing is required to import and use the generated skins in Minecraft, and the code for this is located in the bin directory.
|
15 |
+
|
16 |
+
## Examples
|
17 |
+
|
18 |
+
Here are some example text prompts and the images they generate:
|
19 |
+
|
20 |
+
* "Albert Einstein"
|
21 |
+
![Albert Einstein](examples/einstein.png)
|
22 |
+
|
23 |
+
* "Mahatma Ghandi"
|
24 |
+
![Mahatma Ghandi](examples/ghandi.png)
|
25 |
+
|
26 |
+
* "A man in a purple suit wearing a top hat."
|
27 |
+
![A man in a purple suit wearing a top hat.](examples/purplesuit.png)
|
28 |
+
|
29 |
+
## Contact Information
|
30 |
+
|
31 |
+
You can contact me at: Cory Spencer \<[email protected]\>
|
32 |
+
|
33 |
+
[![Monadical](logo.png)](https://monadical.com/)
|