# Qwen-Image-Edit-2511 **Repository Path**: alan-ding/qwen-image-edit-2511 ## Basic Information - **Project Name**: Qwen-Image-Edit-2511 - **Description**: 本地部署 qwen-image-edit-2511,虽然最终因GPU不给力失败,但可将经验分享给大家 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-29 - **Last Updated**: 2025-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 介绍 - https://stable-learn.com/zh/qwen-image-edit-2511-intro/ - https://volcengine.csdn.net/694cf8975b9f5f31781ab050.html - https://www.kdjingpai.com/kaifazheruhetongbeng-3/ ![alt text](test/image1.png) ## 踩坑 https://zhuanlan.zhihu.com/p/1988216741315248304 ## how to run 1. remove packages below from `global-requirements.txt` ``` torch==2.9.1+cu128 torchaudio==2.9.1+cu128 torchvision==0.24.1+cu128 ``` 2. install global modules `pip install -r global-requirements.txt` 3. install torch ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128 ``` 4. use global cuda set `include-system-site-packages = true` in `.venv\pyvenv.cfg` 5. install project dependency ``` uv sync uv lock ``` 6. start ``` python main.py ``` ## try 失败 - 太慢 ![alt text](test/image.png)