Mitsua commited on
Commit
32d6454
1 Parent(s): 1c35d59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -0
README.md CHANGED
@@ -1,3 +1,91 @@
1
  ---
2
  license: other
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
+ tags:
4
+ - stable-diffusion
5
+ - text-to-image
6
+ - stable-diffusion-diffusers
7
+ - diffusers
8
+ inference: true
9
  ---
10
+ # Mitsua Diffusion One Model Card
11
+
12
+ Mitsua Diffusion One is a latent text-to-image diffusion model, which is a successor of [Mitsua Diffusion CC0](https://huggingface.co/Mitsua/mitsua-diffusion-cc0).
13
+
14
+ This model is **trained from scratch using only public domain/CC0 or copyright images with permission for use**, with using a fixed pretrained text encoder ([OpenCLIP ViT-H/14](https://github.com/mlfoundations/open_clip), MIT License).
15
+
16
+ This will be used as a base model for [**AI VTuber Elan Mitsua🖌️**](https://elanmitsua.com/en/)’s activity.
17
+
18
+ ❗❗ **Currently, the model is still of low quality and lacks diversity** ❗❗
19
+
20
+ ## Further training will be done fully opt-in basis.
21
+
22
+ If you are interested in, [please click here to submit an opt-in application](https://forms.gle/Nk3M7UyqSgYAqdpA6).
23
+
24
+ We are active on [a Discord server for opt-in contributors only](https://discord.com/invite/7VTGRweTUg). Communication is currently in Japanese.
25
+
26
+ ❗❗ **To train this model, images from opt-in contributors have not yet been used** ❗❗
27
+
28
+ You can check [here to all prompts to generate these images]().
29
+
30
+ ## License
31
+ - Mitsua Open RAIL-M License (More restrictive variant of CreativeML Open RAIL-M)
32
+
33
+ This model is open access and available to all, with a Mitsua Open RAIL-M license further specifying rights and usage. The Mitsua Open RAIL-M License specifies:
34
+
35
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
36
+ 2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
37
+ 3. You can't use the model to infringe any rights of other by feeding image sources or model weights to the model (e.g. using another person's copyrighted image for fine-tuning without permission, using another person's copyrighted image as a source for image2image without permission).
38
+ 4. You can't misrepresent that a generated image as not AI-generated.
39
+ 5. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the Mitsua Open RAIL-M to all your users (please read the license entirely and carefully) [Please read the full license here](https://huggingface.co/Mitsua/mitsua-diffusion-one/blob/main/MODEL-LICENSE)
40
+
41
+ ## Training Data Sources
42
+ All data was obtained ethically and in compliance with the site's terms and conditions.
43
+ No copyright images are used in the training of this model without the permission.
44
+ No AI generated images are in the dataset.
45
+
46
+ - The Metropolitan Museum of Art Open Access (CC0 / Public domain)
47
+ - Smithsonian Museum Open Access (CC0 / Public domain)
48
+ - Cleveland Museum of Art Open Access (CC0 / Public domain)
49
+ - National Gallery of Art Open Access (CC0 / Public domain)
50
+ - The Art Institute of Chicago Open Access (CC0 / Public domain)
51
+ - The Walters Art Museum Open Access (CC0 / Public domain)
52
+ - J. Paul Getty Museum Open Access (CC0 / Public domain)
53
+ - ArtBench-10 (public domain subset)
54
+ - Flickr (CC0)
55
+ - Wikimedia Commons (CC0)
56
+ - NFT arts *1 (goblintown.nft, mfer, tubby-cats, Timeless) (CC0)
57
+ - Full version of [VRoid Image Dataset](https://huggingface.co/datasets/Mitsua/vroid-image-dataset-lite) (CC0 or licensed)
58
+ - Open Clipart (Public domain)
59
+ - Open Duelyst (CC0)
60
+ - 3dicons (CC0)
61
+ - ambientCG (CC0)
62
+ - Wuffle comics made by Piti Yindee (CC0)
63
+ - 大崎一番太郎 made by 大崎駅西口商店会 (CC0)
64
+ - Traditional Generative Art (Non-AI) and Visual Artworks made by Rhizomatiks (licensed)
65
+
66
+ Approx 11M images in total with data augmentation.
67
+
68
+ 1. Their work is released under a CC0 license, but if you are considering using this model to create a work inspired by their NFT and sell it as NFT, please consider paying them a royalty to help the CC0 NFT community grow.
69
+
70
+ ## Training Notes
71
+ - Trained resolution : 256x256 --> 512x512 --> (512x512, 640x448, 448x640) --> (512x512, 768x512, 512x768)
72
+ - diffusers version and `mitsua-diffusion-one.ckpt` are fine-tuned with [Diffusion With Offset Noise](https://www.crosslabs.org/blog/diffusion-with-offset-noise) technique is applied to last 12k steps with `p=0.02`.
73
+ - `mitsua-diffusion-one-base.ckpt` is non-fine-tuned version.
74
+
75
+ ## Cosine similarity (as a proof of full-scratch training)
76
+ - VAE
77
+ - 0.16694325 (vs Stable Diffusion v2.1 base)
78
+ - 0.20887965 (vs Stable Diffusion v.1.4)
79
+ - All fine-tuned variant would have over 0.90
80
+ - U-Net
81
+ - 0.07013154 (vs Stable Diffusion v2.1 base)
82
+ - 0.08256094 (vs Stable Diffusion v.1.4)
83
+ - All fine-tuned variant would have over 0.99
84
+
85
+ ## Developed by
86
+ - Latent Diffusion Models (for algorithm and training scripts, MIT License) : Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser and Björn Ommer
87
+ - OpenCLIP : Ilharco Gabriel, Wortsman Mitchell, Wightman Ross, Gordon Cade, Carlini Nicholas, Taori Rohan, Dave Achal, Shankar Vaishaal, Namkoong Hongseok, Miller John, Hajishirzi Hannaneh, Farhadi Ali, Schmidt Ludwig
88
+ - Mitsua Diffusion One : Abstract Engine
89
+ - Special Thanks to Mitsua Contributors
90
+
91
+