Instructions to use lrzjason/QwenEdit-Anything2Real_Alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lrzjason/QwenEdit-Anything2Real_Alpha 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("lrzjason/QwenEdit-Anything2Real_Alpha") 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
- Local Apps
- Draw Things
Feedback on unexpected changes of face and bodily fluids
#11 opened about 2 months ago
by
daijava
2511 update ?
1
#10 opened 5 months ago
by
jonnytracker
Render for robotics
2
#9 opened 5 months ago
by
flyingccm2momo
Great work! Thank you!
1
#8 opened 6 months ago
by
gymtronik
Not working in Draw things app by Liuliu
3
#7 opened 6 months ago
by
akos2
lora key not loaded
4
#5 opened 6 months ago
by
Theoldsong
Update README.md (Small Fix)
#3 opened 6 months ago
by
qpqpqpqpqpqp