Aklavya commited on
Commit
a37cd75
·
verified ·
1 Parent(s): e7da984

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from typing import Tuple
12
  def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str, str]:
13
  styles = {
14
  "3840 x 2160": (
15
- "hyper-realistic image of {prompt}. lifelike, authentic, natural colors, true-to-life details, realistic lighting, immersive, highly detailed",
16
  "unrealistic, low resolution, artificial, over-saturated, distorted, fake",
17
  ),
18
  "Style Zero": ("{prompt}", ""),
 
12
  def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str, str]:
13
  styles = {
14
  "3840 x 2160": (
15
+ "hyper-realistic image of {prompt}. lifelike, authentic, natural colors, true-to-life details, landscape image, realistic lighting, immersive, highly detailed",
16
  "unrealistic, low resolution, artificial, over-saturated, distorted, fake",
17
  ),
18
  "Style Zero": ("{prompt}", ""),