coryspencer commited on
Commit
23ba2dc
1 Parent(s): ea3cc57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -10,10 +10,14 @@ datasets:
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.
16
 
 
 
17
  Here are some example text prompts and the images they generated:
18
 
19
  * "Albert Einstein"
@@ -23,4 +27,9 @@ Here are some example text prompts and the images they generated:
23
  ![Mahatma Ghandi](examples/ghandi.png)
24
 
25
  * "A man in a purple suit wearing a top hat."
26
- ![A man in a purple suit wearing a top hat.](examples/purplesuit.png)
 
 
 
 
 
 
10
  library_name: diffusers
11
  ---
12
 
13
+ ## Overview
14
+
15
  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.
16
 
17
  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.
18
 
19
+ ## Examples
20
+
21
  Here are some example text prompts and the images they generated:
22
 
23
  * "Albert Einstein"
 
27
  ![Mahatma Ghandi](examples/ghandi.png)
28
 
29
  * "A man in a purple suit wearing a top hat."
30
+ ![A man in a purple suit wearing a top hat.](examples/purplesuit.png)
31
+
32
+ ## Author
33
+
34
35
+