Keltezaa commited on
Commit
a08e911
1 Parent(s): 4e1442b

Upload folder using huggingface_hub

Browse files
35433214.jpeg ADDED
35433216.jpeg ADDED
35433217.jpeg ADDED
35433218.jpeg ADDED
35433219.jpeg ADDED
Amanda_Seyfried_Flux.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de34efb0abb4931425bab0568556ea88b7c1a888634ff87c3e90279e7ae95790
3
+ size 19311992
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - photorealistic
13
+ - sexy
14
+ - woman
15
+ - actress
16
+ - celebrity
17
+ - girls
18
+ - realistic
19
+
20
+ base_model: black-forest-labs/FLUX.1-dev
21
+ instance_prompt:
22
+ widget:
23
+ - text: ' beautiful detailed photograph, rosy lips, piercing green eyes, blonde hair cascading over her shoulders, wearing a dress, standing in cafe looking at the viewer, smiling'
24
+
25
+ output:
26
+ url: >-
27
+ 35433218.jpeg
28
+ - text: ' beautiful detailed photograph, rosy lips, piercing green eyes, blonde hair cascading over her shoulders, wearing a dress, standing in cafe looking at the viewer, smiling'
29
+
30
+ output:
31
+ url: >-
32
+ 35433219.jpeg
33
+ - text: ' beautiful detailed photograph, blonde hair cascading over her shoulders, wearing a dress, standing in cafe looking at the viewer, smiling'
34
+
35
+ output:
36
+ url: >-
37
+ 35433214.jpeg
38
+ - text: ' beautiful detailed photograph, rosy lips, piercing green eyes, blonde hair cascading over her shoulders, wearing a dress, standing in cafe looking at the viewer, smiling'
39
+
40
+ output:
41
+ url: >-
42
+ 35433217.jpeg
43
+ - text: ' beautiful detailed photograph, rosy lips, piercing green eyes, blonde hair cascading over her shoulders, wearing a dress, standing in cafe looking at the viewer, smiling'
44
+
45
+ output:
46
+ url: >-
47
+ 35433216.jpeg
48
+
49
+ ---
50
+
51
+ # Amanda Seyfried (Flux)
52
+
53
+ <Gallery />
54
+
55
+
56
+
57
+ ([CivitAI](https://civitai.com/models/))
58
+
59
+ ## Model description
60
+
61
+ <p>Amanda Seyfried - Trained for Flux</p>
62
+
63
+
64
+
65
+ ## Download model
66
+
67
+ Weights for this model are available in Safetensors format.
68
+
69
+ [Download](/Keltezaa/amanda-seyfried-flux/tree/main) them in the Files & versions tab.
70
+
71
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
72
+
73
+ ```py
74
+ from diffusers import AutoPipelineForText2Image
75
+ import torch
76
+
77
+ device = "cuda" if torch.cuda.is_available() else "cpu"
78
+
79
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
80
+ pipeline.load_lora_weights('Keltezaa/amanda-seyfried-flux', weight_name='Amanda_Seyfried_Flux.safetensors')
81
+ image = pipeline(' beautiful detailed photograph, rosy lips, piercing green eyes, blonde hair cascading over her shoulders, wearing a dress, standing in cafe looking at the viewer, smiling').images[0]
82
+ ```
83
+
84
+ 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)
85
+