Keltezaa commited on
Commit
51bb2e3
·
verified ·
1 Parent(s): b7a4d68

Upload folder using huggingface_hub

Browse files
37725536.jpeg ADDED
37725542.jpeg ADDED
37725543.jpeg ADDED
37725544.jpeg ADDED
Jennifer_Garner_v2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e86cdb30051db0014ef7d9f49b34dff30f4d5c91e64e5bb52228a60b0d017e9
3
+ size 18213044
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=RentCivit&allowDerivatives=False&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
+ - actress
15
+ - celebrity
16
+
17
+ base_model: black-forest-labs/FLUX.1-dev
18
+ instance_prompt: woman
19
+ widget:
20
+ - text: 'a photo of a woman , RAW photo, 16mm film, artistic black and white film, a serene and intimate portrait, sits in the center of the frame, perfect posture, directly facing the viewer with their eyes locked onto the camera, they wear a cotton dress shirt, button-up top with all but the topmost button fastened, they also wear a heart necklace, adding a touch of elegance to their overall appearance, the soft, blurred background and soft lighting create a cozy atmosphere, drawing the viewer''s attention to the subject''s serene expression, the overall effect is one of calm and introspection, inviting the viewer to step into their world, (((looking directly at viewer))), ((facing viewer)), (eye contact maintained with viewer), centered, face centered'
21
+
22
+ output:
23
+ url: >-
24
+ 37725536.jpeg
25
+ - text: 'a a photo of a woman from above, upper body, wearing a tight dress, she sings into a microphone on stage, close-up, intimate, (((looking directly at viewer))), ((facing viewer)), (eye contact maintained with viewer), centered, face centered'
26
+
27
+ output:
28
+ url: >-
29
+ 37725544.jpeg
30
+ - text: 'a an fbi agent has drawn their service weapon and is aiming at the viewer, they have a serious expression, they wear a jacket and slacks, they carry their weapon in a chest holster beneath the jacket, background is the FBI headquarters in DC woman from above, upper body, wearing a tight dress, she sings into a microphone on stage, close-up, intimate, (((looking directly at viewer))), ((facing viewer)), (eye contact maintained with viewer), centered, face centered'
31
+
32
+ output:
33
+ url: >-
34
+ 37725542.jpeg
35
+ - text: 'a woman as a librarian, eyeglasses, looking at viewer, eye contact'
36
+
37
+ output:
38
+ url: >-
39
+ 37725543.jpeg
40
+
41
+ ---
42
+
43
+ # Jennifer Garner (Mid 2000s)
44
+
45
+ <Gallery />
46
+
47
+
48
+
49
+
50
+
51
+ ## Model description
52
+
53
+ <p>Jennifer is hard to capture due to some of her facial features and bone structure. However, I found some decent images where the resolution was acceptable, and her face was in several positions that would capture some of the unique things about her face. I use a weight of 1.5. YMMV</p>
54
+
55
+ ## Trigger words
56
+ You should use `woman` to trigger the image generation.
57
+
58
+
59
+ ## Download model
60
+
61
+ Weights for this model are available in Safetensors format.
62
+
63
+ [Download](/Keltezaa/jennifer-garner-mid-2000s/tree/main) them in the Files & versions tab.
64
+
65
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
66
+
67
+ ```py
68
+ from diffusers import AutoPipelineForText2Image
69
+ import torch
70
+
71
+ device = "cuda" if torch.cuda.is_available() else "cpu"
72
+
73
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
74
+ pipeline.load_lora_weights('Keltezaa/jennifer-garner-mid-2000s', weight_name='Jennifer_Garner_v2.safetensors')
75
+ image = pipeline('a woman as a librarian, eyeglasses, looking at viewer, eye contact').images[0]
76
+ ```
77
+
78
+ 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)
79
+