We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e94f9 commit 1c531e4Copy full SHA for 1c531e4
config.txt
@@ -1,14 +1,31 @@
1
mode: txt2img
2
threads: 4
3
model:
4
+vae:
5
+taesd:
6
+embeddings:
7
+upscale_model:
8
+type: default
9
+init_image:
10
+output_image:
11
+strength: 0.75
12
lora_model_dir:
13
positive_prompt:
14
negative_prompt:
-cfg_scale: 7
15
+cfg_scale: 1
16
height: 512
17
width: 512
-steps: 20
18
+sampling_method: lcm
19
+steps: 5
20
+rng: cuda
21
seed: -1
22
+batch:
23
+schedule: ays
24
+clip_skip: -1
25
+vae_tiling:
26
+cnet_cpu:
27
+canny:
28
control_model:
29
control_image:
-control_st:
30
+control_st: 0.9
31
+verbose: True
0 commit comments