Tutorograd
commited on
Commit
•
c3d6941
1
Parent(s):
8a84b64
Create space.md
Browse files
space.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<style>
|
2 |
+
.imgBorder {
|
3 |
+
width: 400px;
|
4 |
+
margin-left: auto;
|
5 |
+
margin-right: auto;
|
6 |
+
padding: 15px 15px 0;
|
7 |
+
background-color: white;
|
8 |
+
box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
|
9 |
+
-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
|
10 |
+
-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
|
11 |
+
}
|
12 |
+
</style>
|
13 |
+
<hr>
|
14 |
+
|
15 |
+
<h1>PICTURE #1</h1>
|
16 |
+
|
17 |
+
<b>AUTHOR:</b> mauszozo
|
18 |
+
|
19 |
+
<b>MODEL:</b> Liberty
|
20 |
+
|
21 |
+
<img class="imgBorder" src="https://huggingface.co/Tutorograd/NEURO_PIXEL_PROMPTS/resolve/main/space_0.png">
|
22 |
+
|
23 |
+
<u>Как сделать так же?</u>
|
24 |
+
|
25 |
+
|
26 |
+
Очень простой prompt и workflow.
|
27 |
+
В первом prompt-e опишите внешность человека и укажите его возраст.
|
28 |
+
Во втором prompt-e используйте все то же самое (и seed от первого prompt-a), но поменяйте возраст.
|
29 |
+
|
30 |
+
<h1>Пример:</h1>
|
31 |
+
|
32 |
+
<b>Prompt-1:</b>
|
33 |
+
|
34 |
+
20yo woman, spacesuit, on a spaceship, wavy brown hair, brown eyes, taking a selfie
|
35 |
+
Width: 512
|
36 |
+
Height: 512
|
37 |
+
Seed: 3233665
|
38 |
+
Steps: 50
|
39 |
+
Guidance Scale: 7.5
|
40 |
+
Prompt Strength: 0.8
|
41 |
+
Use Face Correction: None
|
42 |
+
Use Upscaling: None
|
43 |
+
Sampler: euler_a
|
44 |
+
Negative Prompt: child, childlike, monochrome, clipping, 3d, cartoon, 3dcg, doll, illustration, render, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name
|
45 |
+
Stable Diffusion model: D:\stable-diffusion-ui\models\stable-diffusion\liberty_main.safetensors.ckpt
|
46 |
+
VAE model: None
|
47 |
+
Hypernetwork Model: None
|
48 |
+
Hypernetwork Strength: None
|
49 |
+
|
50 |
+
<b>Prompt-2:</b>
|
51 |
+
|
52 |
+
50yo woman, spacesuit, on a spaceship, wavy brown hair, brown eyes, taking a selfie
|
53 |
+
Width: 512
|
54 |
+
Height: 512
|
55 |
+
Seed: 3233665
|
56 |
+
Steps: 50
|
57 |
+
Guidance Scale: 7.5
|
58 |
+
Prompt Strength: 0.8
|
59 |
+
Use Face Correction: None
|
60 |
+
Use Upscaling: None
|
61 |
+
Sampler: euler_a
|
62 |
+
Negative Prompt: child, childlike, monochrome, clipping, 3d, cartoon, 3dcg, doll, illustration, render, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name
|
63 |
+
Stable Diffusion model: D:\stable-diffusion-ui\models\stable-diffusion\liberty_main.safetensors.ckpt
|
64 |
+
VAE model: None
|
65 |
+
Hypernetwork Model: None
|
66 |
+
Hypernetwork Strength: None
|
67 |
+
|
68 |
+
<hr>
|