Qwen-Image-Edit-2509 的 LoRA 适配器:多图像融合与混合
本仓库包含适用于 Qwen-Image-Edit-2509 的 Fusion LoRA 适配器,已适配 华为昇腾 NPU 推理。
触发词: 溶图
该 LoRA 能够将多张图像混合融合为一幅连贯的作品。
# Multi-image fusion
python3 inference.py --image test_images/product.png test_images/bear.png \
--prompt "溶图, 将两张图片融合在一起" \
--output fused.pngQwen-Image-Edit-2509-Fusion/
├── inference.py # Main inference script
├── README.md # This file
├── test_images/ # Sample input images
├── evaluation/
│ ├── eval_accuracy.py # CPU vs NPU accuracy comparison
│ ├── eval_performance.py # Throughput & latency benchmark
│ ├── terminal_screenshot.py # macOS-style screenshot generator
│ ├── take_screenshot.py # Screenshot helper
│ ├── logs/ # Evaluation results
│ └── screenshots/ # Output images & screenshots溶图.safetensors(225 MB)由 @m0_74196153 适配华为昇腾 NPU