finetune commited on
Commit
863a470
1 Parent(s): 210f945

Update README.md

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