QIE-Manga-LoRA-Series
Collection
3 items • Updated
How to use nappa114514/Qwen-Image-Edit-2511-monochrome-charachange with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-Edit-2511", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("nappa114514/Qwen-Image-Edit-2511-monochrome-charachange")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Replace monochrome Anime/Manga character with other character in reference image.
Available in Qwen Image Edit 2511.
| Example 1 |
|---|
![]() |
| Example 2 |
|---|
![]() |
| Example 3 |
|---|
![]() |
replace character in image1 with character in image2 to trigger the image generation.
monochrome.json is the Replace monochrome Anime/Manga character LoRA workflow for ComfyUI.
It is assumed that the following models are used:
qwen-image-edit-2511-Q4_K_M.gguf
Qwen-Image-Edit-2511-Lightning-4steps-V1.0-bf16.safetensors
Base model
Qwen/Qwen-Image-Edit-2511