Spaces:
Runtime error
Runtime error
Add "No style"
Browse files
utils.py
CHANGED
|
@@ -6,6 +6,11 @@ MAX_SEED = np.iinfo(np.int32).max
|
|
| 6 |
|
| 7 |
|
| 8 |
style_list = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
{
|
| 10 |
"name": "Cinematic",
|
| 11 |
"prompt": "cinematic still {prompt} . emotional, harmonious, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy",
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
style_list = [
|
| 9 |
+
{
|
| 10 |
+
"name": "(No style)",
|
| 11 |
+
"prompt": "{prompt}",
|
| 12 |
+
"negative_prompt": "anime, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured",
|
| 13 |
+
},
|
| 14 |
{
|
| 15 |
"name": "Cinematic",
|
| 16 |
"prompt": "cinematic still {prompt} . emotional, harmonious, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy",
|