hysts HF staff commited on
Commit
7d99194
1 Parent(s): 15680c5

Add "No style"

Browse files
Files changed (1) hide show
  1. utils.py +5 -0
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",