Keltezaa commited on
Commit
329630a
·
verified ·
1 Parent(s): b942326

Upload folder using huggingface_hub

Browse files
53482181.jpeg ADDED
53482182.jpeg ADDED
53482183.jpeg ADDED
53482184.jpeg ADDED
53482185.jpeg ADDED
53482186.jpeg ADDED
53482187.jpeg ADDED
53482188.jpeg ADDED
53482189.jpeg ADDED
53482190.jpeg ADDED
53482191.jpeg ADDED
53482192.jpeg ADDED
53482193.jpeg ADDED
53482194.jpeg ADDED
53482195.jpeg ADDED
53482196.jpeg ADDED
53482197.jpeg ADDED
53482198.jpeg ADDED
53482199.jpeg ADDED
53482200.jpeg ADDED
README.md ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - model
13
+ - woman
14
+ - actress
15
+ - celebrity
16
+ - flux
17
+ - n1nad0brev
18
+
19
+ base_model: black-forest-labs/FLUX.1-dev
20
+ instance_prompt: ninadobrev
21
+ widget:
22
+ - text: ' '
23
+
24
+ output:
25
+ url: >-
26
+ 53482185.jpeg
27
+ - text: ' '
28
+
29
+ output:
30
+ url: >-
31
+ 53482193.jpeg
32
+ - text: ' '
33
+
34
+ output:
35
+ url: >-
36
+ 53482188.jpeg
37
+ - text: ' '
38
+
39
+ output:
40
+ url: >-
41
+ 53482191.jpeg
42
+ - text: ' '
43
+
44
+ output:
45
+ url: >-
46
+ 53482186.jpeg
47
+ - text: ' '
48
+
49
+ output:
50
+ url: >-
51
+ 53482196.jpeg
52
+ - text: ' '
53
+
54
+ output:
55
+ url: >-
56
+ 53482187.jpeg
57
+ - text: ' '
58
+
59
+ output:
60
+ url: >-
61
+ 53482184.jpeg
62
+ - text: ' '
63
+
64
+ output:
65
+ url: >-
66
+ 53482194.jpeg
67
+ - text: ' '
68
+
69
+ output:
70
+ url: >-
71
+ 53482181.jpeg
72
+ - text: ' '
73
+
74
+ output:
75
+ url: >-
76
+ 53482190.jpeg
77
+ - text: ' '
78
+
79
+ output:
80
+ url: >-
81
+ 53482199.jpeg
82
+ - text: ' '
83
+
84
+ output:
85
+ url: >-
86
+ 53482192.jpeg
87
+ - text: ' '
88
+
89
+ output:
90
+ url: >-
91
+ 53482183.jpeg
92
+ - text: ' '
93
+
94
+ output:
95
+ url: >-
96
+ 53482195.jpeg
97
+ - text: ' '
98
+
99
+ output:
100
+ url: >-
101
+ 53482198.jpeg
102
+ - text: ' '
103
+
104
+ output:
105
+ url: >-
106
+ 53482200.jpeg
107
+ - text: ' '
108
+
109
+ output:
110
+ url: >-
111
+ 53482197.jpeg
112
+ - text: ' '
113
+
114
+ output:
115
+ url: >-
116
+ 53482182.jpeg
117
+ - text: ' '
118
+
119
+ output:
120
+ url: >-
121
+ 53482189.jpeg
122
+
123
+ ---
124
+
125
+ # Nina Dobrev Flux.1D (The Vampire Diaries)
126
+
127
+ <Gallery />
128
+
129
+
130
+
131
+
132
+
133
+ ## Model description
134
+
135
+ <p>A Flux.1D Lora of Nina Dobrev to Create Images in her likeness </p>
136
+
137
+ ## Trigger words
138
+ You should use `ninadobrev` to trigger the image generation.
139
+
140
+
141
+ ## Download model
142
+
143
+ Weights for this model are available in Safetensors format.
144
+
145
+ [Download](/Keltezaa/nina-dobrev-flux-1d-the-vampire-diaries/tree/main) them in the Files & versions tab.
146
+
147
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
148
+
149
+ ```py
150
+ from diffusers import AutoPipelineForText2Image
151
+ import torch
152
+
153
+ device = "cuda" if torch.cuda.is_available() else "cpu"
154
+
155
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
156
+ pipeline.load_lora_weights('Keltezaa/nina-dobrev-flux-1d-the-vampire-diaries', weight_name='ninadobrev.safetensors')
157
+ image = pipeline('`ninadobrev`').images[0]
158
+ ```
159
+
160
+ 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)
161
+
ninadobrev.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9385246a93bad4fb38341feb77cd6c9d32f2fb05b9cb559166600acd9ef54c3
3
+ size 39763760