File size: 3,956 Bytes
4b33d5c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
---
license: other
license_name: bespoke-lora-trained-license
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=1&allowDerivatives=False&allowDifferentLicense=True
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- migrated
- celebrity

base_model: black-forest-labs/FLUX.1-dev
instance_prompt: 
widget:
- text: ' '
  
  output:
    url: >-
      40207387.jpeg
- text: ' '
  
  output:
    url: >-
      40207376.jpeg
- text: ' '
  
  output:
    url: >-
      40207386.jpeg
- text: ' '
  
  output:
    url: >-
      40207373.jpeg
- text: ' '
  
  output:
    url: >-
      40207369.jpeg
- text: ' '
  
  output:
    url: >-
      40207379.jpeg
- text: ' '
  
  output:
    url: >-
      40207380.jpeg
- text: ' '
  
  output:
    url: >-
      40207375.jpeg
- text: ' '
  
  output:
    url: >-
      40207384.jpeg
- text: ' '
  
  output:
    url: >-
      40207381.jpeg
- text: ' '
  
  output:
    url: >-
      40207377.jpeg
- text: ' '
  
  output:
    url: >-
      40207372.jpeg
- text: ' '
  
  output:
    url: >-
      40207374.jpeg
- text: ' '
  
  output:
    url: >-
      40207367.jpeg
- text: ' '
  
  output:
    url: >-
      40207370.jpeg
- text: ' '
  
  output:
    url: >-
      40207382.jpeg
- text: ' '
  
  output:
    url: >-
      40207383.jpeg
- text: ' '
  
  output:
    url: >-
      40208167.jpeg

---

# Selena Gomez (2012) - Flux 

<Gallery />



([CivitAI](https://civitai.com/models/))

## Model description

<p><span style="color:rgb(191, 191, 191)">Gomez is an established actress and television personality. Her films include Another Cinderella Story (2008), Monte Carlo (2011), Spring Breakers (2012), The Fundamentals of Caring (2016), The Dead Don't Die (2019), and Emilia Pérez (2024). She voiced Mavis in the Hotel Transylvania film franchise (2012–2022). She has produced series such as 13 Reasons Why (2017–2020), Living Undocumented (2019) and Selena + Chef (2020–2023), and has played a lead role in Only Murders in the Building since 2021, for which she earned nominations at the Golden Globe and Emmy Awards. Her accolades include an AFI Award, American Music Award, a Billboard Music Award, a Cannes Film Festival Award, two MTV Video Music Awards, and 16 Guinness World Records. As a philanthropist, Gomez has worked with charitable organizations. She advocates for mental health, and gender, racial, and LGBT equality, and has been a UNICEF Goodwill Ambassador since 2009. She founded the cosmetic company Rare Beauty in 2020, valued at $2 billion in 2024, and the mental-health non-profit Rare Impact Fund. She has appeared in listicles such as the Time 100 (2020) and Forbes 30 Under 30 (2016 and 2020), was named Woman of the Year (2017) and one of the most successful artists of the 2010s decade by Billboard, and was made a member of the Order of Arts and Letters by the Government of France. As of 2024, she has an estimated net worth of $1.3 billion, being one of the wealthiest musicians, and is the most-followed woman on Instagram.</span></p>



## Download model

Weights for this model are available in Safetensors format.

[Download](/Keltezaa/selena-gomez-2012-flux/tree/main) them in the Files & versions tab.

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

```py
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('Keltezaa/selena-gomez-2012-flux', weight_name='SelenaGomez_v2.safetensors')
image = pipeline('Your custom 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)