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.