vumichien commited on
Commit
a87866e
1 Parent(s): cdc21d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -4
README.md CHANGED
@@ -1,18 +1,53 @@
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
+ - nature
11
+ widget:
12
+ - text: a photo of painting image in hks## style
13
  ---
14
 
15
  ## Model description
16
 
17
+ ## Model description
18
+
19
+ This model has been fine-tuned to learn the concept of Akita Dog from Japan by [ChienVM](https://huggingface.co/vumichien) on this [dataset](https://huggingface.co/datasets/keras-dreambooth/akita-inu)
20
 
21
  ## Intended uses & limitations
22
 
23
+ Concept token "akt## dog". Example: "a photo of akt## dog"
24
+
25
+ ## Some examples prompt
26
+
27
+ <figure>
28
+ <img src="https://huggingface.co/keras-dreambooth/dreambooth_diffusion_akitainu/resolve/main/demo_01.png" alt="Sample 1">
29
+ <figcaption>Prompt: akt## dog as an anime character in overwatch
30
+ Negative prompt: (bad anatomy), (blurry)
31
+ Steps: 100, CFG scale: 12, Size: 512x12
32
+ </figcaption>
33
+ </figure>
34
+
35
 
36
+ <figure>
37
+ <img src="https://huggingface.co/keras-dreambooth/dreambooth_diffusion_akitainu/resolve/main/demo_02.png" alt="Sample 2">
38
+ <figcaption>Prompt:akt## dog as a realistic fantasy knight, closeup portrait art by donato giancola and greg rutkowski, digital art, trending on artstation
39
+ Negative prompt: (bad anatomy), (blurry), ugly
40
+ Steps: 100, CFG scale: 12, Size: 512x12
41
+ </figcaption>
42
+ </figure>
43
 
44
+ <figure>
45
+ <img src="https://huggingface.co/keras-dreambooth/dreambooth_diffusion_akitainu/resolve/main/demo_03.png" alt="Sample 3">
46
+ <figcaption>Prompt:Cute and adorable cartoon fluffy akt## dog with cap, fantasy, dreamlike, city scenario, surrealism, super cute, trending on artstation
47
+ Negative prompt: (bad anatomy), (blurry), ugly
48
+ Steps: 100, CFG scale: 12, Size: 512x12
49
+ </figcaption>
50
+ </figure>
51
 
52
  ## Training procedure
53