friedrichor
commited on
Commit
·
d58c90c
1
Parent(s):
3c5ed25
Update README.md
Browse files
README.md
CHANGED
@@ -65,10 +65,20 @@ image.save("image.png")
|
|
65 |
**Applying prompt templates is helpful for improving image quality**
|
66 |
|
67 |
If you want to generate images with human in the real world, you can try the following prompt template.
|
68 |
-
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
If you want to generate images in the real world without human, you can try the following prompt template.
|
71 |
-
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
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.
|
74 |
|
@@ -77,9 +87,10 @@ For more prompt templates, see [Dalabad/stable-diffusion-prompt-templates](https
|
|
77 |
**Applying negative prompt is also helpful for improving image quality**
|
78 |
|
79 |
For example,
|
80 |
-
|
|
|
81 |
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
|
82 |
-
|
83 |
|
84 |
# Hosted inference API
|
85 |
|
|
|
65 |
**Applying prompt templates is helpful for improving image quality**
|
66 |
|
67 |
If you want to generate images with human in the real world, you can try the following prompt template.
|
68 |
+
|
69 |
+
`
|
70 |
+
{{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
|
71 |
+
`
|
72 |
+
|
73 |
+
<hr>
|
74 |
|
75 |
If you want to generate images in the real world without human, you can try the following prompt template.
|
76 |
+
|
77 |
+
`
|
78 |
+
{{caption}}, depth of field. bokeh. soft light. by Yasmin Albatoul, Harry Fayt. centered. extremely detailed. Nikon D850, (35mm|50mm|85mm). award winning photography.
|
79 |
+
`
|
80 |
+
|
81 |
+
<hr>
|
82 |
|
83 |
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.
|
84 |
|
|
|
87 |
**Applying negative prompt is also helpful for improving image quality**
|
88 |
|
89 |
For example,
|
90 |
+
|
91 |
+
`
|
92 |
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
|
93 |
+
`
|
94 |
|
95 |
# Hosted inference API
|
96 |
|