mirror of
https://www.modelscope.cn/atonyxu/Illustrious-XL.git
synced 2026-04-02 18:52:54 +08:00
27 lines
509 B
Markdown
27 lines
509 B
Markdown
---
|
||
base_model: AI-ModelScope/stable-diffusion-xl-base-1.0
|
||
cover_images:
|
||
- _cover_images_/cover.png
|
||
frameworks:
|
||
- Pytorch
|
||
license: Apache License 2.0
|
||
tags:
|
||
- Checkpoint
|
||
- text-to-image
|
||
tasks:
|
||
- text-to-image-synthesis
|
||
vision_foundation: SD_XL
|
||
|
||
---
|
||
#### 您可以通过如下git clone命令,或者ModelScope SDK来下载模型
|
||
|
||
SDK下载
|
||
```bash
|
||
#安装ModelScope
|
||
pip install modelscope
|
||
```
|
||
```python
|
||
#SDK模型下载
|
||
from modelscope import snapshot_download
|
||
model_dir = snapshot_download('模型路径')
|
||
``` |