lllyasviel commited on
Commit
37c03a7
·
1 Parent(s): 23e630d
Files changed (2) hide show
  1. draft.py +1 -1
  2. modules/sdxl_styles.py +5 -0
draft.py CHANGED
@@ -6,7 +6,7 @@ from modules.default_pipeline import process
6
 
7
  def generate_clicked(positive_prompt):
8
 
9
- p, n = apply_style('sai-cinematic', positive_prompt, '')
10
 
11
  print(p)
12
  print(n)
 
6
 
7
  def generate_clicked(positive_prompt):
8
 
9
+ p, n = apply_style('cinematic-default', positive_prompt, '')
10
 
11
  print(p)
12
  print(n)
modules/sdxl_styles.py CHANGED
@@ -6,6 +6,11 @@ styles = [
6
  "prompt": "{prompt}",
7
  "negative_prompt": ""
8
  },
 
 
 
 
 
9
  {
10
  "name": "sai-3d-model",
11
  "prompt": "professional 3d model {prompt} . octane render, highly detailed, volumetric, dramatic lighting",
 
6
  "prompt": "{prompt}",
7
  "negative_prompt": ""
8
  },
9
+ {
10
+ "name": "cinematic-default",
11
+ "prompt": "cinematic still {prompt} . emotional, harmonious, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy",
12
+ "negative_prompt": "anime, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured"
13
+ },
14
  {
15
  "name": "sai-3d-model",
16
  "prompt": "professional 3d model {prompt} . octane render, highly detailed, volumetric, dramatic lighting",