mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-15 07:12:58 +03:00
Add comment about jpg samples toggle in webui config (#352)
This commit is contained in:
parent
5059c2780e
commit
cfc9f00a93
14
webui.yaml
14
webui.yaml
@ -1,7 +1,7 @@
|
|||||||
# UI defaults configuration file. Is read automatically if located at configs/webui/webui.yaml, or specify path via --defaults.
|
# UI defaults configuration file. Is read automatically if located at configs/webui/webui.yaml, or specify path via --defaults.
|
||||||
|
|
||||||
txt2img:
|
txt2img:
|
||||||
prompt:
|
prompt:
|
||||||
ddim_steps: 50
|
ddim_steps: 50
|
||||||
# Adding an int to toggles enables the corresponding feature.
|
# Adding an int to toggles enables the corresponding feature.
|
||||||
# 0: Create prompt matrix (separate multiple prompts using |, and get all combinations of them)
|
# 0: Create prompt matrix (separate multiple prompts using |, and get all combinations of them)
|
||||||
@ -10,8 +10,9 @@ txt2img:
|
|||||||
# 3: Save grid
|
# 3: Save grid
|
||||||
# 4: Sort samples by prompt
|
# 4: Sort samples by prompt
|
||||||
# 5: Write sample info files
|
# 5: Write sample info files
|
||||||
# 6: Fix faces using GFPGAN
|
# 6: jpg samples
|
||||||
# 7: Upscale images using Real-ESRGAN
|
# 7: Fix faces using GFPGAN
|
||||||
|
# 8: Upscale images using Real-ESRGAN
|
||||||
toggles: [1, 2, 3, 4, 5]
|
toggles: [1, 2, 3, 4, 5]
|
||||||
sampler_name: k_lms
|
sampler_name: k_lms
|
||||||
ddim_eta: 0.0 # legacy name, applies to all algorithms.
|
ddim_eta: 0.0 # legacy name, applies to all algorithms.
|
||||||
@ -19,7 +20,7 @@ txt2img:
|
|||||||
batch_size: 1
|
batch_size: 1
|
||||||
cfg_scale: 7.5
|
cfg_scale: 7.5
|
||||||
# Leave blank for random seed:
|
# Leave blank for random seed:
|
||||||
seed:
|
seed:
|
||||||
height: 512
|
height: 512
|
||||||
width: 512
|
width: 512
|
||||||
# Textual inversion embeddings file path:
|
# Textual inversion embeddings file path:
|
||||||
@ -37,8 +38,9 @@ img2img:
|
|||||||
# 5: Save grid
|
# 5: Save grid
|
||||||
# 6: Sort samples by prompt
|
# 6: Sort samples by prompt
|
||||||
# 7: Write sample info files
|
# 7: Write sample info files
|
||||||
# 8: Fix faces using GFPGAN
|
# 8: jpg samples
|
||||||
# 9: Upscale images using Real-ESRGAN
|
# 9: Fix faces using GFPGAN
|
||||||
|
# 10: Upscale images using Real-ESRGAN
|
||||||
toggles: [1, 4, 5, 6, 7]
|
toggles: [1, 4, 5, 6, 7]
|
||||||
sampler_name: k_lms
|
sampler_name: k_lms
|
||||||
ddim_eta: 0.0
|
ddim_eta: 0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user