crumb commited on
Commit
67678f7
1 Parent(s): 081930e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - stable-diffusion
4
+ - stable-diffusion-diffusers
5
+ - text-to-image
6
+ inference: false
7
+ ---
8
+
9
+ Models better suited for High-Resolution Image Synthesis. The main model (doohickey/doohickey-mega) has been finetuned from [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) near a resolution of 768x768 (suggested method of generating from model is with [Doohickey](https://colab.research.google.com/github/aicrumb/doohickey/blob/main/Doohickey_Diffusion.ipynb)).
10
+
11
+ This is a version of Stable Diffusion finetuned to use [laion/CLIP-ViT-L-14-laion2B-s32B-b82K](https://huggingface.co/laion/CLIP-ViT-L-14-laion2B-s32B-b82K) instead of the stock openai clip model
12
+
13
+ _Limitations and Biases from Stable Diffusion also apply to this model._
14
+
15
+
16
+ <div style="font-size:10px">
17
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
18
+ The CreativeML OpenRAIL License specifies:
19
+
20
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
21
+ 2. The authors claim 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
22
+ 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)
23
+ Please read the full license carefully here: https://huggingface.co/spaces/CompVis/stable-diffusion-license
24
+ </div>