vumichien commited on
Commit
69d4d72
·
1 Parent(s): dc8aab9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -4
README.md CHANGED
@@ -1,18 +1,46 @@
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 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 Hokusai artist by [ChienVM](https://huggingface.co/vumichien) on this [dataset](https://huggingface.co/datasets/keras-dreambooth/hokusai-style)
20
 
21
  ## Intended uses & limitations
22
 
23
+ Concept token "hks## style". Example: "a photo of painting image in hks## style"
24
+
25
+ ## Some examples prompt
26
+
27
+ <figure>
28
+ <img src="https://huggingface.co/keras-dreambooth/dreambooth_diffusion_hokusai/resolve/main/image_01.png" alt="Sample 1">
29
+ <figcaption>Prompt: a painting image of a fishing village under a cherry blossom forest at sunset in hks## style, ultra realistic, 4k, 8k.
30
+ Negative prompt: bad anatomy, soft blurry.
31
+ Steps: 100, CFG scale: 15, Size: 512x12
32
+ </figcaption>
33
+ </figure>
34
+
35
 
36
+ <figure>
37
+ <img src="https://huggingface.co/keras-dreambooth/dreambooth_diffusion_hokusai/resolve/main/image_02.png" alt="Sample 2">
38
+ <figcaption>Prompt: a beautiful and highly detailed oil painting of a lost valley in the mountains in hks## style, running river, intricate details, 8k, sharp focus, hyper realism.
39
+ Negative prompt: (bad anatomy), (blurry), grain.
40
+ Steps: 100, CFG scale: 15, Size: 512x12
41
+ </figcaption>
42
+ </figure>
43
 
 
44
 
45
  ## Training procedure
46