QuantFunc commited on
Commit
6bc2229
·
verified ·
1 Parent(s): 82e9360

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -1,16 +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
- library_name: diffusers
13
- pipeline_tag: text-to-image
14
  ---
15
 
16
  # QuantFunc
@@ -27,7 +25,7 @@ Pre-quantized **Z-Image-Turbo** text-to-image model series by [QuantFunc](https:
27
 
28
  Z-Image-Turbo is a high-speed text-to-image diffusion model distilled from Alibaba Tongyi team's image generation model. This repository provides the complete inference model pre-quantized and exported via QuantFunc.
29
 
30
- With the latest QuantFunc ComfyUI plugin, inference achieves **2x–6x speedup** over mainstream frameworks.
31
 
32
  ## Hardware Requirements
33
 
@@ -70,11 +68,11 @@ Z-Image-Series/
70
  ### Download
71
 
72
  ```bash
73
- pip install huggingface_hub
74
  ```
75
 
76
  ```python
77
- from huggingface_hub import snapshot_download
78
  model_dir = snapshot_download('QuantFunc/Z-Image-Series')
79
  ```
80
 
@@ -123,8 +121,8 @@ Sample per-layer precision configurations for the Lighting backend:
123
 
124
  ## Related Repositories
125
 
126
- - [QuantFunc/Qwen-Image-Series](https://huggingface.co/QuantFunc/Qwen-Image-Series) — Qwen-Image text-to-image (60 layers)
127
- - [QuantFunc/Qwen-Image-Edit-Series](https://huggingface.co/QuantFunc/Qwen-Image-Edit-Series) — Qwen-Image-Edit image editing
128
 
129
  ## License
130
 
 
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
  Z-Image-Turbo is a high-speed text-to-image diffusion model distilled from Alibaba Tongyi team's image generation model. This repository provides the complete inference model pre-quantized and exported via QuantFunc.
27
 
28
+ With the latest QuantFunc ComfyUI plugin, inference achieves **2x–11x speedup** over mainstream frameworks.
29
 
30
  ## Hardware Requirements
31
 
 
68
  ### Download
69
 
70
  ```bash
71
+ pip install modelscope
72
  ```
73
 
74
  ```python
75
+ from modelscope import snapshot_download
76
  model_dir = snapshot_download('QuantFunc/Z-Image-Series')
77
  ```
78
 
 
121
 
122
  ## Related Repositories
123
 
124
+ - [QuantFunc/Qwen-Image-Series](https://modelscope.cn/models/QuantFunc/Qwen-Image-Series) — Qwen-Image text-to-image (60 layers)
125
+ - [QuantFunc/Qwen-Image-Edit-Series](https://modelscope.cn/models/QuantFunc/Qwen-Image-Edit-Series) — Qwen-Image-Edit image editing
126
 
127
  ## License
128