Update README.md
Browse files
README.md
CHANGED
|
@@ -1,45 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
|
|
|
| 3 |
cover_images:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
frameworks:
|
| 9 |
-
|
| 10 |
license: apache-2.0
|
| 11 |
tags:
|
| 12 |
-
|
| 13 |
-
|
| 14 |
tasks:
|
| 15 |
-
|
| 16 |
trigger_words:
|
| 17 |
-
|
| 18 |
vision_foundation: FLUX_1
|
| 19 |
-
|
| 20 |
-
#model-type:
|
| 21 |
-
##如 gpt、phi、llama、chatglm、baichuan 等
|
| 22 |
-
#- gpt
|
| 23 |
-
|
| 24 |
-
#domain:
|
| 25 |
-
##如 nlp、cv、audio、multi-modal
|
| 26 |
-
#- nlp
|
| 27 |
-
|
| 28 |
-
#language:
|
| 29 |
-
##语言代码列表 https://help.aliyun.com/document_detail/215387.html?spm=a2c4g.11186623.0.0.9f8d7467kni6Aa
|
| 30 |
-
#- cn
|
| 31 |
-
|
| 32 |
-
#metrics:
|
| 33 |
-
##如 CIDEr、Blue、ROUGE 等
|
| 34 |
-
#- CIDEr
|
| 35 |
-
|
| 36 |
-
#tags:
|
| 37 |
-
##各种自定义,包括 pretrained、fine-tuned、instruction-tuned、RL-tuned 等训练方法和其他
|
| 38 |
-
#- pretrained
|
| 39 |
-
|
| 40 |
-
#tools:
|
| 41 |
-
##如 vllm、fastchat、llamacpp、AdaSeq 等
|
| 42 |
-
#- vllm
|
| 43 |
---
|
| 44 |
|
| 45 |
# 一键生图最佳实践
|
|
@@ -66,5 +43,4 @@ model_dir = snapshot_download('iSolver/TraditionalChinesePainting')
|
|
| 66 |
```
|
| 67 |
#Git模型下载
|
| 68 |
git clone https://www.modelscope.cn/iSolver/TraditionalChinesePainting.git
|
| 69 |
-
```
|
| 70 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- black-forest-labs/FLUX.1-dev
|
| 4 |
cover_images:
|
| 5 |
+
- _cover_images_/20241223203628_20.png
|
| 6 |
+
- _cover_images_/20241223181514_15.png
|
| 7 |
+
- _cover_images_/20241223155404_10.png
|
| 8 |
+
- _cover_images_/20241223133259_5.png
|
| 9 |
frameworks:
|
| 10 |
+
- Pytorch
|
| 11 |
license: apache-2.0
|
| 12 |
tags:
|
| 13 |
+
- LoRA
|
| 14 |
+
- text-to-image
|
| 15 |
tasks:
|
| 16 |
+
- text-to-image-synthesis
|
| 17 |
trigger_words:
|
| 18 |
+
- ChinesePainting
|
| 19 |
vision_foundation: FLUX_1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# 一键生图最佳实践
|
|
|
|
| 43 |
```
|
| 44 |
#Git模型下载
|
| 45 |
git clone https://www.modelscope.cn/iSolver/TraditionalChinesePainting.git
|
| 46 |
+
```
|
|
|