minecraft-preview / README.md
coryspencer's picture
Update README.md
6942f5b
---
license: openrail
language:
- en
tags:
- minecraft
pipeline_tag: text-to-image
datasets:
- monadical-labs/minecraft-preview
library_name: diffusers
---
## Overview
This Stable Diffusion model was fine-tuned on the [Minecraft Character Dataset](https://huggingface.co/datasets/monadical-labs/minecraft-preview) to generate a Minecraft-style characters, based on a text prompt.
The model was fine-tuned on the dataset for 15,000 steps using the 'train_text_to_image.py' script provided with the diffusers library.
I've written up the training process in more detail on the [Monadical blog](https://monadical.com/posts/mincraft-skin-generation.html).
## Examples
Here are some example text prompts and the images they generate:
* "Albert Einstein"
![Albert Einstein](examples/einstein.png)
* "Mahatma Ghandi"
![Mahatma Ghandi](examples/ghandi.png)
* "A man in a purple suit wearing a top hat."
![A man in a purple suit wearing a top hat.](examples/purplesuit.png)
## Contact Information
You can contact me at: Cory Spencer \<cory@monadical.com\>
[![Monadical](logo.png)](https://monadical.com/)