Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -56,6 +56,11 @@ style_list = [
|
|
| 56 |
"prompt": "manga style {prompt} . vibrant, high-energy, detailed, iconic, Japanese comic style",
|
| 57 |
"negative_prompt": "ugly, deformed, noisy, blurry, low contrast, realism, photorealistic, Western comic style",
|
| 58 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
]
|
| 60 |
|
| 61 |
styles = {k["name"]: (k["prompt"], k["negative_prompt"]) for k in style_list}
|
|
|
|
| 56 |
"prompt": "manga style {prompt} . vibrant, high-energy, detailed, iconic, Japanese comic style",
|
| 57 |
"negative_prompt": "ugly, deformed, noisy, blurry, low contrast, realism, photorealistic, Western comic style",
|
| 58 |
},
|
| 59 |
+
{
|
| 60 |
+
"name": "Islamic Art",
|
| 61 |
+
"prompt": "Islamic art style {prompt} . geometric patterns, arabesque, intricate, ornate, symmetrical, traditional Islamic art, vibrant colors, cultural, historical, detailed",
|
| 62 |
+
"negative_prompt": "ugly, deformed, noisy, blurry, low contrast, realism, photorealistic, Western art style, abstract, minimalist"
|
| 63 |
+
},
|
| 64 |
]
|
| 65 |
|
| 66 |
styles = {k["name"]: (k["prompt"], k["negative_prompt"]) for k in style_list}
|