From 6e8588ca0c28dba73a245bbcc39584261f36eb74 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Sun, 30 Jun 2024 20:21:53 +0200 Subject: [PATCH] feat: adjust playground inpaint mode default prevent inpaint engine to be used on preset select to prevent accidental bad results due to incompatibility --- presets/playground_v2.5.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/presets/playground_v2.5.json b/presets/playground_v2.5.json index 5bc6059e..f4afaa9a 100644 --- a/presets/playground_v2.5.json +++ b/presets/playground_v2.5.json @@ -40,6 +40,8 @@ "Fooocus V2" ], "default_aspect_ratio": "1024*1024", + "default_overwrite_step": -1, + "default_inpaint_method": "Improve Detail (face, hand, eyes, etc.)", "checkpoint_downloads": { "playground-v2.5-1024px-aesthetic.fp16.safetensors": "https://huggingface.co/mashb1t/fav_models/resolve/main/fav/playground-v2.5-1024px-aesthetic.fp16.safetensors" },