Image-to-Image
Diffusers
English
Chinese
anime
lora
qwen
qwen-image
qwen-image-edit
qwen-image-edit-2509
manga
photo2anime
Instructions to use autoweeb/Qwen-Image-Edit-2509-Photo-to-Anime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use autoweeb/Qwen-Image-Edit-2509-Photo-to-Anime 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("autoweeb/Qwen-Image-Edit-2509-Photo-to-Anime") 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 Settings
- Draw Things
Qwen-Image-Edit-2509 Photo-to-Anime
Turns any photo into an anime image.
| Photo | Anime |
|---|---|
![]() |
![]() |
- Finetuned from model: Qwen/Qwen-Image-Edit-2509
- Model type: LoRA
- License: MIT
This model was made for π₯AutoWeeb, the AI anime creator.
Twitter: https://x.com/AUTOWEEB_
YouTube: https://www.youtube.com/@AUTOWEEB
Getting Started
Works well with simple prompts and high-resolution photos. Try "transform into anime".
workflow.json is a ComfyUI workflow that we use for testing, but the model seems to work better with Phr00t/Qwen-Image-Edit-Rapid-AIO
Examples
| Photo | Anime |
|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
- Downloads last month
- 48,794
Model tree for autoweeb/Qwen-Image-Edit-2509-Photo-to-Anime
Base model
Qwen/Qwen-Image-Edit-2509








