File size: 2,681 Bytes
7def3d1
 
ccf078d
7def3d1
ccf078d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7def3d1
ccf078d
 
 
7def3d1
 
 
 
 
ccf078d
7def3d1
52b85b3
7def3d1
3c4477d
7def3d1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
widget:
- text: '-'
  output:
    url: images/lucy1.png
- text: '-'
  output:
    url: images/lucy2.png
- text: '-'
  output:
    url: images/lucy3.png
- text: '-'
  output:
    url: images/lucy4.png
- text: '-'
  output:
    url: images/lucy6.png
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: lucyhale
license: other
license_name: flux-1-dev-non-commercial-license
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
---
# Lucy Hale Flux Model

<Gallery />

## Model description 

Lucy Hale, born Karen Lucille Hale, June 14, 1989, in Memphis, TN, is an American actress and recording artist. In 2003, she was one of five winners on the reality show “American Juniors,” a children-centered spinoff of "American Idol." After appearing on shows like “Bionic Woman” (2007) and “Privileged” (2008-2009), Hale was cast as Aria Montgomery on the hit drama series “Pretty Little Liars,” which aired from 2010-2017. The series, a sensation among teens and young adults, was Hale’s breakthrough, garnering her (and her castmates) widespread stardom and acclaim. Additionally, she has starred in films such as “A Cinderella Story: Once Upon a Song” (2011), “Scream 4” (2011), “Truth or Dare” (2018), “Fantasy Island” (2020), “The Hating Game” (2021), and “Which Brings Me to You” (2024), and in the television shows “Life Sentence” (2018), “Katy Keene” (2020), and “Ragdoll” (2021).

Outside of acting, Hale has also dabbled in music. After signing with Hollywood Records in 2012, she released her debut album, the country-infused “Road Between,” in 2014. It received positive reviews from critics, with AllMusic calling it “irrepressibly charming” and Billboard praising its “powerful, catchy choruses.” The album peaked at No. 20 on the Billboard 200 and No. 4 on Billboard’s Top Country Albums chart.

## Trigger words
You should use `lucyhale` to trigger the image generation.


## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)

```py
from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('mmaluchnick/lucy-hale-flux-model', weight_name='lora.safetensors')
image = pipeline('your prompt').images[0]
```

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)