metercai commited on
Commit
0f1ea27
1 Parent(s): d6b4af5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -1,6 +1,17 @@
 
 
 
 
 
 
 
 
 
 
1
 
2
  ## Install/安装方法
3
  Synchronize all directories and files of this project to the `SimpleSDXL/models/` directory.
 
4
  在SimpleSDXL目录下同步本项目所有目录和文件到models目录下
5
 
6
  # 1,Download the application codes./下载应用代码库
@@ -10,10 +21,12 @@ Synchronize all directories and files of this project to the `SimpleSDXL/models/
10
  git clone https://huggingface.co/metercai/SimpleSDXL SimpleSDXL/models
11
 
12
  For the usage of SimpleSDXL, refer to : https://github.com/metercai/SimpleSDXL
 
13
  SimpleSDXL的具体使用方法,参见:https://github.com/metercai/SimpleSDXL
14
 
15
  ## Model List/模型清单
16
  This model repository includes various models required for SDXL plotting, including:
 
17
  本模型库包含了SDXL出图中需要的各种模型,具体包括:
18
 
19
  Base基础模型:
@@ -60,16 +73,5 @@ Translator翻译模型:
60
  - nllb-200-distilled-600M
61
 
62
  A total of 43G files, managed using git-lfs, including hidden directories, require 86G of local hard drive space.
63
- 总计43G文件,用git-lfs进行管理包含隐含目录,需占用本地86G硬盘空间。
64
 
65
- ---
66
- language:
67
- - en
68
- - zh
69
-
70
- tags:
71
- - Text-to-Image
72
- - Image-to-Image
73
-
74
- license: apache-2.0
75
- ---
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ library_name: diffusers
7
+ tags:
8
+ - text-to-image
9
+ - image-to-image
10
+ ---
11
 
12
  ## Install/安装方法
13
  Synchronize all directories and files of this project to the `SimpleSDXL/models/` directory.
14
+
15
  在SimpleSDXL目录下同步本项目所有目录和文件到models目录下
16
 
17
  # 1,Download the application codes./下载应用代码库
 
21
  git clone https://huggingface.co/metercai/SimpleSDXL SimpleSDXL/models
22
 
23
  For the usage of SimpleSDXL, refer to : https://github.com/metercai/SimpleSDXL
24
+
25
  SimpleSDXL的具体使用方法,参见:https://github.com/metercai/SimpleSDXL
26
 
27
  ## Model List/模型清单
28
  This model repository includes various models required for SDXL plotting, including:
29
+
30
  本模型库包含了SDXL出图中需要的各种模型,具体包括:
31
 
32
  Base基础模型:
 
73
  - nllb-200-distilled-600M
74
 
75
  A total of 43G files, managed using git-lfs, including hidden directories, require 86G of local hard drive space.
 
76
 
77
+ 总计43G文件,用git-lfs进行管理包含隐含目录,需占用本地86G硬盘空间。