Jordan Legg commited on
Commit
511af21
1 Parent(s): 3dd7686

adjusted prompt slightly

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ MIN_WIDTH = 512
37
  MAX_WIDTH = 3072
38
  STANDARD_WIDTH = 2048
39
  STEP_WIDTH = 8
40
- STYLE_PROMPT = "hyperrealistic widescreen cinematic still shallow depth vignette high budget bokeh film grain dramatic lighting epic composition moody detailed wide shot atmospheric backlit soft light, "
41
 
42
  def calculate_height(width: int, aspect_ratio: float) -> int:
43
  height = int(width / aspect_ratio)
 
37
  MAX_WIDTH = 3072
38
  STANDARD_WIDTH = 2048
39
  STEP_WIDTH = 8
40
+ STYLE_PROMPT = "hyperrealistic widescreen anamorphic cinematic still vignette bokeh film grain dramatic lighting epic composition moody detailed super wide shot atmospheric backlit soft light, "
41
 
42
  def calculate_height(width: int, aspect_ratio: float) -> int:
43
  height = int(width / aspect_ratio)