coryspencer
commited on
Commit
•
4a6c62b
1
Parent(s):
f79c468
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,11 @@ language:
|
|
5 |
tags:
|
6 |
- minecraft
|
7 |
pipeline_tag: text-to-image
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
5 |
tags:
|
6 |
- minecraft
|
7 |
pipeline_tag: text-to-image
|
8 |
+
datasets:
|
9 |
+
- monadical-labs/minecraft-preview
|
10 |
+
library_name: diffusers
|
11 |
---
|
12 |
|
13 |
+
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.
|
14 |
+
|
15 |
+
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.
|