From a08a7f254c23f8b356fafba5d919a85fdd5cee87 Mon Sep 17 00:00:00 2001 From: lvmin Date: Thu, 10 Aug 2023 18:12:18 -0700 Subject: [PATCH] i --- draft.py | 2 +- modules/sdxl_styles.py | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/draft.py b/draft.py index c22fffc2..d9878731 100644 --- a/draft.py +++ b/draft.py @@ -6,7 +6,7 @@ from modules.default_pipeline import process def generate_clicked(positive_prompt): - p, n = apply_style('sai-cinematic', positive_prompt, '') + p, n = apply_style('cinematic-default', positive_prompt, '') print(p) print(n) diff --git a/modules/sdxl_styles.py b/modules/sdxl_styles.py index 72e1e794..2b075d63 100644 --- a/modules/sdxl_styles.py +++ b/modules/sdxl_styles.py @@ -6,6 +6,11 @@ styles = [ "prompt": "{prompt}", "negative_prompt": "" }, + { + "name": "cinematic-default", + "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": "sai-3d-model", "prompt": "professional 3d model {prompt} . octane render, highly detailed, volumetric, dramatic lighting",