yichenchenchen commited on
Commit
7199a93
·
verified ·
1 Parent(s): 36d936f

Update inferencer.py

Browse files
Files changed (1) hide show
  1. inferencer.py +1 -1
inferencer.py CHANGED
@@ -19,7 +19,7 @@ class UniPicV2Inferencer:
19
  qwen_vl_path: str,
20
  quant: str = "int4", # {"int4", "fp16"}
21
  image_size: int = 512,
22
- default_negative_prompt: str = "blurry, low quality"
23
  ):
24
  self.model_path = model_path
25
  self.qwen_vl_path = qwen_vl_path
 
19
  qwen_vl_path: str,
20
  quant: str = "int4", # {"int4", "fp16"}
21
  image_size: int = 512,
22
+ default_negative_prompt: str = "blurry, low quality, low resolution, distorted, deformed, broken content, missing parts, damaged details, artifacts, glitch, noise, pixelated, grainy, compression artifacts, bad composition, wrong proportion, incomplete editing, unfinished, unedited areas."
23
  ):
24
  self.model_path = model_path
25
  self.qwen_vl_path = qwen_vl_path