Spaces:
Running
on
Zero
Running
on
Zero
Jordan Legg
commited on
Commit
•
511af21
1
Parent(s):
3dd7686
adjusted prompt slightly
Browse files
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
|
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)
|