Update README.md
Browse files
README.md
CHANGED
@@ -10,11 +10,9 @@ pipeline_tag: text-to-image
|
|
10 |
|
11 |
This is a latent text-to-image diffusion model to demonstrate how U-Net training affects the generated images.
|
12 |
|
13 |
-
Text Encoder is from [OpenCLIP ViT-H/14](https://github.com/mlfoundations/open_clip), MIT License, Training Data : LAION-2B
|
14 |
-
VAE is from [Mitsua Diffusion One](https://huggingface.co/Mitsua/mitsua-diffusion-one), Mitsua Open RAIL-M License, Training Data: Public Domain/CC0 + Licensed
|
15 |
-
|
16 |
-
U-Net is trained from scratch using full version of [VRoid Image Dataset Lite](https://huggingface.co/datasets/Mitsua/vroid-image-dataset-lite) with some modifications.
|
17 |
-
|
18 |
- VRoid is a trademark or registered trademark of Pixiv inc. in Japan and other regions.
|
19 |
|
20 |
## Model Details
|
|
|
10 |
|
11 |
This is a latent text-to-image diffusion model to demonstrate how U-Net training affects the generated images.
|
12 |
|
13 |
+
- Text Encoder is from [OpenCLIP ViT-H/14](https://github.com/mlfoundations/open_clip), MIT License, Training Data : LAION-2B
|
14 |
+
- VAE is from [Mitsua Diffusion One](https://huggingface.co/Mitsua/mitsua-diffusion-one), Mitsua Open RAIL-M License, Training Data: Public Domain/CC0 + Licensed
|
15 |
+
- U-Net is trained from scratch using full version of [VRoid Image Dataset Lite](https://huggingface.co/datasets/Mitsua/vroid-image-dataset-lite) with some modifications.
|
|
|
|
|
16 |
- VRoid is a trademark or registered trademark of Pixiv inc. in Japan and other regions.
|
17 |
|
18 |
## Model Details
|