kalikin commited on
Commit
0d21111
1 Parent(s): bf9a297

Update README

Browse files
Files changed (4) hide show
  1. .gitignore +5 -0
  2. README.md +19 -0
  3. samples-1.jpg +0 -0
  4. samples-2.jpg +0 -0
.gitignore ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ /.idea
2
+ .DS_Store
3
+ __pycache__
4
+ */**/__pycache__
5
+ logs
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: creativeml-openrail-m
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
  ---
4
+
5
+ A DreamBooth finetune of Stable Diffusion v1.5 model trained on a bunch of stills from [Kurzgesagt](https://www.youtube.com/c/inanutshell) videos.
6
+ Use the tokens **_kurzgesagt style_** in your prompts for the effect.
7
+
8
+ **Sample 1:**
9
+ ![Sample 1](samples-1.jpg)
10
+
11
+ **Sample 2:**
12
+ ![Sample 2](samples-2.jpg)
13
+
14
+ ## License
15
+
16
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
17
+ The CreativeML OpenRAIL License specifies:
18
+
19
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
20
+ 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
21
+ 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)
22
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
samples-1.jpg ADDED
samples-2.jpg ADDED