mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-14 14:52:31 +03:00
Add comment about jpg samples toggle in webui config (#352)
This commit is contained in:
parent
5059c2780e
commit
cfc9f00a93
10
webui.yaml
10
webui.yaml
@ -10,8 +10,9 @@ txt2img:
|
||||
# 3: Save grid
|
||||
# 4: Sort samples by prompt
|
||||
# 5: Write sample info files
|
||||
# 6: Fix faces using GFPGAN
|
||||
# 7: Upscale images using Real-ESRGAN
|
||||
# 6: jpg samples
|
||||
# 7: Fix faces using GFPGAN
|
||||
# 8: Upscale images using Real-ESRGAN
|
||||
toggles: [1, 2, 3, 4, 5]
|
||||
sampler_name: k_lms
|
||||
ddim_eta: 0.0 # legacy name, applies to all algorithms.
|
||||
@ -37,8 +38,9 @@ img2img:
|
||||
# 5: Save grid
|
||||
# 6: Sort samples by prompt
|
||||
# 7: Write sample info files
|
||||
# 8: Fix faces using GFPGAN
|
||||
# 9: Upscale images using Real-ESRGAN
|
||||
# 8: jpg samples
|
||||
# 9: Fix faces using GFPGAN
|
||||
# 10: Upscale images using Real-ESRGAN
|
||||
toggles: [1, 4, 5, 6, 7]
|
||||
sampler_name: k_lms
|
||||
ddim_eta: 0.0
|
||||
|
Loading…
Reference in New Issue
Block a user