Keltezaa commited on
Commit
f491a1e
·
verified ·
1 Parent(s): d61ba03

Upload folder using huggingface_hub

Browse files
43261982.jpeg ADDED
43261983.jpeg ADDED
43261986.jpeg ADDED
43261988.jpeg ADDED
43262048.jpeg ADDED
43262049.jpeg ADDED
Kate_Beckinsale_Flux.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c993f3338f0c3a1ea323390269c84f9b4803849c434e63ce0251b434a19c350
3
+ size 19310088
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Sell&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - photorealistic
13
+ - sexy
14
+ - woman
15
+ - actress
16
+ - celebrity
17
+ - girls
18
+ - realistic
19
+
20
+ base_model: black-forest-labs/FLUX.1-dev
21
+ instance_prompt:
22
+ widget:
23
+ - text: ' beautiful detailed photograph, hair cascading over her shoulders, wearing a boatneck dress, standing in a cafe, smile'
24
+
25
+ output:
26
+ url: >-
27
+ 43261988.jpeg
28
+ - text: ' beautiful detailed photograph, hair cascading over her shoulders, wearing a boatneck dress, standing in a cafe, smile'
29
+
30
+ output:
31
+ url: >-
32
+ 43261986.jpeg
33
+ - text: ' beautiful detailed photograph, hair cascading over her shoulders, wearing a boatneck dress, standing in a cafe, smile'
34
+
35
+ output:
36
+ url: >-
37
+ 43261983.jpeg
38
+ - text: ' beautiful detailed photograph, hair cascading over her shoulders, wearing a boatneck dress, standing in a cafe, smile'
39
+
40
+ output:
41
+ url: >-
42
+ 43261982.jpeg
43
+ - text: ' beautiful detailed photograph, hair cascading over her shoulders, wearing a boatneck dress, standing in a cafe, smile'
44
+
45
+ output:
46
+ url: >-
47
+ 43262048.jpeg
48
+ - text: ' beautiful detailed photograph, hair cascading over her shoulders, wearing a boatneck dress, standing in a cafe, smile'
49
+
50
+ output:
51
+ url: >-
52
+ 43262049.jpeg
53
+
54
+ ---
55
+
56
+ # Kate Beckinsale (Flux)
57
+
58
+ <Gallery />
59
+
60
+
61
+
62
+ ([CivitAI](https://civitai.com/models/))
63
+
64
+ ## Model description
65
+
66
+ <p>Kate Beckinsale - Trained for Flux</p>
67
+
68
+
69
+
70
+ ## Download model
71
+
72
+ Weights for this model are available in Safetensors format.
73
+
74
+ [Download](/Keltezaa/kate-beckinsale-flux/tree/main) them in the Files & versions tab.
75
+
76
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
77
+
78
+ ```py
79
+ from diffusers import AutoPipelineForText2Image
80
+ import torch
81
+
82
+ device = "cuda" if torch.cuda.is_available() else "cpu"
83
+
84
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
85
+ pipeline.load_lora_weights('Keltezaa/kate-beckinsale-flux', weight_name='Kate_Beckinsale_Flux.safetensors')
86
+ image = pipeline(' beautiful detailed photograph, hair cascading over her shoulders, wearing a boatneck dress, standing in a cafe, smile').images[0]
87
+ ```
88
+
89
+ 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)
90
+