Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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}", ""),
|