QuantFunc commited on
Commit
306ddff
·
verified ·
1 Parent(s): 5bb4426

Sync from ModelScope (README adapted for HF)

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -93,11 +93,11 @@ Qwen-Image-Edit-Series/
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,8 +191,8 @@ These configs control the quantization precision of each transformer sub-layer.
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
 
 
93
  ### Download
94
 
95
  ```bash
96
+ pip install huggingface_hub
97
  ```
98
 
99
  ```python
100
+ from huggingface_hub 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://huggingface.co/QuantFunc/Qwen-Image-Series) — Qwen-Image text-to-image (60 layers)
195
+ - [QuantFunc/Z-Image-Series](https://huggingface.co/QuantFunc/Z-Image-Series) — Z-Image-Turbo text-to-image (lightweight, fast)
196
 
197
  ## License
198