mirror of
https://www.modelscope.cn/MAILAND/majicflus_v1.git
synced 2026-04-02 18:42:53 +08:00
upload
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
---
|
||||
base_model: AI-ModelScope/FLUX.1-dev
|
||||
cover_images:
|
||||
- _cover_images_/fdaeec1c-079c-45cc-8436-077582238844.jpg
|
||||
- _cover_images_/cover.png
|
||||
frameworks:
|
||||
- Pytorch
|
||||
license: Apache License 2.0
|
||||
@ -47,12 +47,12 @@ pip install modelscope
|
||||
```python
|
||||
#SDK模型下载
|
||||
from modelscope import snapshot_download
|
||||
model_dir = snapshot_download('MAILAND/majicflus_v1')
|
||||
model_dir = snapshot_download('merjic/majicflus_v1')
|
||||
```
|
||||
Git下载
|
||||
```
|
||||
#Git模型下载
|
||||
git clone https://www.modelscope.cn/MAILAND/majicflus_v1.git
|
||||
git clone https://www.modelscope.cn/merjic/majicflus_v1.git
|
||||
```
|
||||
|
||||
<p style="color: lightgrey;">如果您是本模型的贡献者,我们邀请您根据<a href="https://modelscope.cn/docs/ModelScope%E6%A8%A1%E5%9E%8B%E6%8E%A5%E5%85%A5%E6%B5%81%E7%A8%8B%E6%A6%82%E8%A7%88" style="color: lightgrey; text-decoration: underline;">模型贡献文档</a>,及时完善模型卡片内容。</p>
|
||||
Reference in New Issue
Block a user