GeneralAwareness commited on
Commit
73764e7
1 Parent(s): 867a12e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -76
README.md CHANGED
@@ -1,77 +1,77 @@
1
  ---
2
- license: cc-by-nc-sa-4.0
3
-
4
- language:
5
- - en
6
-
7
- thumbnail: "https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mm1.png"
8
-
9
- tags:
10
- - stable-diffusion
11
- - text-to-image
12
- - image-to-image
13
- - diffusers
14
- ---
15
-
16
- ### Mirror Mask
17
-
18
- Welcome to Mirror Mask - This is a fine-tuned Stable Diffusion model trained from the 2005 dark fantasy film MirrorMask.
19
-
20
- Use the token mirrormask in your prompts for the style to show. Examples down below:
21
-
22
-
23
-
24
- ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mm1.png)![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mm2.png)![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mm3.png)
25
-
26
-
27
- #### Prompt
28
-
29
- An example of calling mirrormask before the prompt (mirrormask a woman)
30
- ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mm.png)
31
-
32
- An example of calling mirrormask with a comma before the prompt (mirrormask, a woman)
33
- ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mmcomma.png)
34
-
35
- An example of calling mirrormask with the additional word of "by" before the prompt (mirrormask by a woman)
36
- ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mmby.png)
37
-
38
- An example of calling mirrormask with the additional word of "in" before the prompt (mirrormask in a woman)
39
- ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mmin.png)
40
-
41
- An example of calling the prompt then mirrormask (a woman mirrormask)
42
- ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/_mm.png)
43
-
44
- An example of calling the prompt then adding a comma before mirrormask (a woman, mirrormask)
45
- ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/commamm.png)
46
-
47
- An example of calling the prompt then adding the word "in" before mirrormask (a woman in mirrormask)
48
- ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/inmm.png)
49
-
50
- An example of calling the prompt then adding the word "by" before mirrormask (a woman by mirrormask)
51
- ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/bymm.png)
52
-
53
- For more variety try adding the word "style" after the token word mirrormask (no examples given to save space).
54
-
55
- ### 🧨 Diffusers
56
-
57
- This model can be used just as you would any other Stable Diffusion style model. For more information,
58
- please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
59
-
60
- You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/optimization/onnx), [MPS](https://huggingface.co/docs/diffusers/optimization/mps) and/or [FLAX/JAX]().
61
-
62
- ```python
63
- from diffusers import StableDiffusionPipeline
64
- import torch
65
- model_id = "GeneralAwareness/Mirrormask"
66
- pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
67
- pipe = pipe.to("cuda")
68
- prompt = "a woman by mirrormask"
69
- image = pipe(prompt).images[0]
70
- image.save("./awoman.png")
71
- ```
72
-
73
- ## License
74
-
75
- This model is under a creative commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).
76
-
77
- To see what rights you have under this licence follow this link - https://creativecommons.org/licenses/by-nc-sa/4.0/
 
1
  ---
2
+ license: cc-by-nc-sa-4.0
3
+
4
+ language:
5
+ - en
6
+
7
+ thumbnail: "https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mm1.png"
8
+
9
+ tags:
10
+ - stable-diffusion
11
+ - text-to-image
12
+ - image-to-image
13
+ - diffusers
14
+ ---
15
+
16
+ ### Mirror Mask
17
+
18
+ Welcome to Mirror Mask - This is a fine-tuned Stable Diffusion model trained from the 2005 dark fantasy film MirrorMask.
19
+
20
+ Use the token mirrormask in your prompts for the style to show. Examples down below:
21
+
22
+
23
+
24
+ ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mm1.png)![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mm2.png)![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mm3.png)
25
+
26
+
27
+ #### Prompt
28
+
29
+ An example of calling mirrormask before the prompt (mirrormask a woman)
30
+ ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mm.png)
31
+
32
+ An example of calling mirrormask with a comma before the prompt (mirrormask, a woman)
33
+ ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mmcomma.png)
34
+
35
+ An example of calling mirrormask with the additional word of "by" before the prompt (mirrormask by a woman)
36
+ ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mmby.png)
37
+
38
+ An example of calling mirrormask with the additional word of "in" before the prompt (mirrormask in a woman)
39
+ ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/mmin.png)
40
+
41
+ An example of calling the prompt then mirrormask (a woman mirrormask)
42
+ ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/_mm.png)
43
+
44
+ An example of calling the prompt then adding a comma before mirrormask (a woman, mirrormask)
45
+ ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/commamm.png)
46
+
47
+ An example of calling the prompt then adding the word "in" before mirrormask (a woman in mirrormask)
48
+ ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/inmm.png)
49
+
50
+ An example of calling the prompt then adding the word "by" before mirrormask (a woman by mirrormask)
51
+ ![Single Samples](https://huggingface.co/GeneralAwareness/Mirrormask/resolve/main/bymm.png)
52
+
53
+ For more variety try adding the word "style" after the token word mirrormask (no examples given to save space).
54
+
55
+ ### 🧨 Diffusers
56
+
57
+ This model can be used just as you would any other Stable Diffusion style model. For more information,
58
+ please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
59
+
60
+ You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/optimization/onnx), [MPS](https://huggingface.co/docs/diffusers/optimization/mps) and/or [FLAX/JAX]().
61
+
62
+ ```python
63
+ from diffusers import StableDiffusionPipeline
64
+ import torch
65
+ model_id = "GeneralAwareness/Mirrormask"
66
+ pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
67
+ pipe = pipe.to("cuda")
68
+ prompt = "a woman by mirrormask"
69
+ image = pipe(prompt).images[0]
70
+ image.save("./awoman.png")
71
+ ```
72
+
73
+ ## License
74
+
75
+ This model is under a creative commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).
76
+
77
+ To see what rights you have under this licence follow this link - https://creativecommons.org/licenses/by-nc-sa/4.0/