Gadersd commited on
Commit
87b07a4
1 Parent(s): 0151c33

Update README.md

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