Keltezaa commited on
Commit
c41d78b
1 Parent(s): 0420892

Upload folder using huggingface_hub

Browse files
32961320.jpeg ADDED
32961321.jpeg ADDED
32961322.jpeg ADDED
32961323.jpeg ADDED
32961326.jpeg ADDED
32961328.jpeg ADDED
Flux.Livvy-step00000400.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9e54459727b5de7d0bf482a85cae1a9f9a9e05a169f4c75dcd43d262ada0381
3
+ size 153271808
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 'cgi render of a young blonde woman, in a cyberpunk setting she is wearing dark emo gothic attire'
22
+
23
+ output:
24
+ url: >-
25
+ 32961323.jpeg
26
+ - text: 'cgi render of a blonde woman, holding a pink lightsaber to her face'
27
+
28
+ output:
29
+ url: >-
30
+ 32961322.jpeg
31
+ - text: 'cgi render of a young woman, in a cyberpunk setting she is wearing dark emo gothic attire'
32
+
33
+ output:
34
+ url: >-
35
+ 32961328.jpeg
36
+ - text: 'realistic image of a blonde woman, in an empty parking lot wearing a orange shirt'
37
+
38
+ output:
39
+ url: >-
40
+ 32961320.jpeg
41
+ - text: 'realistic image of a blonde woman, in a dark forest'
42
+
43
+ output:
44
+ url: >-
45
+ 32961321.jpeg
46
+ - text: 'realistic image of a blonde woman, in a dark forest at night'
47
+
48
+ output:
49
+ url: >-
50
+ 32961326.jpeg
51
+
52
+ ---
53
+
54
+ # FLUX - Livvy Dunne (Influencer)
55
+
56
+ <Gallery />
57
+
58
+
59
+
60
+ ([CivitAI](https://civitai.com/models/))
61
+
62
+ ## Model description
63
+
64
+ <h3 id="flux-+-pony-lora-for-livvy-dunnecommission-leave-a-like-if-you-like-it-:)want-a-customprivate-lora-get-it-here-:-ko-fi-commissionbuzz-for-best-imagesprompts-in-showcase-imagesenjoy!leave-me-a-review-so-it-can-improve!-svp3bl4sc"><strong><span style="color:rgb(34, 139, 230)">FLUX + Pony LoRA for</span><span style="color:rgb(64, 192, 87)"> Livvy Dunne</span></strong><br />Commission -<strong><span style="color:rgb(250, 82, 82)">Leave a like if you like it :)</span></strong><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><br /><span style="color:rgb(34, 139, 230)"><br /></span><strong><span style="color:rgb(250, 176, 5)">BUZZ FOR BEST IMAGES</span></strong><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>
65
+
66
+
67
+
68
+ ## Download model
69
+
70
+ Weights for this model are available in Safetensors format.
71
+
72
+ [Download](/Keltezaa/flux-livvy-dunne-influencer/tree/main) them in the Files & versions tab.
73
+
74
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
75
+
76
+ ```py
77
+ from diffusers import AutoPipelineForText2Image
78
+ import torch
79
+
80
+ device = "cuda" if torch.cuda.is_available() else "cpu"
81
+
82
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
83
+ pipeline.load_lora_weights('Keltezaa/flux-livvy-dunne-influencer', weight_name='Flux.Livvy-step00000400.safetensors')
84
+ image = pipeline('realistic image of a blonde woman, in a dark forest at night').images[0]
85
+ ```
86
+
87
+ 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)
88
+