Sync from ModelScope (README adapted for HF)
Browse files
README.md
CHANGED
|
@@ -93,11 +93,11 @@ Qwen-Image-Edit-Series/
|
|
| 93 |
### Download
|
| 94 |
|
| 95 |
```bash
|
| 96 |
-
pip install
|
| 97 |
```
|
| 98 |
|
| 99 |
```python
|
| 100 |
-
from
|
| 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://
|
| 195 |
-
- [QuantFunc/Z-Image-Series](https://
|
| 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 |
|