Qwen-Image
Collection
19 items • Updated • 5
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-Edit-2509", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("joyfox/QwenEdit2509_Zootopia")
prompt = "z0070,将人物转换成疯狂动物城中的狐狸,背景是疯狂动物城场景,疯狂动物城风格。保持角色服装大致相似,迪士尼Q版风格。"
image = pipe(prompt).images[0]



description
Realize the transformation of Zootopia characters in character images using qwen image edit 2509
Skills
Trigger words:z0070,将人物转换成疯狂动物城中的{Animal},背景是疯狂动物城场景,疯狂动物城风格。
Just modify {Animal} in the trigger word to the desired animal type
example of prompts
z0070,将人物转换成疯狂动物城中的狐狸,背景是疯狂动物城场景,疯狂动物城风格。保持角色服装大致相似,迪士尼Q版风格。
z0070,将人物转换成疯狂动物城中的兔子,背景是疯狂动物城场景,疯狂动物城风格。保持角色服装大致相似,迪士尼Q版风格。
z0070,将人物转换成疯狂动物城中的绵羊,背景是疯狂动物城场景,疯狂动物城风格。保持角色服装大致相似,迪士尼Q版风格。
You should use z0070,将人物转换成疯狂动物城中的{Animal},背景是疯狂动物城场景,疯狂动物城风格。 to trigger the image generation.
Download them in the Files & versions tab.
Base model
Qwen/Qwen-Image-Edit-2509