Keltezaa commited on
Commit
83dde64
1 Parent(s): 0d8f672

Upload folder using huggingface_hub

Browse files
32381303.jpeg ADDED
32381304.jpeg ADDED
32381306.jpeg ADDED
32381307.jpeg ADDED
32381308.jpeg ADDED
32381309.jpeg ADDED
32381313.jpeg ADDED
FLUX-Elle Fanning.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf205b94d2a5fefa54e882270f2a8abbdbb908e5e76ec646ea75508f532a70d0
3
+ size 171969409
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - person
13
+ - photorealistic
14
+ - sexy
15
+ - woman
16
+ - celebrity
17
+ - girls
18
+ - realistic
19
+
20
+ base_model: black-forest-labs/FLUX.1-schnell
21
+ instance_prompt:
22
+ widget:
23
+ - text: ' '
24
+
25
+ output:
26
+ url: >-
27
+ 32381303.jpeg
28
+ - text: ' '
29
+
30
+ output:
31
+ url: >-
32
+ 32381309.jpeg
33
+ - text: ' '
34
+
35
+ output:
36
+ url: >-
37
+ 32381313.jpeg
38
+ - text: ' '
39
+
40
+ output:
41
+ url: >-
42
+ 32381304.jpeg
43
+ - text: ' '
44
+
45
+ output:
46
+ url: >-
47
+ 32381308.jpeg
48
+ - text: ' '
49
+
50
+ output:
51
+ url: >-
52
+ 32381306.jpeg
53
+ - text: ' '
54
+
55
+ output:
56
+ url: >-
57
+ 32381307.jpeg
58
+
59
+ ---
60
+
61
+ # Elle Fanning
62
+
63
+ <Gallery />
64
+
65
+
66
+
67
+
68
+
69
+ ## Model description
70
+
71
+ <hr /><p><a target="_blank" rel="ugc" href="https://ko-fi.com/shuhanmoai"><img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c867582-237e-4871-a48f-f086eb932c8b/width=525/7c867582-237e-4871-a48f-f086eb932c8b.jpeg" /></a><span style="color:rgb(255, 255, 255)">Need to personalize LORA or browse more unreleased LORAs:</span><a target="_blank" rel="ugc" href="https://ko-fi.com/shuhanmoai"><span style="color:rgb(255, 255, 255)">https://ko-fi.com/shuhanmoai</span></a></p><p><span style="color:rgb(255, 255, 255)">LORAをカスタマイズしたり、未公開のLORAをさらに見たりするには:</span><a target="_blank" rel="ugc" href="https://ko-fi.com/shuhanmoai"><span style="color:rgb(255, 255, 255)">https://ko-fi.com/shuhanmoai</span></a></p><p><span style="color:rgb(255, 255, 255)">Or you can subscribe to a monthly selection of curated LORA:</span><a target="_blank" rel="ugc" href="http://patreon.com/shuhanmo"><span style="color:rgb(255, 255, 255)">patreon.com/shuhanmo</span></a></p><p><span style="color:rgb(255, 255, 255)">または、キュレーションされたLORAの月額購読もできます:</span><a target="_blank" rel="ugc" href="http://patreon.com/shuhanmo"><span style="color:rgb(255, 255, 255)">patreon.com/shuhanmo</span></a></p>
72
+
73
+
74
+
75
+ ## Download model
76
+
77
+ Weights for this model are available in Safetensors format.
78
+
79
+ [Download](/Keltezaa/elle-fanning/tree/main) them in the Files & versions tab.
80
+
81
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
82
+
83
+ ```py
84
+ from diffusers import AutoPipelineForText2Image
85
+ import torch
86
+
87
+ device = "cuda" if torch.cuda.is_available() else "cpu"
88
+
89
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-schnell', torch_dtype=torch.bfloat16).to(device)
90
+ pipeline.load_lora_weights('Keltezaa/elle-fanning', weight_name='FLUX-Elle Fanning.safetensors')
91
+ image = pipeline('Your custom prompt').images[0]
92
+ ```
93
+
94
+ 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)
95
+