coryspencer commited on
Commit
2f382cf
1 Parent(s): a80e780

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -12,4 +12,15 @@ library_name: diffusers
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.
 
 
 
 
 
 
 
 
 
 
 
 
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"
20
+ ![Albert Einstein]("examples/einstein.jpg")
21
+
22
+ * "Mahatma Ghandi"
23
+ ![Mahatma Ghandi]("examples/ghandi.jpg")
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.jpg")