Keltezaa commited on
Commit
37a134f
·
verified ·
1 Parent(s): 8168a53

Upload folder using huggingface_hub

Browse files
52682548.jpeg ADDED
52682549.jpeg ADDED
52682550.jpeg ADDED
52682552.jpeg ADDED
52682553.jpeg ADDED
Joey_King_Flux.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c9c937bae85a9a0639b9390706e9f4e20db4b75e5b62b8ef3fc89627a37675c
3
+ size 19310192
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - sexy
13
+ - woman
14
+ - actress
15
+ - celebrity
16
+ - girls
17
+
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt:
20
+ widget:
21
+ - text: ' This is a beautiful photograph of a woman, hair cascading over her shoulders. wearing a boatneck dress. standing in cafe, looking at the viewer, smiling'
22
+
23
+ output:
24
+ url: >-
25
+ 52682549.jpeg
26
+ - text: ' This is a beautiful photograph of a woman, hair cascading over her shoulders. wearing a boatneck dress. standing in cafe, looking at the viewer, smiling'
27
+
28
+ output:
29
+ url: >-
30
+ 52682550.jpeg
31
+ - text: ' This is a beautiful photograph of a woman, hair cascading over her shoulders. wearing a boatneck dress. standing in cafe, looking at the viewer, smiling'
32
+
33
+ output:
34
+ url: >-
35
+ 52682548.jpeg
36
+ - text: ' This is a beautiful photograph of a woman, hair cascading over her shoulders. wearing a boatneck dress. standing in cafe, looking at the viewer, smiling'
37
+
38
+ output:
39
+ url: >-
40
+ 52682552.jpeg
41
+ - text: ' This is a beautiful photograph of a woman, hair cascading over her shoulders. wearing a boatneck dress. standing in cafe, looking at the viewer, smiling'
42
+
43
+ output:
44
+ url: >-
45
+ 52682553.jpeg
46
+
47
+ ---
48
+
49
+ # Joey King (Flux)
50
+
51
+ <Gallery />
52
+
53
+
54
+
55
+ ([CivitAI](https://civitai.com/models/))
56
+
57
+ ## Model description
58
+
59
+ <p>Joey King. Trained for Flux.</p>
60
+
61
+
62
+
63
+ ## Download model
64
+
65
+ Weights for this model are available in Safetensors format.
66
+
67
+ [Download](/Keltezaa/joey-king-flux/tree/main) them in the Files & versions tab.
68
+
69
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
70
+
71
+ ```py
72
+ from diffusers import AutoPipelineForText2Image
73
+ import torch
74
+
75
+ device = "cuda" if torch.cuda.is_available() else "cpu"
76
+
77
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
78
+ pipeline.load_lora_weights('Keltezaa/joey-king-flux', weight_name='Joey_King_Flux.safetensors')
79
+ image = pipeline(' This is a beautiful photograph of a woman, hair cascading over her shoulders. wearing a boatneck dress. standing in cafe, looking at the viewer, smiling').images[0]
80
+ ```
81
+
82
+ 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)
83
+