diff --git a/presets/pony_v6.json b/presets/pony_v6.json index c43255db..f28064b8 100644 --- a/presets/pony_v6.json +++ b/presets/pony_v6.json @@ -35,9 +35,11 @@ "default_sampler": "dpmpp_2m_sde_gpu", "default_scheduler": "karras", "default_performance": "Speed", - "default_prompt": "score_9, score_8_up, score_7_up, ", - "default_prompt_negative": "score_6, score_5, score_4, censored", - "default_styles": [], + "default_prompt": "", + "default_prompt_negative": "", + "default_styles": [ + "Fooocus Pony" + ], "default_aspect_ratio": "896*1152", "default_overwrite_step": -1, "checkpoint_downloads": { diff --git a/sdxl_styles/samples/fooocus_pony.jpg b/sdxl_styles/samples/fooocus_pony.jpg new file mode 100644 index 00000000..b34e5c76 Binary files /dev/null and b/sdxl_styles/samples/fooocus_pony.jpg differ diff --git a/sdxl_styles/sdxl_styles_fooocus.json b/sdxl_styles/sdxl_styles_fooocus.json index cf64eab4..669e97a4 100644 --- a/sdxl_styles/sdxl_styles_fooocus.json +++ b/sdxl_styles/sdxl_styles_fooocus.json @@ -30,5 +30,10 @@ "name": "Fooocus Cinematic", "prompt": "cinematic still {prompt} . emotional, harmonious, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy", "negative_prompt": "anime, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured" + }, + { + "name": "Fooocus Pony", + "prompt": "score_9, score_8_up, score_7_up, {prompt}", + "negative_prompt": "score_6, score_5, score_4" } ]