Keltezaa commited on
Commit
fc2eefe
·
verified ·
1 Parent(s): 8d6d502

Upload folder using huggingface_hub

Browse files
57653167.jpeg ADDED
57653168.jpeg ADDED
57653169.jpeg ADDED
57653171.jpeg ADDED
57653173.jpeg ADDED
57653175.jpeg ADDED
57653177.jpeg ADDED
57653178.jpeg ADDED
57653179.jpeg ADDED
57653180.jpeg ADDED
57653181.jpeg ADDED
57653182.jpeg ADDED
57653183.jpeg ADDED
57653184.jpeg ADDED
57653185.jpeg ADDED
57653186.jpeg ADDED
57653187.jpeg ADDED
57653188.jpeg ADDED
57653191.jpeg ADDED
57653192.jpeg ADDED
README.md ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - sexy
13
+ - model
14
+ - shameless
15
+ - woman
16
+ - actress
17
+ - celebrity
18
+ - movies
19
+
20
+ base_model: black-forest-labs/FLUX.1-dev
21
+ instance_prompt: Erossum3
22
+ widget:
23
+ - text: ' '
24
+
25
+ output:
26
+ url: >-
27
+ 57653171.jpeg
28
+ - text: ' '
29
+
30
+ output:
31
+ url: >-
32
+ 57653184.jpeg
33
+ - text: ' '
34
+
35
+ output:
36
+ url: >-
37
+ 57653181.jpeg
38
+ - text: ' '
39
+
40
+ output:
41
+ url: >-
42
+ 57653187.jpeg
43
+ - text: ' '
44
+
45
+ output:
46
+ url: >-
47
+ 57653180.jpeg
48
+ - text: ' '
49
+
50
+ output:
51
+ url: >-
52
+ 57653167.jpeg
53
+ - text: ' '
54
+
55
+ output:
56
+ url: >-
57
+ 57653182.jpeg
58
+ - text: ' '
59
+
60
+ output:
61
+ url: >-
62
+ 57653192.jpeg
63
+ - text: ' '
64
+
65
+ output:
66
+ url: >-
67
+ 57653178.jpeg
68
+ - text: ' '
69
+
70
+ output:
71
+ url: >-
72
+ 57653173.jpeg
73
+ - text: ' '
74
+
75
+ output:
76
+ url: >-
77
+ 57653186.jpeg
78
+ - text: ' '
79
+
80
+ output:
81
+ url: >-
82
+ 57653177.jpeg
83
+ - text: ' '
84
+
85
+ output:
86
+ url: >-
87
+ 57653179.jpeg
88
+ - text: ' '
89
+
90
+ output:
91
+ url: >-
92
+ 57653185.jpeg
93
+ - text: ' '
94
+
95
+ output:
96
+ url: >-
97
+ 57653168.jpeg
98
+ - text: ' '
99
+
100
+ output:
101
+ url: >-
102
+ 57653175.jpeg
103
+ - text: ' '
104
+
105
+ output:
106
+ url: >-
107
+ 57653188.jpeg
108
+ - text: ' '
109
+
110
+ output:
111
+ url: >-
112
+ 57653183.jpeg
113
+ - text: ' '
114
+
115
+ output:
116
+ url: >-
117
+ 57653169.jpeg
118
+ - text: ' '
119
+
120
+ output:
121
+ url: >-
122
+ 57653191.jpeg
123
+
124
+ ---
125
+
126
+ # Emmy Rossum (Shameless) FLUX1.D
127
+
128
+ <Gallery />
129
+
130
+
131
+
132
+
133
+
134
+ ## Model description
135
+
136
+ <p>A Flux LoRA Created with FluxGym to create Images in the likeness of <strong><span style="color:#868e96">Emmy Rossum </span></strong></p>
137
+
138
+ ## Trigger words
139
+ You should use `Erossum3` to trigger the image generation.
140
+
141
+
142
+ ## Download model
143
+
144
+ Weights for this model are available in Safetensors format.
145
+
146
+ [Download](/Keltezaa/emmy-rossum-shameless-flux1-d/tree/main) them in the Files & versions tab.
147
+
148
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
149
+
150
+ ```py
151
+ from diffusers import AutoPipelineForText2Image
152
+ import torch
153
+
154
+ device = "cuda" if torch.cuda.is_available() else "cpu"
155
+
156
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
157
+ pipeline.load_lora_weights('Keltezaa/emmy-rossum-shameless-flux1-d', weight_name='err00ssvm3.safetensors')
158
+ image = pipeline('`Erossum3`').images[0]
159
+ ```
160
+
161
+ 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)
162
+
err00ssvm3.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5aabd0ab5ca0cd961ef68ee23a253d153d2a4aa56291032e7c22ff65e40f9444
3
+ size 39763024