From 9c97310d9259254494de909688d684d2e52c4105 Mon Sep 17 00:00:00 2001 From: lvmin Date: Sat, 19 Aug 2023 13:01:45 -0700 Subject: [PATCH] cinematic-default v2 --- fooocus_version.py | 2 +- modules/sdxl_styles.py | 4 ++-- update_log.md | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/fooocus_version.py b/fooocus_version.py index 56d58fc..a330f44 100644 --- a/fooocus_version.py +++ b/fooocus_version.py @@ -1 +1 @@ -version = '1.0.36' +version = '1.0.37' diff --git a/modules/sdxl_styles.py b/modules/sdxl_styles.py index a1dfdeb..4e9f60c 100644 --- a/modules/sdxl_styles.py +++ b/modules/sdxl_styles.py @@ -8,8 +8,8 @@ styles = [ }, { "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" + "prompt": "cinematic still {prompt} . emotional, harmonious, vignette, highly detailed, high budget, moody, epic, gorgeous, film grain, grainy", + "negative_prompt": "blur, bokeh, anime, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured" }, { "name": "sai-3d-model", diff --git a/update_log.md b/update_log.md index 8f60d91..838a45d 100644 --- a/update_log.md +++ b/update_log.md @@ -1,3 +1,7 @@ +### 1.0.37 + +* Cinematic-default v2. + ### 1.0.36 * Change gaussian kernel to anisotropic kernel.