feat: add preset for playground v2.5

This commit is contained in:
Manuel Schmid 2024-06-01 22:59:08 +02:00
parent fe58df35c9
commit daaa27098f
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
2 changed files with 53 additions and 0 deletions

1
presets/.gitignore vendored
View File

@ -2,5 +2,6 @@
!anime.json
!default.json
!lcm.json
!playground_v2.5.json
!realistic.json
!sai.json

View File

@ -0,0 +1,52 @@
{
"default_model": "playground-v2.5-1024px-aesthetic.fp16.safetensors",
"default_refiner": "None",
"default_refiner_switch": 0.5,
"default_loras": [
[
true,
"None",
1.0
],
[
true,
"None",
1.0
],
[
true,
"None",
1.0
],
[
true,
"None",
1.0
],
[
true,
"None",
1.0
]
],
"default_cfg_scale": 2,
"default_sample_sharpness": 2.0,
"default_sampler": "dpmpp_2m",
"default_scheduler": "edm_playground_v2.5",
"default_performance": "Quality",
"default_prompt": "",
"default_prompt_negative": "",
"default_styles": [
"Fooocus V2",
"Fooocus Enhance",
"Fooocus Sharp"
],
"default_aspect_ratio": "1024*1024",
"default_overwrite_step": 50,
"checkpoint_downloads": {
"playground-v2.5-1024px-aesthetic.fp16.safetensors": "https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic/resolve/main/playground-v2.5-1024px-aesthetic.fp16.safetensors"
},
"embeddings_downloads": {},
"lora_downloads": {},
"previous_default_models": []
}