Chilli boy commited on
Commit ·
5f028a9
1
Parent(s): cf6ce62
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -10,7 +10,8 @@ tags:
|
|
| 10 |
|
| 11 |
## Model Card for My First pre-trained model -- test2train_anime_face
|
| 12 |
|
| 13 |
-
This model is a diffusion model for unconditional image generation of anime style 64*64 face pic.
|
|
|
|
| 14 |
|
| 15 |
### Usage
|
| 16 |
|
|
@@ -28,6 +29,7 @@ image
|
|
| 28 |
## 这是我创造的第一个预训练模型—— test2train_anime_face 的模型卡。
|
| 29 |
|
| 30 |
该模型是一个无条件扩散模型,用于生成尺寸为 64*64 的动漫风格脸部图片。
|
|
|
|
| 31 |
|
| 32 |
### 模型使用
|
| 33 |
|
|
|
|
| 10 |
|
| 11 |
## Model Card for My First pre-trained model -- test2train_anime_face
|
| 12 |
|
| 13 |
+
This model is a diffusion model for unconditional image generation of anime style 64*64 face pic.
|
| 14 |
+
The training set uses [anime-faces](https://huggingface.co/datasets/huggan/anime-faces). This is a dataset consisting of 21551 anime faces scraped from www.getchu.com, which are then cropped using the anime face detection algorithm in https://github.com/nagadomi/lbpcascade_animeface.
|
| 15 |
|
| 16 |
### Usage
|
| 17 |
|
|
|
|
| 29 |
## 这是我创造的第一个预训练模型—— test2train_anime_face 的模型卡。
|
| 30 |
|
| 31 |
该模型是一个无条件扩散模型,用于生成尺寸为 64*64 的动漫风格脸部图片。
|
| 32 |
+
训练集使用的是[anime-faces](https://huggingface.co/datasets/huggan/anime-faces),这是一个包含从www.getchu.com上爬取的21551个动漫脸,然后使用https://github.com/nagadomi/lbpcascade_animeface中的动漫脸检测算法进行裁剪的数据集。
|
| 33 |
|
| 34 |
### 模型使用
|
| 35 |
|