Skip to content

Commit 43c74fa

Browse files
committed
📝 Add cfg_scale to readme.
1 parent 9e84ca5 commit 43c74fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export const settings = [
100100
sampler_name: `Restart`,
101101
width: 512,
102102
height: 768,
103+
cfg_scale: 5,
103104
denoising_strength: 0.4,
104105
enable_hr: true,
105106
hr_scale: 2.5,
@@ -146,6 +147,7 @@ Top level settings.
146147
| `txt2imgBodyJson.sampler_name` | Sampler (\*1). |
147148
| `txt2imgBodyJson.width` | Image width (\*1). |
148149
| `txt2imgBodyJson.height` | Image height (\*1). |
150+
| `txt2imgBodyJson.cfg_scale` | CFG Scale (\*1). |
149151
| `txt2imgBodyJson.denoising_strength` | Upscaler denoising strength (\*1). |
150152
| `txt2imgBodyJson.enable_hr` | Upscaler Enable/Disable. |
151153
| `txt2imgBodyJson.hr_sclae` | Upscaler scale (\*1). |

0 commit comments

Comments
 (0)