This commit is contained in:
Cherrytest
2024-12-31 11:27:34 +08:00
parent 4a96436755
commit 7341cad9d0
4 changed files with 12 additions and 4 deletions

View File

@ -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>

BIN
_cover_images_/cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -1 +1,6 @@
{"aigc_model":true,"framework":"Pytorch","task":"text-to-image-synthesis"}
{
"aigc_model":true,
"framework":"Pytorch",
"model_file_location":"majicflus_v134.safetensors",
"task":"text-to-image-synthesis"
}

BIN
majicflus_v134.safetensors (Stored with Git LFS) Executable file

Binary file not shown.