[diffusion] fix: align negative prompt with official readme for new model (#16222)

This commit is contained in:
Yuhao Yang
2026-01-02 15:20:56 +08:00
committed by GitHub
parent 027042604d
commit 6c8587b5db
2 changed files with 14 additions and 1 deletions
@@ -15,6 +15,13 @@ class QwenImageSamplingParams(SamplingParams):
num_inference_steps: int = 50
@dataclass
class QwenImage2512SamplingParams(QwenImageSamplingParams):
negative_prompt: str = (
"低分辨率,低画质,肢体畸形,手指畸形,画面过饱和,蜡像感,人脸无细节,过度光滑,画面具有AI感。构图混乱。文字模糊,扭曲。"
)
@dataclass
class QwenImageEditPlusSamplingParams(QwenImageSamplingParams):
# Denoising stage