coryspencer commited on
Commit
8b199cb
1 Parent(s): 59fb038

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -11,7 +11,9 @@ tags:
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
 
 
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. A checkpoint has been included in the 'checkpoint' directory.
15
+
16
+ Some postprocessing is required to import and use the generated skins in Minecraft.
17
 
18
  ## Examples
19