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/qwen_edit_2509_rideanimals")
prompt = " r1d3an1ma1,人骑在动物身上"
image = pipe(prompt).images[0]




Upload a picture of a person and an animal, and simply enter a trigger word to get a picture of a person riding an animal. The generalization is very good. The untrained edit model generates pictures with a bad ratio between people and animals, and the person will be larger than the animal.
You should use r1d3an1ma1,人骑在动物身上 to trigger the image generation.
Download them in the Files & versions tab.
Base model
Qwen/Qwen-Image-Edit-2509