mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-15 22:42:14 +03:00
Added missing options on the config file.
This commit is contained in:
parent
9b73f463cf
commit
af37b96507
@ -20,6 +20,8 @@ general:
|
|||||||
esrgan_cpu: False
|
esrgan_cpu: False
|
||||||
extra_models_cpu: False
|
extra_models_cpu: False
|
||||||
extra_models_gpu: False
|
extra_models_gpu: False
|
||||||
|
gfpgan_gpu: 0
|
||||||
|
esrgan_gpu: 0
|
||||||
save_metadata: True
|
save_metadata: True
|
||||||
save_format: "png"
|
save_format: "png"
|
||||||
skip_grid: False
|
skip_grid: False
|
||||||
@ -273,3 +275,6 @@ img2img:
|
|||||||
|
|
||||||
gfpgan:
|
gfpgan:
|
||||||
strength: 100
|
strength: 100
|
||||||
|
|
||||||
|
textual_inversion:
|
||||||
|
value: 0
|
Loading…
Reference in New Issue
Block a user