Keltezaa commited on
Commit
0ec3221
·
verified ·
1 Parent(s): aed535d

Upload folder using huggingface_hub

Browse files
31304020.jpeg ADDED
31304021.jpeg ADDED
31304439.jpeg ADDED
31305451.jpeg ADDED
31305464.jpeg ADDED
Flux.Daddario-step00000400.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8396c415ae83a15b48be00352318444ade1e192feaa69735ec3479f876c12cc
3
+ size 153271968
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - realistic
16
+
17
+ base_model: black-forest-labs/FLUX.1-dev
18
+ instance_prompt:
19
+ widget:
20
+ - text: 'portrait of a women in a fantasy world'
21
+
22
+ output:
23
+ url: >-
24
+ 31305464.jpeg
25
+ - text: ' '
26
+
27
+ output:
28
+ url: >-
29
+ 31304020.jpeg
30
+ - text: ' '
31
+
32
+ output:
33
+ url: >-
34
+ 31304439.jpeg
35
+ - text: ' '
36
+
37
+ output:
38
+ url: >-
39
+ 31305451.jpeg
40
+ - text: 'portrait of a women in a fantasy world'
41
+
42
+ output:
43
+ url: >-
44
+ 31304021.jpeg
45
+
46
+ ---
47
+
48
+ # FLUX - Alexandra Daddario
49
+
50
+ <Gallery />
51
+
52
+
53
+
54
+ ([CivitAI](https://civitai.com/models/))
55
+
56
+ ## Model description
57
+
58
+ <h3 id="flux-+-pony-lora-for-alexandra-daddario-sl6s3m7j0"><strong><span style="color:rgb(34, 139, 230)">FLUX + Pony LoRA for</span><span style="color:rgb(64, 192, 87)"> Alexandra Daddario</span></strong></h3><h3 id="want-a-customprivate-lora-get-it-here-:-commissions-or-icekiub-leave-a-like-if-you-like-it-:)buzz-for-best-imagesstrength:-0.7-1enjoy!leave-me-a-review-so-it-can-improve!-vawocphcw"><strong><span style="color:rgb(250, 82, 82)">Want a </span><span style="color:rgb(18, 184, 134)">Custom/private LoRA?</span><span style="color:rgb(250, 82, 82)"> Get it here : </span></strong><a target="_blank" rel="ugc" href="https://ko-fi.com/icekiub/commissions?commissionAlias=2042ce3d32&amp;amp;openCommissionsMenu=True#buyShopCommissionModal">Commissions | IceKiub </a><br /><br /><strong><span style="color:rgb(121, 80, 242)">Leave a like if you like it :)</span></strong><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(34, 139, 230)"><br /></span><strong><span style="color:rgb(76, 110, 245)">Strength: 0.7-1</span></strong><span style="color:rgb(76, 110, 245)"><br /></span><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>
59
+
60
+
61
+
62
+ ## Download model
63
+
64
+ Weights for this model are available in Safetensors format.
65
+
66
+ [Download](/Keltezaa/flux-alexandra-daddario/tree/main) them in the Files & versions tab.
67
+
68
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
69
+
70
+ ```py
71
+ from diffusers import AutoPipelineForText2Image
72
+ import torch
73
+
74
+ device = "cuda" if torch.cuda.is_available() else "cpu"
75
+
76
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
77
+ pipeline.load_lora_weights('Keltezaa/flux-alexandra-daddario', weight_name='Flux.Daddario-step00000400.safetensors')
78
+ image = pipeline('portrait of a women in a fantasy world').images[0]
79
+ ```
80
+
81
+ 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)
82
+