joachimsallstrom commited on
Commit
02b7c6b
1 Parent(s): f936bad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md CHANGED
@@ -1,3 +1,63 @@
1
  ---
2
  license: creativeml-openrail-m
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
  ---
4
+ - stable-diffusion
5
+ - text-to-image
6
+ ---
7
+ **Double Exposure Embedding for 2.x**
8
+
9
+ This is the <i>Double Exposure</i> embedding. Trained predominantely on subjects (people), but from the flexible nature of embeddings it's been shown to handle objects as well (see image examples below).
10
+ The embedding file (dblx.pt) can be downloaded [*here*](https://huggingface.co/joachimsallstrom/Double-Exposure-Embedding/resolve/main/analog-diffusion-1.0.ckpt). Place it in the embeddings folder of your automatic1111 installation. You trigger the double exposure effect using: **art by dblx** or **photo by dblx** in your prompt.
11
+
12
+ **Example 1:**
13
+ ![Sample 1](https://huggingface.co/joachimsallstrom/double-exposure-style/resolve/main/v2_sample_images_1.jpg)
14
+
15
+ #### Example prompts and settings
16
+
17
+ <i>Galaxy man (image 1):</i><br>
18
+ **dublex man galaxy**<br>
19
+ _Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 3273014177, Size: 512x512_
20
+
21
+ <i>Emma Stone (image 2):</i><br>
22
+ **dublex style Emma Stone, galaxy**<br>
23
+ _Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 250257155, Size: 512x512_
24
+
25
+ <i>Frodo (image 6):</i><br>
26
+ **dublex style young Elijah Wood as (Frodo), portrait, dark nature**<br>
27
+ _Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 3717002975, Size: 512x512_
28
+
29
+ <br>
30
+
31
+ **Example 2:**
32
+ ![Sample 1](https://huggingface.co/joachimsallstrom/double-exposure-style/resolve/main/v2_sample_images_2.jpg)
33
+
34
+ #### Example prompts and settings
35
+
36
+ <i>Scarlett Johansson (image 1):</i><br>
37
+ **dublex Scarlett Johansson, (haunted house), black background**<br>
38
+ _Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 3059560186, Size: 512x512_
39
+
40
+ <i>Frozen Elsa (image 3):</i><br>
41
+ **dublex style Elsa, ice castle**<br>
42
+ _Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 2867934627, Size: 512x512_
43
+
44
+ <i>Wolf (image 4):</i><br>
45
+ **dublex style wolf closeup, moon**<br>
46
+ _Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 312924946, Size: 512x512_
47
+
48
+ <br>
49
+ <p>
50
+ This model was trained using Shivam's DreamBooth model on Google Colab @ 2000 steps.
51
+ </p>
52
+
53
+ The previous version 1 of Double Exposure Diffusion is also available in the **Files** section.
54
+
55
+ ## License
56
+
57
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
58
+ The CreativeML OpenRAIL License specifies:
59
+
60
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
61
+ 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
62
+ 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)
63
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)