friedrichor
commited on
Commit
·
3c5ed25
1
Parent(s):
1f8add5
Update README.md
Browse files
README.md
CHANGED
@@ -65,14 +65,10 @@ 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 |
-
{{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
|
70 |
-
```
|
71 |
|
72 |
If you want to generate images in the real world without human, you can try the following prompt template.
|
73 |
-
|
74 |
-
{{caption}}, depth of field. bokeh. soft light. by Yasmin Albatoul, Harry Fayt. centered. extremely detailed. Nikon D850, (35mm|50mm|85mm). award winning photography.
|
75 |
-
```
|
76 |
|
77 |
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.
|
78 |
|
|
|
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 |
+
`{{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`
|
|
|
|
|
69 |
|
70 |
If you want to generate images in the real world without human, you can try the following prompt template.
|
71 |
+
`{{caption}}, depth of field. bokeh. soft light. by Yasmin Albatoul, Harry Fayt. centered. extremely detailed. Nikon D850, (35mm|50mm|85mm). award winning photography.`
|
|
|
|
|
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 |
|