From 250fed779f3b4e04558d33471dfdc59f08d46889 Mon Sep 17 00:00:00 2001 From: bghira Date: Sat, 1 Jun 2024 13:42:24 -0600 Subject: [PATCH 1/2] add terminus xl velocity v2 --- src/parti_prompts.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/parti_prompts.py b/src/parti_prompts.py index 21469ec..4546cc9 100644 --- a/src/parti_prompts.py +++ b/src/parti_prompts.py @@ -161,6 +161,26 @@ }, }, }, + { + "name": "Terminus Velocity v2", + "type": "fal", + "url": "https://huggingface.co/ptx0/terminus-xl-velocity-v2", + "fal": { + "model_id": "fal-ai/any-sd", + "playground": "https://fal.ai/models/any-stable-diffusion-xl", + "params": { + "model_name": "ptx0/terminus-xl-velocity-v2", + "image_size": "square_hd", + "params": { + "width": 1024, + "height": 1024, + "guidance_scale": 11.0, + "guidance_rescale": 0.5, + "num_inference_steps": 35 + } + }, + }, + }, { "name": "Proteus", "type": "fal", From 05eefa776c4841dcf9017b542de1e61309f3f17e Mon Sep 17 00:00:00 2001 From: bghira Date: Sun, 23 Jun 2024 09:18:14 -0600 Subject: [PATCH 2/2] update terminus parameters --- src/parti_prompts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/parti_prompts.py b/src/parti_prompts.py index 4546cc9..75490d3 100644 --- a/src/parti_prompts.py +++ b/src/parti_prompts.py @@ -174,8 +174,8 @@ "params": { "width": 1024, "height": 1024, - "guidance_scale": 11.0, - "guidance_rescale": 0.5, + "guidance_scale": 7.2, + "guidance_rescale": 0.4, "num_inference_steps": 35 } },