Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -25,31 +25,30 @@ style_list = [
|
|
25 |
"prompt": "hyper-realistic 4K image of {prompt}. ultra-detailed, lifelike, high-resolution, sharp, vibrant colors, photorealistic",
|
26 |
"negative_prompt": "cartoonish, low resolution, blurry, simplistic, abstract, deformed, ugly",
|
27 |
},
|
|
|
28 |
{
|
29 |
-
"name": "
|
30 |
-
"prompt": "
|
31 |
-
"negative_prompt": "
|
32 |
-
},
|
|
|
33 |
{
|
34 |
"name": "Cinematic",
|
35 |
"prompt": "cinematic still {prompt}. emotional, harmonious, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy",
|
36 |
"negative_prompt": "anime, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured",
|
37 |
},
|
|
|
38 |
{
|
39 |
-
"name": "
|
40 |
-
"prompt": "
|
41 |
-
"negative_prompt": "
|
42 |
},
|
|
|
43 |
{
|
44 |
"name": "Anime",
|
45 |
"prompt": "anime artwork {prompt}. anime style, key visual, vibrant, studio anime, highly detailed",
|
46 |
"negative_prompt": "photo, deformed, black and white, realism, disfigured, low contrast",
|
47 |
},
|
48 |
-
{
|
49 |
-
"name": "Manga",
|
50 |
-
"prompt": "manga style {prompt}. vibrant, high-energy, detailed, iconic, Japanese comic style",
|
51 |
-
"negative_prompt": "ugly, deformed, noisy, blurry, low contrast, realism, photorealistic, Western comic style",
|
52 |
-
},
|
53 |
{
|
54 |
"name": "Digital",
|
55 |
"prompt": "concept art {prompt}. digital artwork, illustrative, painterly, matte painting, highly detailed",
|
|
|
25 |
"prompt": "hyper-realistic 4K image of {prompt}. ultra-detailed, lifelike, high-resolution, sharp, vibrant colors, photorealistic",
|
26 |
"negative_prompt": "cartoonish, low resolution, blurry, simplistic, abstract, deformed, ugly",
|
27 |
},
|
28 |
+
|
29 |
{
|
30 |
+
"name": "Photo",
|
31 |
+
"prompt": "cinematic photo {prompt}. 35mm photograph, film, bokeh, professional, 4k, highly detailed",
|
32 |
+
"negative_prompt": "drawing, painting, crayon, sketch, graphite, impressionist, noisy, blurry, soft, deformed, ugly",
|
33 |
+
},
|
34 |
+
|
35 |
{
|
36 |
"name": "Cinematic",
|
37 |
"prompt": "cinematic still {prompt}. emotional, harmonious, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy",
|
38 |
"negative_prompt": "anime, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured",
|
39 |
},
|
40 |
+
|
41 |
{
|
42 |
+
"name": "HDR",
|
43 |
+
"prompt": "HDR photo of {prompt}. high dynamic range, vivid colors, sharp contrast, realistic, detailed, high resolution, professional",
|
44 |
+
"negative_prompt": "dull, low contrast, blurry, unrealistic, cartoonish, ugly, deformed",
|
45 |
},
|
46 |
+
|
47 |
{
|
48 |
"name": "Anime",
|
49 |
"prompt": "anime artwork {prompt}. anime style, key visual, vibrant, studio anime, highly detailed",
|
50 |
"negative_prompt": "photo, deformed, black and white, realism, disfigured, low contrast",
|
51 |
},
|
|
|
|
|
|
|
|
|
|
|
52 |
{
|
53 |
"name": "Digital",
|
54 |
"prompt": "concept art {prompt}. digital artwork, illustrative, painterly, matte painting, highly detailed",
|