Keltezaa commited on
Commit
df0867e
·
verified ·
1 Parent(s): 1fb8231

Upload folder using huggingface_hub

Browse files
52880985.jpeg ADDED
52880986.jpeg ADDED
52880987.jpeg ADDED
52880988.jpeg ADDED
52880989.jpeg ADDED
52880990.jpeg ADDED
52880991.jpeg ADDED
52880992.jpeg ADDED
52880993.jpeg ADDED
52880994.jpeg ADDED
52880995.jpeg ADDED
52880996.jpeg ADDED
52880997.jpeg ADDED
52880998.jpeg ADDED
52880999.jpeg ADDED
52881000.jpeg ADDED
52881001.jpeg ADDED
52881002.jpeg ADDED
52881003.jpeg ADDED
README.md ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - woman
13
+ - 90s
14
+ - actress
15
+ - celebrity
16
+ - tv series
17
+ - movies
18
+
19
+ base_model: black-forest-labs/FLUX.1-dev
20
+ instance_prompt: amidolenz
21
+ widget:
22
+ - text: ' '
23
+
24
+ output:
25
+ url: >-
26
+ 52880989.jpeg
27
+ - text: ' '
28
+
29
+ output:
30
+ url: >-
31
+ 52880986.jpeg
32
+ - text: ' '
33
+
34
+ output:
35
+ url: >-
36
+ 52880990.jpeg
37
+ - text: ' '
38
+
39
+ output:
40
+ url: >-
41
+ 52880985.jpeg
42
+ - text: ' '
43
+
44
+ output:
45
+ url: >-
46
+ 52881000.jpeg
47
+ - text: ' '
48
+
49
+ output:
50
+ url: >-
51
+ 52880987.jpeg
52
+ - text: ' '
53
+
54
+ output:
55
+ url: >-
56
+ 52880994.jpeg
57
+ - text: ' '
58
+
59
+ output:
60
+ url: >-
61
+ 52880988.jpeg
62
+ - text: ' '
63
+
64
+ output:
65
+ url: >-
66
+ 52880993.jpeg
67
+ - text: ' '
68
+
69
+ output:
70
+ url: >-
71
+ 52880992.jpeg
72
+ - text: ' '
73
+
74
+ output:
75
+ url: >-
76
+ 52880998.jpeg
77
+ - text: ' '
78
+
79
+ output:
80
+ url: >-
81
+ 52880991.jpeg
82
+ - text: ' '
83
+
84
+ output:
85
+ url: >-
86
+ 52880996.jpeg
87
+ - text: ' '
88
+
89
+ output:
90
+ url: >-
91
+ 52880995.jpeg
92
+ - text: ' '
93
+
94
+ output:
95
+ url: >-
96
+ 52880999.jpeg
97
+ - text: ' '
98
+
99
+ output:
100
+ url: >-
101
+ 52880997.jpeg
102
+ - text: ' '
103
+
104
+ output:
105
+ url: >-
106
+ 52881001.jpeg
107
+ - text: ' '
108
+
109
+ output:
110
+ url: >-
111
+ 52881002.jpeg
112
+ - text: ' '
113
+
114
+ output:
115
+ url: >-
116
+ 52881003.jpeg
117
+
118
+ ---
119
+
120
+ # Ami Dolenz Flux D , "Cant buy Me love"
121
+
122
+ <Gallery />
123
+
124
+
125
+
126
+ ([CivitAI](https://civitai.com/models/))
127
+
128
+ ## Model description
129
+
130
+ <p>Generates Photos of Ami Dolenz with Flux models , She is From "Saved by the bell" "Cant buy me love" others...</p>
131
+
132
+ ## Trigger words
133
+ You should use `amidolenz` to trigger the image generation.
134
+
135
+
136
+ ## Download model
137
+
138
+ Weights for this model are available in Safetensors format.
139
+
140
+ [Download](/Keltezaa/ami-dolenz-flux-d-cant-buy-me-love/tree/main) them in the Files & versions tab.
141
+
142
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
143
+
144
+ ```py
145
+ from diffusers import AutoPipelineForText2Image
146
+ import torch
147
+
148
+ device = "cuda" if torch.cuda.is_available() else "cpu"
149
+
150
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
151
+ pipeline.load_lora_weights('Keltezaa/ami-dolenz-flux-d-cant-buy-me-love', weight_name='am1d0lenz.safetensors')
152
+ image = pipeline('`amidolenz`').images[0]
153
+ ```
154
+
155
+ 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)
156
+
am1d0lenz.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1acac480f4324c8dd0b3340d0f0b9b46ff7d9678f6efc7986f9229fe643efd68
3
+ size 39761352