Reimu Hakurei commited on
Commit
3725958
2 Parent(s): 4a2022b d31530d

Merge branch 'main' of https://huggingface.co/hakurei/waifu-diffusion-v1-3

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md CHANGED
@@ -1,3 +1,48 @@
1
  ---
 
 
 
 
 
2
  license: bigscience-bloom-rail-1.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - stable-diffusion
6
+ - text-to-image
7
  license: bigscience-bloom-rail-1.0
8
+ inference: false
9
+
10
  ---
11
+
12
+ **The models in this respository are a preview for the final model. Training is still in progress.**
13
+
14
+ # Waifu Diffusion v1.3
15
+
16
+ Waifu Diffusion is a latent text-to-image diffusion model that has been conditioned on high-quality anime images through fine-tuning.
17
+
18
+ ## Model Description
19
+
20
+ The model originally used for fine-tuning is [Stable Diffusion V1-4](https://huggingface.co/CompVis/stable-diffusion-v1-4), which is a latent image diffusion model trained on [LAION2B-en](https://huggingface.co/datasets/laion/laion2B-en).
21
+
22
+ The current model has been fine-tuned with a learning rate of 5.0e-6 for 10 epochs on 680k anime-styled images.
23
+
24
+ ## License
25
+
26
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
27
+ The CreativeML OpenRAIL License specifies:
28
+
29
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
30
+ 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
31
+ 3. 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 CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
32
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
33
+
34
+ ## Downstream Uses
35
+
36
+ This model can be used for entertainment purposes and as a generative art assistant.
37
+
38
+ ## Team Members and Acknowledgements
39
+
40
+ This project would not have been possible without the incredible work by the [CompVis Researchers](https://ommer-lab.com/).
41
+
42
+ - [Anthony Mercurio](https://github.com/harubaru)
43
+ - [Salt](https://github.com/sALTaccount/)
44
+ - [Cafe](https://twitter.com/cafeai_labs)
45
+
46
+ In order to reach us, you can join our [Discord server](https://discord.gg/touhouai).
47
+
48
+ [![Discord Server](https://discordapp.com/api/guilds/930499730843250783/widget.png?style=banner2)](https://discord.gg/touhouai)