0
stars
0
commits
Python
primary language
Feb 14, 2026
updated
A Gradio-based experimental demonstration for the Qwen/Qwen-Image-Edit-2511 model with lazy-loaded LoRA adapters supporting multi-image input editing. Users can upload one or more images (gallery format) and apply advanced edits such as pose transfer, anime conversion, or camera angle changes via natural language prompts. Features integrated Rerun SDK visualization for interactive side-by-side comparison of inputs and outputs, with downloadable results and persistent .rrd recordings.
gradio-rerun and rerun-sdk; logs all input images and final result; saves .rrd recordings in tmp_rerun/.Note: This is an experimental Space for the Qwen-Image-Edit-2511 model. For more stable performance, consider the 2509 version.
Clone the repository:
git clone https://github.com/PRITHIVSAKTHIUR/Qwen-Image-Edit-2511-LoRAs-Fast-Multi-Image-Rerun.git
cd Qwen-Image-Edit-2511-LoRAs-Fast-Multi-Image-Rerun
Install dependencies:
Create a requirements.txt file with the following content, then run:
pip install -r requirements.txt
requirements.txt content:
git+https://github.com/huggingface/accelerate.git
git+https://github.com/huggingface/diffusers.git
git+https://github.com/huggingface/peft.git
transformers==4.57.3
huggingface_hub
sentencepiece
gradio-rerun
torchvision
supervision
rerun-sdk
kernels
spaces
hf_xet
torch
numpy
av
Start the application:
python app.py
The demo launches at http://localhost:7860.
Upload Images: Use the gallery to add one or more images (e.g., subject + pose reference).
Select Adapter: Choose from "Photo-to-Anime", "Multiple-Angles", or "Any-Pose".
Enter Prompt: Describe the desired edit (e.g., "Make the person in image 1 do the exact same pose of the person in image 2").
Edit Image: Click "Edit Image".
Output:
.rrd in tmp_rerun/.| Adapter | Use Case |
|---|---|
| Photo-to-Anime | Convert realistic photos to anime style |
| Multiple-Angles | Change camera viewpoint/angle |
| Any-Pose | Transfer precise pose from reference image(s) |
| Input Images | Prompt Example | Adapter |
|---|---|---|
| examples/B.jpg | "Transform into anime." | Photo-to-Anime |
| examples/A.jpeg | "Rotate the camera 45 degrees to the right." | Multiple-Angles |
| examples/P1.jpg + examples/P2.jpg | "Make the person in image 1 do the exact same pose of the person in image 2. Changing style/background undesirable. Match head tilt, eye gaze, arms/legs position exactly." | Any-Pose |
images/input_0, input_1, ..., images/edited_result.tmp_rerun/ until manually cleared.gradio-rerun and rerun-sdk installed; handles SDK version differences.torch.cuda.empty_cache().Contributions welcome! Fork the repo, add new adapters to ADAPTER_SPECS, enhance Rerun logging, or improve multi-image handling, and submit PRs with tests.
Repository: https://github.com/PRITHIVSAKTHIUR/Qwen-Image-Edit-2511-LoRAs-Fast-Multi-Image-Rerun.git
Apache License 2.0. See LICENSE for details.
Built by Prithiv Sakthi. Report issues via the repository.
Python
98.6%
Shell
1.4%
0
stars
0
commits
Python
primary language
Feb 14, 2026
updated
A Gradio-based experimental demonstration for the Qwen/Qwen-Image-Edit-2511 model with lazy-loaded LoRA adapters supporting multi-image input editing. Users can upload one or more images (gallery format) and apply advanced edits such as pose transfer, anime conversion, or camera angle changes via natural language prompts. Features integrated Rerun SDK visualization for interactive side-by-side comparison of inputs and outputs, with downloadable results and persistent .rrd recordings.
gradio-rerun and rerun-sdk; logs all input images and final result; saves .rrd recordings in tmp_rerun/.Note: This is an experimental Space for the Qwen-Image-Edit-2511 model. For more stable performance, consider the 2509 version.
Clone the repository:
git clone https://github.com/PRITHIVSAKTHIUR/Qwen-Image-Edit-2511-LoRAs-Fast-Multi-Image-Rerun.git
cd Qwen-Image-Edit-2511-LoRAs-Fast-Multi-Image-Rerun
Install dependencies:
Create a requirements.txt file with the following content, then run:
pip install -r requirements.txt
requirements.txt content:
git+https://github.com/huggingface/accelerate.git
git+https://github.com/huggingface/diffusers.git
git+https://github.com/huggingface/peft.git
transformers==4.57.3
huggingface_hub
sentencepiece
gradio-rerun
torchvision
supervision
rerun-sdk
kernels
spaces
hf_xet
torch
numpy
av
Start the application:
python app.py
The demo launches at http://localhost:7860.
Upload Images: Use the gallery to add one or more images (e.g., subject + pose reference).
Select Adapter: Choose from "Photo-to-Anime", "Multiple-Angles", or "Any-Pose".
Enter Prompt: Describe the desired edit (e.g., "Make the person in image 1 do the exact same pose of the person in image 2").
Edit Image: Click "Edit Image".
Output:
.rrd in tmp_rerun/.| Adapter | Use Case |
|---|---|
| Photo-to-Anime | Convert realistic photos to anime style |
| Multiple-Angles | Change camera viewpoint/angle |
| Any-Pose | Transfer precise pose from reference image(s) |
| Input Images | Prompt Example | Adapter |
|---|---|---|
| examples/B.jpg | "Transform into anime." | Photo-to-Anime |
| examples/A.jpeg | "Rotate the camera 45 degrees to the right." | Multiple-Angles |
| examples/P1.jpg + examples/P2.jpg | "Make the person in image 1 do the exact same pose of the person in image 2. Changing style/background undesirable. Match head tilt, eye gaze, arms/legs position exactly." | Any-Pose |
images/input_0, input_1, ..., images/edited_result.tmp_rerun/ until manually cleared.gradio-rerun and rerun-sdk installed; handles SDK version differences.torch.cuda.empty_cache().Contributions welcome! Fork the repo, add new adapters to ADAPTER_SPECS, enhance Rerun logging, or improve multi-image handling, and submit PRs with tests.
Repository: https://github.com/PRITHIVSAKTHIUR/Qwen-Image-Edit-2511-LoRAs-Fast-Multi-Image-Rerun.git
Apache License 2.0. See LICENSE for details.
Built by Prithiv Sakthi. Report issues via the repository.
Python
98.6%
Shell
1.4%