tarn59/character_turnaround_sheet_qwen_image_edit_2509_dataset
Viewer • Updated • 33 • 85 • 3
How to use tarn59/character_turnaround_sheet_qwen_image_edit_2509 with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
from diffusers.utils import load_image
# 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("tarn59/character_turnaround_sheet_qwen_image_edit_2509")
prompt = "Character turnaround sheet"
input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")
image = pipe(image=input_image, prompt=prompt).images[0]

Help see your character from multiple angles. Qwen Image Edit is pretty good at rotations by itself. This Lora just produces a composited image of character from multiple angles. Recommended: input resolution 600x1080, output resolution 2600x1080
You should use Character turnaround sheet to trigger the image generation.
Download them in the Files & versions tab.
Base model
Qwen/Qwen-Image-Edit-2509