Instructions to use Qwen/Qwen-Image-Edit-2511 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Qwen/Qwen-Image-Edit-2511 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-2511", dtype=torch.bfloat16, device_map="cuda") prompt = "Turn this cat into a dog" 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] - Inference
- Notebooks
- Google Colab
- Kaggle
推理加速
#4
by hwx3157 - opened
qwen-image-edit-2511有类似4步lora的加速方法吗
the 2511 lightning make things cartoony.
2509 lightning + 2511 is more real.
非常感谢,我发现使用Qwen-Image-Edit-2511-Lightning-4steps-V1.0-bf16.safetensors+qwen_image_edit_2511_bf16.safetensors生成的人物真实度不够,磨皮感很重,qwen-image-edit-2511是否有类似skin-lora像https://www.reddit.com/r/StableDiffusion/comments/1onc7ok/finetuned_lora_for_enhanced_skin_realism_in/以解决人物生成真实度的问题
