prithivMLmods commited on
Commit
a2d2c1f
1 Parent(s): 8f32193

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -47,11 +47,6 @@ style_list = [
47
  "prompt": "hyper-realistic 2K image of {prompt}. ultra-detailed, lifelike, high-resolution, sharp, vibrant colors, photorealistic",
48
  "negative_prompt": "cartoonish, low resolution, blurry, simplistic, abstract, deformed, ugly",
49
  },
50
- {
51
- "name": "(No style)",
52
- "prompt": "{prompt}",
53
- "negative_prompt": "",
54
- },
55
  ]
56
 
57
  styles = {k["name"]: (k["prompt"], k["negative_prompt"]) for k in style_list}
 
47
  "prompt": "hyper-realistic 2K image of {prompt}. ultra-detailed, lifelike, high-resolution, sharp, vibrant colors, photorealistic",
48
  "negative_prompt": "cartoonish, low resolution, blurry, simplistic, abstract, deformed, ugly",
49
  },
 
 
 
 
 
50
  ]
51
 
52
  styles = {k["name"]: (k["prompt"], k["negative_prompt"]) for k in style_list}