friedrichor commited on
Commit
2372c29
1 Parent(s): 507fca9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -39,3 +39,28 @@ image = pipe(prompt + extra_prompt,
39
  image.save("image.png")
40
  ```
41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  image.save("image.png")
40
  ```
41
 
42
+ ## Prompt template
43
+
44
+ **Applying prompt templates is helpful for improving image quality**
45
+
46
+ If you want to generate images with human in the real world, you can try the following prompt template.
47
+ ```
48
+ {{caption}}, facing the camera, photograph, highly detailed face, depth of field, moody light, style by Yasmin Albatoul, Harry Fayt, centered, extremely detailed, Nikon D850, award winning photography
49
+ ```
50
+
51
+ If you want to generate images in the real world without human, you can try the following prompt template.
52
+ ```
53
+ {{caption}}, depth of field. bokeh. soft light. by Yasmin Albatoul, Harry Fayt. centered. extremely detailed. Nikon D850, (35mm|50mm|85mm). award winning photography.
54
+ ```
55
+
56
+ For more prompt templates, see [Dalabad/stable-diffusion-prompt-templates](https://github.com/Dalabad/stable-diffusion-prompt-templates), [r/StableDiffusion](https://www.reddit.com/r/StableDiffusion/), etc.
57
+
58
+ ## Negative prompt
59
+
60
+ **Applying negative prompt is also helpful for improving image quality**
61
+
62
+ For example,
63
+ ```
64
+ cartoon, anime, ugly, (aged, white beard, black skin, wrinkle:1.1), (bad proportions, unnatural feature, incongruous feature:1.4), (blurry, un-sharp, fuzzy, un-detailed skin:1.2), (facial contortion, poorly drawn face, deformed iris, deformed pupils:1.3), (mutated hands and fingers:1.5), disconnected hands, disconnected limbs
65
+ ```
66
+