Gadersd commited on
Commit
83cf09c
1 Parent(s): a93a5c7

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - stable-diffusion
6
+ - text-to-image
7
+ license: creativeml-openrail-m
8
+ inference: true
9
+ ---
10
+
11
+ # Stable Diffusion models converted to Rust burn format
12
+
13
+ | Model | Disk |
14
+ | --- | --- |
15
+ | V1.4 | 4.3 GB |
16
+
17
+ ## Repository for Running V1 Models
18
+
19
+ For those who want to run the V1 models, the Github project can be found at [this link](https://github.com/Gadersd/stable-diffusion-burn).
20
+
21
+ Please check it out and follow the instructions laid out to properly install and use the model successfully.
22
+
23
+ ## License
24
+
25
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
26
+ The CreativeML OpenRAIL License specifies:
27
+
28
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
29
+ 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
30
+ 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)
31
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)