Keltezaa commited on
Commit
31018e3
1 Parent(s): 2a9dc56

Upload folder using huggingface_hub

Browse files
33668478.jpeg ADDED
33668480.jpeg ADDED
33668482.jpeg ADDED
33668486.jpeg ADDED
33668647.jpeg ADDED
33668936.jpeg ADDED
33669114.jpeg ADDED
33669368.jpeg ADDED
Flux.Cuoco-step00000450.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deda29affe4a501cfec4d83bc502b06eea46086e7157e9a00b9915dfd70b2ea1
3
+ size 153271760
README.md ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - photorealistic
13
+ - woman
14
+ - celebrity
15
+ - girls
16
+ - realistic
17
+
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt:
20
+ widget:
21
+ - text: ' '
22
+
23
+ output:
24
+ url: >-
25
+ 33668647.jpeg
26
+ - text: ' '
27
+
28
+ output:
29
+ url: >-
30
+ 33669114.jpeg
31
+ - text: ' '
32
+
33
+ output:
34
+ url: >-
35
+ 33668936.jpeg
36
+ - text: ' '
37
+
38
+ output:
39
+ url: >-
40
+ 33669368.jpeg
41
+ - text: 'realistic portrait of a blonde woman wearing a dragonball cosplay in a cyberpunk city
42
+ '
43
+
44
+ output:
45
+ url: >-
46
+ 33668482.jpeg
47
+ - text: 'realistic portrait of a blonde woman holding a light saber near her face'
48
+
49
+ output:
50
+ url: >-
51
+ 33668480.jpeg
52
+ - text: 'realistic portrait of a black hair woman with pale skin in a cyberpunk setting at night, front view'
53
+
54
+ output:
55
+ url: >-
56
+ 33668478.jpeg
57
+ - text: 'cgi render of a black hair woman with pale skin in a cyberpunk setting , front view'
58
+
59
+ output:
60
+ url: >-
61
+ 33668486.jpeg
62
+
63
+ ---
64
+
65
+ # FLUX - Kaley Cuoco
66
+
67
+ <Gallery />
68
+
69
+
70
+
71
+ ([CivitAI](https://civitai.com/models/))
72
+
73
+ ## Model description
74
+
75
+ <h3 id="flux-kaley-cuocowant-a-customprivate-lora-get-it-here-:-ko-fi-commissionprompts-in-showcase-imagesenjoy!leave-me-a-review-so-it-can-improve!-w4nnet9lu"><strong><span style="color:#40c057">FLUX - Kaley Cuoco</span></strong><br /><br /><strong><span style="color:rgb(121, 80, 242)">Want a Custom/private LoRA? </span><span style="color:rgb(21, 170, 191)">Get it here : </span></strong><a target="_blank" rel="ugc" href="https://ko-fi.com/c/2042ce3d32"><strong><span style="color:rgb(253, 126, 20)">Ko-Fi Commission</span></strong></a><span style="color:rgb(76, 110, 245)"><br /></span><br /><strong>Prompts in showcase images</strong><br /><br /><strong><span style="color:rgb(64, 192, 87)">Enjoy!</span></strong><br /><br /><strong>Leave me a review so it can improve!</strong></h3>
76
+
77
+
78
+
79
+ ## Download model
80
+
81
+ Weights for this model are available in Safetensors format.
82
+
83
+ [Download](/Keltezaa/flux-kaley-cuoco/tree/main) them in the Files & versions tab.
84
+
85
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
86
+
87
+ ```py
88
+ from diffusers import AutoPipelineForText2Image
89
+ import torch
90
+
91
+ device = "cuda" if torch.cuda.is_available() else "cpu"
92
+
93
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
94
+ pipeline.load_lora_weights('Keltezaa/flux-kaley-cuoco', weight_name='Flux.Cuoco-step00000450.safetensors')
95
+ image = pipeline('cgi render of a black hair woman with pale skin in a cyberpunk setting , front view').images[0]
96
+ ```
97
+
98
+ 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)
99
+