mirror of
https://www.modelscope.cn/Qwen/Qwen-Image-2512.git
synced 2026-04-02 20:02:54 +08:00
Update README.md (batch 1/1)
This commit is contained in:
@ -10,7 +10,7 @@ pipeline_tag: text-to-image
|
|||||||
<img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_logo.png" width="400"/>
|
<img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_logo.png" width="400"/>
|
||||||
<p>
|
<p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
💜 <a href="https://chat.qwen.ai/"><b>Qwen Chat</b></a>   |   🤗 <a href="https://huggingface.co/Qwen/Qwen-Image-2512">Hugging Face</a>   |   🤖 <a href="https://modelscope.cn/models/Qwen/Qwen-Image-2512">ModelScope</a>   |    📑 <a href="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/Qwen_Image.pdf">Tech Report</a>    |    📑 <a href="https://qwenlm.github.io/blog/qwen-image-2512/">Blog</a>   
|
💜 <a href="https://chat.qwen.ai/"><b>Qwen Chat</b></a>   |   🤗 <a href="https://huggingface.co/Qwen/Qwen-Image-2512">Hugging Face</a>   |   🤖 <a href="https://modelscope.cn/models/Qwen/Qwen-Image-2512">ModelScope</a>   |    📑 <a href="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/Qwen_Image.pdf">Tech Report</a>    |    📑 <a href="https://qwen.ai/blog?id=qwen-image-2512">Blog</a>   
|
||||||
<br>
|
<br>
|
||||||
🖥️ <a href="https://huggingface.co/spaces/Qwen/Qwen-Image-2512">Demo</a>   |   💬 <a href="https://github.com/QwenLM/Qwen-Image/blob/main/assets/wechat.png">WeChat (微信)</a>   |   🫨 <a href="https://discord.gg/CV4E9rpNSD">Discord</a>  |    <a href="https://github.com/QwenLM/Qwen-Image">Github</a>  
|
🖥️ <a href="https://huggingface.co/spaces/Qwen/Qwen-Image-2512">Demo</a>   |   💬 <a href="https://github.com/QwenLM/Qwen-Image/blob/main/assets/wechat.png">WeChat (微信)</a>   |   🫨 <a href="https://discord.gg/CV4E9rpNSD">Discord</a>  |    <a href="https://github.com/QwenLM/Qwen-Image">Github</a>  
|
||||||
</p>
|
</p>
|
||||||
@ -80,7 +80,7 @@ aspect_ratios = {
|
|||||||
width, height = aspect_ratios["16:9"]
|
width, height = aspect_ratios["16:9"]
|
||||||
|
|
||||||
image = pipe(
|
image = pipe(
|
||||||
prompt=prompt + positive_magic["en"],
|
prompt=prompt,
|
||||||
negative_prompt=negative_prompt,
|
negative_prompt=negative_prompt,
|
||||||
width=width,
|
width=width,
|
||||||
height=height,
|
height=height,
|
||||||
|
|||||||
Reference in New Issue
Block a user