p1atdev commited on
Commit
3ff58e1
1 Parent(s): 1641ada

doc: add license

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -15,6 +15,8 @@ Plat Diffusion is a fine-tuned model based on [Waifu Diffusion v1.4 Anime Epoch
15
 
16
  `.safetensors` file is [here](https://huggingface.co/p1atdev/pd-archive/tree/main).
17
 
 
 
18
  ![thumbnail](https://bit.ly/3Is8sF8)
19
 
20
 
@@ -90,7 +92,7 @@ masterpiece, best quality, high quality, 4girls, everyone, beautiful detailed
90
  Negative prompt: nsfw, worst quality, low quality, deleted, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry,
91
  Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7
92
  ```
93
- (typo)
94
 
95
  # 🧨 Diffusers
96
 
@@ -107,4 +109,14 @@ negative_prompt = "nsfw, worst quality, low quality, deleted, lowres, bad anatom
107
  image = pipe(prompt, negative_prompt=negative_prompt).images[0]
108
 
109
  image.save("girl.png")
110
- ```
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  `.safetensors` file is [here](https://huggingface.co/p1atdev/pd-archive/tree/main).
17
 
18
+ [kl-f8-anime2.ckpt](https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/vae/kl-f8-anime2.ckpt)
19
+
20
  ![thumbnail](https://bit.ly/3Is8sF8)
21
 
22
 
 
92
  Negative prompt: nsfw, worst quality, low quality, deleted, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry,
93
  Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7
94
  ```
95
+
96
 
97
  # 🧨 Diffusers
98
 
 
109
  image = pipe(prompt, negative_prompt=negative_prompt).images[0]
110
 
111
  image.save("girl.png")
112
+ ```
113
+
114
+ ## License
115
+
116
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
117
+ The CreativeML OpenRAIL License specifies:
118
+
119
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
120
+ 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
121
+ 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)
122
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)