finetune commited on
Commit
0773db9
1 Parent(s): 86d30fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -5
README.md CHANGED
@@ -1,5 +1,39 @@
1
- ---
2
- license: other
3
- license_name: creativeml-open-rail-m-plus-cc-by-nc-sa-4.0
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: creativeml-open-rail-m-plus-cc-by-nc-sa-4.0
4
+ license_link: LICENSE
5
+ tags:
6
+ - stable-diffusion
7
+ - stable-diffusion-diffusers
8
+ - text-to-image
9
+ - NovelAI
10
+ inference: true
11
+ ---
12
+ # NovelAI Diffusion Anime V1 (Full)
13
+
14
+ This is our oldest anime model, trained on out full dataset. We are now making
15
+ the weights publicly available for research and personal use. To keep the
16
+ release compact, it only contains the Unet and VAE components. If you require
17
+ the other components, you can copy them into the folder from the original
18
+ [Stable Diffusion 1.4](https://huggingface.co/CompVis/stable-diffusion-v1-4)
19
+ release.
20
+
21
+ The model was trained using the text embeddings produced by CLIP's penultimate
22
+ layer, so, depending on your inference software, you will need to set "CLIP
23
+ skip" to 2.
24
+
25
+ References:
26
+ * [Announcement blog post](https://novelai.medium.com/image-generation-announcement-807b3cf0afec)
27
+ * [NovelAI Improvements on Stable Diffusion](https://blog.novelai.net/novelai-improvements-on-stable-diffusion-e10d38db82ac)
28
+ * [The Magic behind NovelAIDiffusion](https://blog.novelai.net/the-magic-behind-novelaidiffusion-b4797e0d27b2)
29
+ * [NovelAI Aspect Ratio Bucketing Source Code Release (MIT Licensed)](https://blog.novelai.net/novelai-aspect-ratio-bucketing-source-code-release-mit-licensed-c33fdd25e4ad)
30
+
31
+ You can always check out our latest models on the
32
+ [NovelAI website](https://novelai.net/) or take a gander at our
33
+ [blog](https://blog.novelai.net/).
34
+
35
+ ## License
36
+
37
+ This model is based upon Stable Diffusion 1.4. It is distributed under the
38
+ terms of the CreativeML Open RAIL-M and the terms of the CC BY-NC-SA 4.0
39
+ license. This means that the terms of both licenses apply at the same time.