From 7ebc401fba5a1295aa736fb5ec9a93010c47b2fe Mon Sep 17 00:00:00 2001 From: Cherrytest Date: Wed, 31 Dec 2025 09:32:40 +0000 Subject: [PATCH] Update README.md (batch 1/1) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd8f305..c022310 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ pipeline_tag: text-to-image

- 💜 Qwen Chat   |   🤗 Hugging Face   |   🤖 ModelScope   |    📑 Tech Report    |    📑 Blog    + 💜 Qwen Chat   |   🤗 Hugging Face   |   🤖 ModelScope   |    📑 Tech Report    |    📑 Blog   
🖥️ Demo   |   💬 WeChat (微信)   |   🫨 Discord  |    Github  

@@ -80,7 +80,7 @@ aspect_ratios = { width, height = aspect_ratios["16:9"] image = pipe( - prompt=prompt + positive_magic["en"], + prompt=prompt, negative_prompt=negative_prompt, width=width, height=height,