QuantFunc commited on
Commit
8959626
·
verified ·
1 Parent(s): 84e5cce

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -14
README.md CHANGED
@@ -1,17 +1,14 @@
1
  ---
2
  language:
3
- - en
4
  license: other
5
  license_name: quantfunc-model-license
6
  tags:
7
- - image-generation
8
- - text-to-image
9
- - diffusion
10
- - quantized
11
- - quantfunc
12
- - qwen
13
- library_name: diffusers
14
- pipeline_tag: text-to-image
15
  ---
16
 
17
  # QuantFunc
@@ -28,7 +25,7 @@ Pre-quantized **Qwen-Image-2512** text-to-image model series by [QuantFunc](http
28
 
29
  Qwen-Image-2512 is a text-to-image diffusion model distilled from Alibaba Qwen team's image generation model.
30
 
31
- With the latest QuantFunc ComfyUI plugin, inference achieves **2x–6x speedup** over mainstream frameworks.
32
 
33
  ## Hardware Requirements
34
 
@@ -87,11 +84,11 @@ Qwen-Image-Series/
87
  ### Download
88
 
89
  ```bash
90
- pip install huggingface_hub
91
  ```
92
 
93
  ```python
94
- from huggingface_hub import snapshot_download
95
  model_dir = snapshot_download('QuantFunc/Qwen-Image-Series')
96
  ```
97
 
@@ -165,8 +162,8 @@ Sample per-layer precision configurations for the Lighting backend:
165
 
166
  ## Related Repositories
167
 
168
- - [QuantFunc/Z-Image-Series](https://huggingface.co/QuantFunc/Z-Image-Series) — Z-Image-Turbo text-to-image (lightweight, fast)
169
- - [QuantFunc/Qwen-Image-Edit-Series](https://huggingface.co/QuantFunc/Qwen-Image-Edit-Series) — Qwen-Image-Edit image editing
170
 
171
  ## License
172
 
 
1
  ---
2
  language:
3
+ - en
4
  license: other
5
  license_name: quantfunc-model-license
6
  tags:
7
+ - image-generation
8
+ - text-to-image
9
+ - diffusion
10
+ - quantized
11
+ - quantfunc
 
 
 
12
  ---
13
 
14
  # QuantFunc
 
25
 
26
  Qwen-Image-2512 is a text-to-image diffusion model distilled from Alibaba Qwen team's image generation model.
27
 
28
+ With the latest QuantFunc ComfyUI plugin, inference achieves **2x–11x speedup** over mainstream frameworks.
29
 
30
  ## Hardware Requirements
31
 
 
84
  ### Download
85
 
86
  ```bash
87
+ pip install modelscope
88
  ```
89
 
90
  ```python
91
+ from modelscope import snapshot_download
92
  model_dir = snapshot_download('QuantFunc/Qwen-Image-Series')
93
  ```
94
 
 
162
 
163
  ## Related Repositories
164
 
165
+ - [QuantFunc/Z-Image-Series](https://modelscope.cn/models/QuantFunc/Z-Image-Series) — Z-Image-Turbo text-to-image (lightweight, fast)
166
+ - [QuantFunc/Qwen-Image-Edit-Series](https://modelscope.cn/models/QuantFunc/Qwen-Image-Edit-Series) — Qwen-Image-Edit image editing
167
 
168
  ## License
169