Next7years commited on
Commit
c880a7e
1 Parent(s): 9366435

add default negative

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ print("info: running device type: " + device.type )
18
 
19
  #word_list_dataset = load_dataset("stabilityai/word-list", data_files="list.txt", use_auth_token=True)
20
  #word_list = word_list_dataset["train"]['text']
21
-
22
  example_dir = "prompt_examples"
23
  is_gpu_busy = False
24
  '''
 
18
 
19
  #word_list_dataset = load_dataset("stabilityai/word-list", data_files="list.txt", use_auth_token=True)
20
  #word_list = word_list_dataset["train"]['text']
21
+ default_negative_prompt="ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, bad anatomy, watermark, signature, cut off, low contrast, underexposed, overexposed, bad art, beginner, amateur, distorted face, blurry, draft, grainy"
22
  example_dir = "prompt_examples"
23
  is_gpu_busy = False
24
  '''