Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,19 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
- en
|
| 4 |
license: other
|
| 5 |
license_name: quantfunc-model-license
|
| 6 |
-
base_model: Qwen/Qwen-Image-Edit-2511
|
| 7 |
-
base_model_relation: quantized
|
| 8 |
tags:
|
| 9 |
- image-editing
|
| 10 |
- image-to-image
|
| 11 |
- diffusion
|
| 12 |
- quantized
|
| 13 |
- quantfunc
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
pipeline_tag: image-to-image
|
| 17 |
---
|
| 18 |
|
| 19 |
# QuantFunc
|
|
@@ -30,7 +25,7 @@ Pre-quantized **Qwen-Image-Edit-2511** image editing model series by [QuantFunc]
|
|
| 30 |
|
| 31 |
Qwen-Image-Edit-2511 is an image editing diffusion model distilled from Alibaba Qwen team's image editing model. It can edit input images according to text instructions and supports multi-reference image inputs.
|
| 32 |
|
| 33 |
-
With the latest QuantFunc ComfyUI plugin, inference achieves **2x–
|
| 34 |
|
| 35 |
## Hardware Requirements
|
| 36 |
|
|
@@ -98,11 +93,11 @@ Qwen-Image-Edit-Series/
|
|
| 98 |
### Download
|
| 99 |
|
| 100 |
```bash
|
| 101 |
-
pip install
|
| 102 |
```
|
| 103 |
|
| 104 |
```python
|
| 105 |
-
from
|
| 106 |
model_dir = snapshot_download('QuantFunc/Qwen-Image-Edit-Series')
|
| 107 |
```
|
| 108 |
|
|
@@ -196,8 +191,8 @@ These configs control the quantization precision of each transformer sub-layer.
|
|
| 196 |
|
| 197 |
## Related Repositories
|
| 198 |
|
| 199 |
-
- [QuantFunc/Qwen-Image-Series](https://
|
| 200 |
-
- [QuantFunc/Z-Image-Series](https://
|
| 201 |
|
| 202 |
## License
|
| 203 |
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: quantfunc-model-license
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
- image-editing
|
| 6 |
- image-to-image
|
| 7 |
- diffusion
|
| 8 |
- quantized
|
| 9 |
- quantfunc
|
| 10 |
+
language:
|
| 11 |
+
- en
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# QuantFunc
|
|
|
|
| 25 |
|
| 26 |
Qwen-Image-Edit-2511 is an image editing diffusion model distilled from Alibaba Qwen team's image editing model. It can edit input images according to text instructions and supports multi-reference image inputs.
|
| 27 |
|
| 28 |
+
With the latest QuantFunc ComfyUI plugin, inference achieves **2x–11x speedup** over mainstream frameworks — e.g. Qwen-Image-Edit 1K image inference in ComfyUI reduced from 9.6s to 1.6s (tested on RTX 4090).
|
| 29 |
|
| 30 |
## Hardware Requirements
|
| 31 |
|
|
|
|
| 93 |
### Download
|
| 94 |
|
| 95 |
```bash
|
| 96 |
+
pip install modelscope
|
| 97 |
```
|
| 98 |
|
| 99 |
```python
|
| 100 |
+
from modelscope import snapshot_download
|
| 101 |
model_dir = snapshot_download('QuantFunc/Qwen-Image-Edit-Series')
|
| 102 |
```
|
| 103 |
|
|
|
|
| 191 |
|
| 192 |
## Related Repositories
|
| 193 |
|
| 194 |
+
- [QuantFunc/Qwen-Image-Series](https://modelscope.cn/models/QuantFunc/Qwen-Image-Series) — Qwen-Image text-to-image (60 layers)
|
| 195 |
+
- [QuantFunc/Z-Image-Series](https://modelscope.cn/models/QuantFunc/Z-Image-Series) — Z-Image-Turbo text-to-image (lightweight, fast)
|
| 196 |
|
| 197 |
## License
|
| 198 |
|