Edit model card

Sabrina Carpenter Flux Model

Prompt
Prompt
Prompt
Prompt

Model description

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.

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.

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."

Trigger words

You should use sabrina to trigger the image generation.

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Use it with the 🧨 diffusers library

from diffusers import AutoPipelineForText2Image
import torch

device = "cuda" if torch.cuda.is_available() else "cpu"

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('mmaluchnick/sabrina-carpenter-flux-model', weight_name='SabrinaCarpenterFluxModel.safetensors')
image = pipeline('`sabrina`').images[0]

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers

Downloads last month
16
Inference API
Examples

Model tree for mmaluchnick/sabrina-carpenter-flux-model

Adapter
(9005)
this model