We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cfg_scale
1 parent 9e84ca5 commit 43c74faCopy full SHA for 43c74fa
README.md
@@ -100,6 +100,7 @@ export const settings = [
100
sampler_name: `Restart`,
101
width: 512,
102
height: 768,
103
+ cfg_scale: 5,
104
denoising_strength: 0.4,
105
enable_hr: true,
106
hr_scale: 2.5,
@@ -146,6 +147,7 @@ Top level settings.
146
147
| `txt2imgBodyJson.sampler_name` | Sampler (\*1). |
148
| `txt2imgBodyJson.width` | Image width (\*1). |
149
| `txt2imgBodyJson.height` | Image height (\*1). |
150
+| `txt2imgBodyJson.cfg_scale` | CFG Scale (\*1). |
151
| `txt2imgBodyJson.denoising_strength` | Upscaler denoising strength (\*1). |
152
| `txt2imgBodyJson.enable_hr` | Upscaler Enable/Disable. |
153
| `txt2imgBodyJson.hr_sclae` | Upscaler scale (\*1). |
0 commit comments