mmaluchnick commited on
Commit
b2ed03b
·
verified ·
1 Parent(s): 5977b25

Upload folder using huggingface_hub

Browse files
39821057.jpeg ADDED
39821255.jpeg ADDED
39851892.jpeg ADDED
39852854.jpeg ADDED
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - woman
13
+ - celebrity
14
+ - sabrina carpenter
15
+
16
+ base_model: black-forest-labs/FLUX.1-dev
17
+ instance_prompt: sabrina
18
+ widget:
19
+ - text: ' '
20
+
21
+ output:
22
+ url: >-
23
+ 39852854.jpeg
24
+ - text: ' '
25
+
26
+ output:
27
+ url: >-
28
+ 39821255.jpeg
29
+ - text: ' '
30
+
31
+ output:
32
+ url: >-
33
+ 39821057.jpeg
34
+ - text: ' '
35
+
36
+ output:
37
+ url: >-
38
+ 39851892.jpeg
39
+
40
+ ---
41
+
42
+ # Sabrina Carpenter Flux Model
43
+
44
+ <Gallery />
45
+
46
+
47
+
48
+
49
+
50
+ ## Model description
51
+
52
+ <p>Sabrina Annlynn Carpenter, born May 11, 1999, in Quakertown, PA, is an American recording artist and actress. She first gained recognition starring on the Disney Channel series "Girl Meets World" (2014–2017), and signed with the Disney-owned Hollywood Records. She released her debut single, "Can't Blame a Girl for Trying," in 2014, followed by four studio albums: "Eyes Wide Open" (2015), "Evolution" (2016), "Singular: Act I" (2018), and "Singular: Act II" (2019). Her singles "Alien," "Almost Love," and "Sue Me" topped the US Dance Club Songs chart.</p><p>Carpenter moved to Island Records in 2021 and released the standalone single "Skin," which became her first entry on the Billboard Hot 100. Her fifth album, ""Emails I Can't Send" (2022), was supported by the TikTok viral song "Nonsense" and the hit single "Feather," which reached No. 1 on pop radio. She opened for Taylor Swift at the Eras Tour in 2023, and achieved wider commercial success with her sixth album "Short n' Sweet" (2024). It became her first album to debut atop the Billboard 200 and spawned the Billboard Global 200 No. 1 singles "Espresso" and "Please Please Please." The album's third single, "Taste," debuted at No. 2 on the Hot 100.</p><p>Carpenter has appeared in films such as "Adventures in Babysitting" (2016), "The Hate U Give" (2018), "The Short History of the Long Road (2019), "Clouds" (2020), and "Emergency" (2022). She has also starred in the Netflix productions "Tall Girl" (2019), "Tall Girl 2" (2022), and "Work It" (2020), the latter of which she executive-produced. On Broadway, she played a lead role in "Mean Girls."</p>
53
+
54
+ ## Trigger words
55
+ You should use `sabrina` to trigger the image generation.
56
+
57
+
58
+ ## Download model
59
+
60
+ Weights for this model are available in Safetensors format.
61
+
62
+ [Download](/mmaluchnick/sabrina-carpenter-flux-model/tree/main) them in the Files & versions tab.
63
+
64
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
65
+
66
+ ```py
67
+ from diffusers import AutoPipelineForText2Image
68
+ import torch
69
+
70
+ device = "cuda" if torch.cuda.is_available() else "cpu"
71
+
72
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
73
+ pipeline.load_lora_weights('mmaluchnick/sabrina-carpenter-flux-model', weight_name='SabrinaCarpenterFluxModel.safetensors')
74
+ image = pipeline('`sabrina`').images[0]
75
+ ```
76
+
77
+ 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)
78
+
SabrinaCarpenterFluxModel.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc6f99ce42afcead93f3184ace25b538a8f1b7186be7ca99c85f235eabe11b3b
3
+ size 89745224