Instructions to use FashGate/config with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FashGate/config with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("FashGate/config", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload zh_CN.json
Browse files- zh_CN.json +10 -0
zh_CN.json
CHANGED
|
@@ -1,5 +1,15 @@
|
|
| 1 |
{
|
| 2 |
"":"",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"(1) Face Detection":"(1)人脸检测",
|
| 4 |
"(2) Crop and Resize the Faces":"(2)裁剪面部并调整大小",
|
| 5 |
"(3) Recreate the Faces":"(3)重建面部",
|
|
|
|
| 1 |
{
|
| 2 |
"":"",
|
| 3 |
+
"Model Downloader":"SD模型下载器",
|
| 4 |
+
"1. Choose Content type":"1.选择模型类型",
|
| 5 |
+
"save to Additional Networks":"保存到附加网络",
|
| 6 |
+
"turn on log":"输出日志","Change Filename":"更改模型名称",
|
| 7 |
+
"2. Put Link Download Below":"2.输入下载链接",
|
| 8 |
+
"Start Download":"开始下载",
|
| 9 |
+
"Download Result":"下载结果",
|
| 10 |
+
"Having Issue? |":"有问题吗?|",
|
| 11 |
+
"Report Here":"在此报告",
|
| 12 |
+
"Model Downloader v1.0.6 fixed":"SD模型下载器 v1.0.6 修复",
|
| 13 |
"(1) Face Detection":"(1)人脸检测",
|
| 14 |
"(2) Crop and Resize the Faces":"(2)裁剪面部并调整大小",
|
| 15 |
"(3) Recreate the Faces":"(3)重建面部",
|