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,