Keltezaa commited on
Commit
9cb4d7e
1 Parent(s): daeabe3

Upload folder using huggingface_hub

Browse files
27592905.jpeg ADDED
27592945.jpeg ADDED
27593035.jpeg ADDED
27593037.jpeg ADDED
27593038.jpeg ADDED
27593039.jpeg ADDED
27593040.jpeg ADDED
27593069.jpeg ADDED
27593074.jpeg ADDED
Katie_Holmes_90s.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e79d90114f238464996ea28bf941da1e1bc6c2732c20ddbcf9244c6fd852d87
3
+ size 19258392
README.md ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - woman
13
+ - celeb
14
+ - celebrity
15
+ - celebrity girl
16
+
17
+ base_model: black-forest-labs/FLUX.1-dev
18
+ instance_prompt:
19
+ widget:
20
+ - text: ' '
21
+
22
+ output:
23
+ url: >-
24
+ 27593039.jpeg
25
+ - text: ' '
26
+
27
+ output:
28
+ url: >-
29
+ 27592905.jpeg
30
+ - text: ' '
31
+
32
+ output:
33
+ url: >-
34
+ 27592945.jpeg
35
+ - text: ' '
36
+
37
+ output:
38
+ url: >-
39
+ 27593035.jpeg
40
+ - text: ' '
41
+
42
+ output:
43
+ url: >-
44
+ 27593037.jpeg
45
+ - text: ' '
46
+
47
+ output:
48
+ url: >-
49
+ 27593038.jpeg
50
+ - text: ' '
51
+
52
+ output:
53
+ url: >-
54
+ 27593040.jpeg
55
+ - text: ' '
56
+
57
+ output:
58
+ url: >-
59
+ 27593069.jpeg
60
+ - text: ' '
61
+
62
+ output:
63
+ url: >-
64
+ 27593074.jpeg
65
+
66
+ ---
67
+
68
+ # Katie Holmes 90's
69
+
70
+ <Gallery />
71
+
72
+
73
+
74
+
75
+
76
+ ## Model description
77
+
78
+ <p>Katie Holmes. Circa 1998. </p>
79
+
80
+
81
+
82
+ ## Download model
83
+
84
+ Weights for this model are available in Safetensors format.
85
+
86
+ [Download](/Keltezaa/katie-holmes-90-s/tree/main) them in the Files & versions tab.
87
+
88
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
89
+
90
+ ```py
91
+ from diffusers import AutoPipelineForText2Image
92
+ import torch
93
+
94
+ device = "cuda" if torch.cuda.is_available() else "cpu"
95
+
96
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
97
+ pipeline.load_lora_weights('Keltezaa/katie-holmes-90-s', weight_name='Katie_Holmes_90s.safetensors')
98
+ image = pipeline('Your custom prompt').images[0]
99
+ ```
100
+
101
+ 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)
102
+