tuwonga commited on
Commit
51e7d2b
1 Parent(s): f938008

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -1,3 +1,44 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ thumbnail: "https://huggingface.co/tuwonga/rotoscopee/resolve/main/rotoscopee_prev1.jpg"
4
+ tags:
5
+ - stable-diffusion
6
+ - text-to-image
7
  ---
8
+ ### Rotoscopee
9
+
10
+ This is a fine-tuned Stable Diffusion model (based on v1.5) trained on screenshots from the following rotoscope animations : **_A Scanner Darkly_** movie, **_Undone_** tv series, **_Tehran Taboo_** movie. Use the token **_rotoscopee_** in your prompts to use the style.
11
+
12
+ _Download the ckpt file from "files and versions" tab into the stable diffusion models folder of your web-ui of choice._
13
+
14
+ --
15
+
16
+ **Characters rendered with this model:**
17
+ ![Character Samples](https://huggingface.co/tuwonga/rotoscopee/resolve/main/rotoscopee_prev1.jpg)
18
+ _prompt and settings used: **[person] in rotoscopee style** | **Steps: 20, Sampler: Euler, CFG scale: 7**_
19
+
20
+ --
21
+
22
+ **Landscapes/scenes rendered with this model:**
23
+ ![Landscape Samples](https://huggingface.co/tuwonga/rotoscopee/resolve/main/rotoscopee_prev2.jpg)
24
+ _prompt and settings used: **city/scene in rotoscopee style** | **Steps: 20, Sampler: Euler, CFG scale: 7**_
25
+
26
+ --
27
+
28
+ **Note:** The model works better on characters than landscape/scenes
29
+
30
+ --
31
+
32
+ This model was trained with Dreambooth training by TheLastBen, using 50 images at 5000 steps.
33
+
34
+ --
35
+
36
+ ## License
37
+
38
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
39
+ The CreativeML OpenRAIL License specifies:
40
+
41
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
42
+ 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
43
+ 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)
44
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)