feat: adjust playground_v2.5 preset (#3136)
* feat: reduce cfg of playground_v2.5 preset from 3 to 2 to prevent oversaturation * feat: adjust default styles for playground_v2.5
This commit is contained in:
parent
ba77e7f706
commit
55ef7608ea
|
|
@ -29,7 +29,7 @@
|
|||
1.0
|
||||
]
|
||||
],
|
||||
"default_cfg_scale": 3.0,
|
||||
"default_cfg_scale": 2.0,
|
||||
"default_sample_sharpness": 2.0,
|
||||
"default_sampler": "dpmpp_2m",
|
||||
"default_scheduler": "edm_playground_v2.5",
|
||||
|
|
@ -37,9 +37,7 @@
|
|||
"default_prompt": "",
|
||||
"default_prompt_negative": "",
|
||||
"default_styles": [
|
||||
"Fooocus V2",
|
||||
"Fooocus Enhance",
|
||||
"Fooocus Sharp"
|
||||
"Fooocus V2"
|
||||
],
|
||||
"default_aspect_ratio": "1024*1024",
|
||||
"checkpoint_downloads": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue