valhalla commited on
Commit
092ceda
1 Parent(s): 0df770e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -16,37 +16,37 @@ if not torch.cuda.is_available():
16
 
17
  styles = [
18
  {
19
- "name": "cinematic-default",
20
  "prompt": "cinematic still {prompt} . emotional, harmonious, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy",
21
  "negative_prompt": "anime, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured"
22
  },
23
  {
24
- "name": "sai-3d-model",
25
  "prompt": "professional 3d model {prompt} . octane render, highly detailed, volumetric, dramatic lighting",
26
  "negative_prompt": "ugly, deformed, noisy, low poly, blurry, painting"
27
  },
28
  {
29
- "name": "sai-anime",
30
  "prompt": "anime artwork {prompt} . anime style, key visual, vibrant, studio anime, highly detailed",
31
  "negative_prompt": "photo, deformed, black and white, realism, disfigured, low contrast"
32
  },
33
  {
34
- "name": "sai-digital art",
35
  "prompt": "concept art {prompt} . digital artwork, illustrative, painterly, matte painting, highly detailed",
36
  "negative_prompt": "photo, photorealistic, realism, ugly"
37
  },
38
  {
39
- "name": "sai-photographic",
40
  "prompt": "cinematic photo {prompt} . 35mm photograph, film, bokeh, professional, 4k, highly detailed",
41
  "negative_prompt": "drawing, painting, crayon, sketch, graphite, impressionist, noisy, blurry, soft, deformed, ugly"
42
  },
43
  {
44
- "name": "sai-pixel art",
45
  "prompt": "pixel-art {prompt} . low-res, blocky, pixel art style, 8-bit graphics",
46
  "negative_prompt": "sloppy, messy, blurry, noisy, highly detailed, ultra textured, photo, realistic"
47
  },
48
  {
49
- "name": "sai-fantasy art",
50
  "prompt": "ethereal fantasy concept art of {prompt} . magnificent, celestial, ethereal, painterly, epic, majestic, magical, fantasy art, cover art, dreamy",
51
  "negative_prompt": "photographic, realistic, realism, 35mm film, dslr, cropped, frame, text, deformed, glitch, noise, noisy, off-center, deformed, cross-eyed, closed eyes, bad anatomy, ugly, disfigured, sloppy, duplicate, mutated, black and white"
52
  },
 
16
 
17
  styles = [
18
  {
19
+ "name": "Cinematic",
20
  "prompt": "cinematic still {prompt} . emotional, harmonious, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy",
21
  "negative_prompt": "anime, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured"
22
  },
23
  {
24
+ "name": "3D Model",
25
  "prompt": "professional 3d model {prompt} . octane render, highly detailed, volumetric, dramatic lighting",
26
  "negative_prompt": "ugly, deformed, noisy, low poly, blurry, painting"
27
  },
28
  {
29
+ "name": "Anime",
30
  "prompt": "anime artwork {prompt} . anime style, key visual, vibrant, studio anime, highly detailed",
31
  "negative_prompt": "photo, deformed, black and white, realism, disfigured, low contrast"
32
  },
33
  {
34
+ "name": "Digital Art",
35
  "prompt": "concept art {prompt} . digital artwork, illustrative, painterly, matte painting, highly detailed",
36
  "negative_prompt": "photo, photorealistic, realism, ugly"
37
  },
38
  {
39
+ "name": "Photographic",
40
  "prompt": "cinematic photo {prompt} . 35mm photograph, film, bokeh, professional, 4k, highly detailed",
41
  "negative_prompt": "drawing, painting, crayon, sketch, graphite, impressionist, noisy, blurry, soft, deformed, ugly"
42
  },
43
  {
44
+ "name": "Pixel art",
45
  "prompt": "pixel-art {prompt} . low-res, blocky, pixel art style, 8-bit graphics",
46
  "negative_prompt": "sloppy, messy, blurry, noisy, highly detailed, ultra textured, photo, realistic"
47
  },
48
  {
49
+ "name": "Fantasy art",
50
  "prompt": "ethereal fantasy concept art of {prompt} . magnificent, celestial, ethereal, painterly, epic, majestic, magical, fantasy art, cover art, dreamy",
51
  "negative_prompt": "photographic, realistic, realism, 35mm film, dslr, cropped, frame, text, deformed, glitch, noise, noisy, off-center, deformed, cross-eyed, closed eyes, bad anatomy, ugly, disfigured, sloppy, duplicate, mutated, black and white"
52
  },