vumichien commited on
Commit
e444a9c
1 Parent(s): 85fc56d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -4
README.md CHANGED
@@ -1,18 +1,52 @@
1
  ---
2
  library_name: keras
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  ## Model description
6
 
7
- More information needed
8
 
9
  ## Intended uses & limitations
10
 
11
- More information needed
12
 
13
- ## Training and evaluation data
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
- More information needed
16
 
17
  ## Training procedure
18
 
 
1
  ---
2
  library_name: keras
3
+ license: creativeml-openrail-m
4
+ tags:
5
+ - keras
6
+ - diffusers
7
+ - stable-diffusion
8
+ - text-to-image
9
+ - keras-dreambooth
10
+ - scifi
11
+ widget:
12
+ - text: a photo of hks## toy
13
  ---
14
 
15
  ## Model description
16
 
17
+ This model has been fine-tuned to learn the concept of Minecraft by [ChienVM](https://huggingface.co/vumichien) on this [dataset](keras-dreambooth/rabbit-toy)
18
 
19
  ## Intended uses & limitations
20
 
21
+ Concept token "hks## toy". Example: "a photo of hks## toy "
22
 
23
+ ## Some examples prompt
24
+
25
+ <figure>
26
+ <img src="https://huggingface.co/vumichien/dreambooth_diffusion_minercraft/resolve/main/demo_01.png" alt="Sample 1">
27
+ <figcaption>Prompt: a photo of hks## toy in Santa Claus clothes.
28
+ Negative prompt: bad anatomy, soft blurry.
29
+ Steps: 50, CFG scale: 7.5, Size: 512x12
30
+ </figcaption>
31
+ </figure>
32
+
33
+
34
+ <figure>
35
+ <img src="https://huggingface.co/vumichien/dreambooth_diffusion_minercraft/resolve/main/demo_02.png" alt="Sample 2">
36
+ <figcaption>Prompt: a oil painting of hks## toy in style of van gogh.
37
+ Negative prompt: bad anatomy, soft blurry.
38
+ Steps: 50, CFG scale: 7.5, Size: 512x12
39
+ </figcaption>
40
+ </figure>
41
+
42
+ <figure>
43
+ <img src="https://huggingface.co/vumichien/dreambooth_diffusion_minercraft/resolve/main/demo_02.png" alt="Sample 3">
44
+ <figcaption>Prompt: a photo of hks## toy standing on the beach at sunset.
45
+ Negative prompt: bad anatomy, soft blurry.
46
+ Steps: 50, CFG scale: 7.5, Size: 512x12
47
+ </figcaption>
48
+ </figure>
49
 
 
50
 
51
  ## Training procedure
52