Keltezaa commited on
Commit
6e0129b
·
verified ·
1 Parent(s): 7fa751c

Upload folder using huggingface_hub

Browse files
33711437.jpeg ADDED
33711452.jpeg ADDED
33711512.jpeg ADDED
33711603.jpeg ADDED
33711732.jpeg ADDED
33711748.jpeg ADDED
33711768.jpeg ADDED
33711852.jpeg ADDED
Katy_Perry_Flux.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a53ea01b76a7a93468888ea2cfae220968f44f4a0357db852795282d48e5b759
3
+ size 19311024
README.md ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - singer
13
+ - photorealistic
14
+ - sexy
15
+ - woman
16
+ - celebrity
17
+ - girls
18
+ - realistic
19
+
20
+ base_model: black-forest-labs/FLUX.1-dev
21
+ instance_prompt:
22
+ widget:
23
+ - text: ' This is a high resolution image of a women her facial features are sharp and defined. She has prominent cheekbones, including dark eyeshadow and a deep red lipstick., smoky eye makeup. bright blue eyes. She has long, dark brown hair cascading over her shoulders and a light olive skin tone. Wearing a long dress, standing in a cafe'
24
+
25
+ output:
26
+ url: >-
27
+ 33711437.jpeg
28
+ - text: ' This is a high resolution image of a women her facial features are sharp and defined. She has prominent cheekbones, including dark eyeshadow and a deep red lipstick., smoky eye makeup. bright blue eyes. She has long, dark brown hair cascading over her shoulders and a light olive skin tone. Wearing a long dress, standing in a cafe, smiling'
29
+
30
+ output:
31
+ url: >-
32
+ 33711452.jpeg
33
+ - text: ' beautiful detailed photograph, wearing a dress, long straight hair, standing in a jungle, wearing an explorer''s outfit'
34
+
35
+ output:
36
+ url: >-
37
+ 33711512.jpeg
38
+ - text: ' beautiful detailed photograph, wearing a dress, long straight hair, standing in a spaceship, wearing a sci-fi space suit'
39
+
40
+ output:
41
+ url: >-
42
+ 33711603.jpeg
43
+ - text: ' beautiful detailed photograph, wearing a dress, long straight hair, standing in a spaceship, wearing a sci-fi space suit'
44
+
45
+ output:
46
+ url: >-
47
+ 33711852.jpeg
48
+ - text: ' beautiful detailed photograph, wearing a dress, short hair curled at the bottom, standing in a joyful forest clearing. dressed as snow white, closeup shot'
49
+
50
+ output:
51
+ url: >-
52
+ 33711732.jpeg
53
+ - text: ' beautiful detailed photograph, wearing a dress, short hair curled at the bottom, standing in a joyful forest clearing. dressed as snow white, closeup shot'
54
+
55
+ output:
56
+ url: >-
57
+ 33711748.jpeg
58
+ - text: ' beautiful detailed photograph, wearing a dress, short hair curled at the bottom, standing in a joyful forest clearing. dressed as snow white, closeup shot'
59
+
60
+ output:
61
+ url: >-
62
+ 33711768.jpeg
63
+
64
+ ---
65
+
66
+ # Katy Perry (Flux)
67
+
68
+ <Gallery />
69
+
70
+
71
+
72
+ ([CivitAI](https://civitai.com/models/))
73
+
74
+ ## Model description
75
+
76
+ <p>Katy Perry -Trained for Flux</p>
77
+
78
+
79
+
80
+ ## Download model
81
+
82
+ Weights for this model are available in Safetensors format.
83
+
84
+ [Download](/Keltezaa/katy-perry-flux/tree/main) them in the Files & versions tab.
85
+
86
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
87
+
88
+ ```py
89
+ from diffusers import AutoPipelineForText2Image
90
+ import torch
91
+
92
+ device = "cuda" if torch.cuda.is_available() else "cpu"
93
+
94
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
95
+ pipeline.load_lora_weights('Keltezaa/katy-perry-flux', weight_name='Katy_Perry_Flux.safetensors')
96
+ image = pipeline(' beautiful detailed photograph, wearing a dress, short hair curled at the bottom, standing in a joyful forest clearing. dressed as snow white, closeup shot').images[0]
97
+ ```
98
+
99
+ 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)
100
+