first commit
Browse files- .msc +0 -0
- .mv +1 -0
- configuration.json +1 -0
- file.md +55 -0
- prthx_10.safetensors +3 -0
- prthx_15.safetensors +3 -0
- prthx_20.safetensors +3 -0
- prthx_5.safetensors +3 -0
.msc
ADDED
|
Binary file (460 Bytes). View file
|
|
|
.mv
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Revision:master,CreatedAt:1770270966
|
configuration.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"aigc_model":true,"framework":"pytorch","model_file_location":"prthx_20.safetensors","task":"text-to-image-synthesis"}
|
file.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen-Image-2512@master
|
| 3 |
+
license: Apache License 2.0
|
| 4 |
+
tags:
|
| 5 |
+
- LoRA
|
| 6 |
+
- text-to-image
|
| 7 |
+
tasks:
|
| 8 |
+
- text-to-image-synthesis
|
| 9 |
+
trigger_words:
|
| 10 |
+
- p3r5on
|
| 11 |
+
vision_foundation: QWEN_IMAGE_20_B
|
| 12 |
+
|
| 13 |
+
#model-type:
|
| 14 |
+
##such as gpt、phi、llama、chatglm、baichuan, etc.
|
| 15 |
+
#- gpt
|
| 16 |
+
|
| 17 |
+
#domain:
|
| 18 |
+
##such as nlp、cv、audio、multi-modal, etc.
|
| 19 |
+
#- nlp
|
| 20 |
+
|
| 21 |
+
#language:
|
| 22 |
+
##language code list https://help.aliyun.com/document_detail/215387.html?spm=a2c4g.11186623.0.0.9f8d7467kni6Aa
|
| 23 |
+
#- cn
|
| 24 |
+
|
| 25 |
+
#metrics:
|
| 26 |
+
##such as CIDEr、Blue、ROUGE, etc.
|
| 27 |
+
#- CIDEr
|
| 28 |
+
|
| 29 |
+
#tags:
|
| 30 |
+
##various custom tags, including pretrained, fine-tuned, instruction-tuned, RL-tuned, and others
|
| 31 |
+
#- pretrained
|
| 32 |
+
|
| 33 |
+
#tools:
|
| 34 |
+
##such as vllm、fastchat、llamacpp、AdaSeq, etc.
|
| 35 |
+
#- vllm
|
| 36 |
+
---
|
| 37 |
+
### You are viewing the default Readme template as no detailed model-card was provided by the model’s contributors. You can access the model files in the "Files and versions" tab.
|
| 38 |
+
#### Model files may be downloaded with ModelScope SDK or through git clone directly.
|
| 39 |
+
|
| 40 |
+
Download with ModelScope’s Python SDK
|
| 41 |
+
```bash
|
| 42 |
+
#Install ModelScope
|
| 43 |
+
pip install modelscope
|
| 44 |
+
```
|
| 45 |
+
```python
|
| 46 |
+
#Download with ModelScope’s Python SDK
|
| 47 |
+
from modelscope import snapshot_download
|
| 48 |
+
model_dir = snapshot_download('ovi054/prthx')
|
| 49 |
+
```
|
| 50 |
+
Download with Git clone
|
| 51 |
+
```
|
| 52 |
+
git clone https://www.modelscope.ai/ovi054/prthx.git
|
| 53 |
+
```
|
| 54 |
+
|
| 55 |
+
<p style="color: lightgrey;">If you are a contributor to this model, we invite you to promptly update the model card content according to <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;">the model contribution documentation</a>.</p>
|
prthx_10.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c7af43acef4e51372b60a3da8ed7718dc528206c4fcbdb06bb6f9735e7ebe22
|
| 3 |
+
size 236117024
|
prthx_15.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:335f18444b81b1f16c4d66b17a5f44ed8c5e2cd4ab34736712a6bf4258030e93
|
| 3 |
+
size 236117024
|
prthx_20.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88263d38dc06959b31f65dcb024f1ad6bec40db19a6c7edbb08130b79fb1da3c
|
| 3 |
+
size 236117024
|
prthx_5.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6ef5da0811a4fdc04e5f61490a8548e2aabb42a58170312447e6a5fcef01ee0
|
| 3 |
+
size 236117024
|