Keltezaa commited on
Commit
ebbf887
·
verified ·
1 Parent(s): 9e22b13

Upload folder using huggingface_hub

Browse files
8886554.jpeg ADDED
8886555.jpeg ADDED
8886556.jpeg ADDED
8886557.jpeg ADDED
8886558.jpeg ADDED
8886559.jpeg ADDED
8886560.jpeg ADDED
EmmaWatson09-10_v1.0.1b.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aabe2764f71e2ff271a22bb11ec17cf1702fa831aaf78bd25b93a83fe78a8d06
3
+ size 151111551
README.md ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=RentCivit&allowDerivatives=False&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - woman
13
+ - celebrity
14
+ - realistic
15
+
16
+ base_model: runwayml/stable-diffusion-v1-5
17
+ instance_prompt: emma2009 woman
18
+ widget:
19
+ - text: 'Photograph of emma2009 woman, in hogwarts, wearing hogwarts school uniform. '
20
+ parameters:
21
+ negative_prompt: (bad quality, sketch, drawing, render, cgi, malformed, bad anatomy)
22
+
23
+ output:
24
+ url: >-
25
+ 8886555.jpeg
26
+ - text: 'Photograph of emma2009 woman, outdoors, on a warm summer evening. '
27
+ parameters:
28
+ negative_prompt: (bad quality, sketch, drawing, render, cgi, malformed, bad anatomy)
29
+
30
+ output:
31
+ url: >-
32
+ 8886554.jpeg
33
+ - text: 'Photograph of emma2009 woman, in a space ship, atmospheric dark. '
34
+ parameters:
35
+ negative_prompt: (bad quality, sketch, drawing, render, cgi, malformed, bad anatomy)
36
+
37
+ output:
38
+ url: >-
39
+ 8886556.jpeg
40
+ - text: 'Photograph of emma2009 woman, hiking outdoors in canada, warm spring day. '
41
+ parameters:
42
+ negative_prompt: (bad quality, sketch, drawing, render, cgi, malformed, bad anatomy)
43
+
44
+ output:
45
+ url: >-
46
+ 8886558.jpeg
47
+ - text: 'Photograph of emma2009 woman, wearing black glasses, (twintails:1.3), freckles. '
48
+ parameters:
49
+ negative_prompt: (bad quality, sketch, drawing, render, cgi, malformed, bad anatomy)
50
+
51
+ output:
52
+ url: >-
53
+ 8886557.jpeg
54
+ - text: 'Photograph of emma2009 woman, in a fantasy time period, wearing a (fantasy robe), ornamented, heroic. '
55
+ parameters:
56
+ negative_prompt: (bad quality, sketch, drawing, render, cgi, malformed, bad anatomy)
57
+
58
+ output:
59
+ url: >-
60
+ 8886559.jpeg
61
+ - text: 'Photograph of emma2009 woman, in a fantasy time period, wearing a crystal (armor, crystal4rmor). '
62
+ parameters:
63
+ negative_prompt: (bad quality, sketch, drawing, render, cgi, malformed, bad anatomy)
64
+
65
+ output:
66
+ url: >-
67
+ 8886560.jpeg
68
+
69
+ ---
70
+
71
+ # Emma Watson 2009-2010
72
+
73
+ <Gallery />
74
+
75
+
76
+
77
+ ([CivitAI](https://civitai.com/models/))
78
+
79
+ ## Model description
80
+
81
+ <p>Use <strong>-Realvis</strong> versions together with <strong>RealisticVision 5.1</strong> for replicable results.</p><p></p><p><u>Suggested weights</u><br />Weight: 0.6 - 0.7<br /><br />Bleeds quite a bit into the model.<br /><br />Was trained on an internal model so you wont get the exact crisp results as in the promotion images.<br /><br />Models like <strong>cyberrealistic</strong>, <strong>realisticVision</strong> and <strong>photoMovie</strong> tend to come close with the original LoRA. Otherwise use the -RealVis version.</p>
82
+
83
+ ## Trigger words
84
+ You should use `emma2009 woman` to trigger the image generation.
85
+
86
+
87
+ ## Download model
88
+
89
+ Weights for this model are available in Safetensors format.
90
+
91
+ [Download](/Keltezaa/emma-watson-2009-2010/tree/main) them in the Files & versions tab.
92
+
93
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
94
+
95
+ ```py
96
+ from diffusers import AutoPipelineForText2Image
97
+ import torch
98
+
99
+ device = "cuda" if torch.cuda.is_available() else "cpu"
100
+
101
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to(device)
102
+ pipeline.load_lora_weights('Keltezaa/emma-watson-2009-2010', weight_name='EmmaWatson09-10_v1.0.1b.safetensors')
103
+ image = pipeline('Photograph of emma2009 woman, in a fantasy time period, wearing a crystal (armor, crystal4rmor). ').images[0]
104
+ ```
105
+
106
+ For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
107
+