mmaluchnick commited on
Commit
2d8b3d7
·
verified ·
1 Parent(s): 7a2bd22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -4
README.md CHANGED
@@ -9,14 +9,42 @@ tags:
9
  - diffusers
10
  - template:sd-lora
11
  - migrated
12
- - woman
13
  - celebrity
14
  - jessica simpson
 
15
 
16
  base_model: black-forest-labs/FLUX.1-dev
17
  instance_prompt: jsimp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
- # Jessica Simpson Flux Model
20
 
21
  <Gallery />
22
 
@@ -26,7 +54,7 @@ instance_prompt: jsimp
26
 
27
  ## Model description
28
 
29
- <p>Jessica Ann Simpson, born July 10, 1980, in Abilene, TX, is an American recording artist, actress, and fashion designer. Simpson's career began in the 1990s when she independently recorded and distributed a gospel album titled "Jessica." She later signed a recording contract with Columbia Records, which released her debut studio album, "Sweet Kisses," in 1999. It sold two million copies, supported by the singles "I Wanna Love You Forever,“ "I Think I’m in Love with You,” and “Where You Are.” </p><p>Simpson released her second studio album, "Irresistible," in 2001. While its lead single - the title track - was a hit, the album was poorly received and sold less than half of its predecessor. During this time, Simpson complained that her label instructed her to lose weight and focus more on dance/choreography, to compete with the likes of Britney Spears and Janet Jackson. </p><p>Simpson married Nick Lachey, of the boy band 98 Degrees, in 2002 and their relationship was chronicled on the MTV reality series "Newlyweds: Nick &amp; Jessica." The show was a sensation, turning Simpson into a household name, with many people gravitating toward her humorous “dumb blonde” persona. Simpson’s third studio album, “In This Skin,” was released in tandem with the show and eventually sold over seven million copies worldwide, becoming Simpson's best-selling album. "Newlyweds" ended in 2005 after four seasons, and Simpson and Lachey announced that they were divorcing later that year. </p><p>Simpson made her big-screen debut in the film "The Dukes of Hazzard" (2005), portraying Daisy Duke. Despite mixed reviews, it was a box office success. Simpson's other screen credits include the films "Employee of the Month" (2006), "Blonde Ambition" (2007), and "Private Valentine: Blonde &amp; Dangerous" (2008), and the television series "The Twilight Zone" (2002) and "That '70s Show." A sitcom pilot based around Simpson was shot in 2004 but failed to garner interest from any networks. </p><p>In 2005, Simpson launched her own fashion line, the Jessica Simpson Collection. Initially focused on shoes only, it later expanded into clothing, accessories, and fragrances, and has generated over $1 billion in revenue. </p><p>Throughout the 2000s, Simpson also continued with her music career, releasing the pop album “A Public Affair" (2006); “Do You Know" (2008), a brief foray into country music; and two holiday records, “ReJoyce: The Christmas Album” (2004) and Happy Christmas" (2010). To date, she has sold more than 20 million albums worldwide. I</p><p>n 2011, Simpson hosted the VH1 docuseries "The Price of Beauty," which explored different cultural perceptions of beauty. </p><p>After a decade spent building her brand and raising her family, Simpson returned to the spotlight in 2020 with the release of her memoir, the aptly titled “Open Book,” in which she candidly discussed her struggles with body image, self-love, and substance use. An EP that accompanied the audiobook was Simpson’s first music release in a decade. </p><p>In 2021, Simpson covered "Particles," a song by English rock band Nothing But Thieves, as a response to accusations that she was no longer sober.</p>
30
 
31
  ## Trigger words
32
  You should use `jsimp` to trigger the image generation.
@@ -47,7 +75,7 @@ import torch
47
  device = "cuda" if torch.cuda.is_available() else "cpu"
48
 
49
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
50
- pipeline.load_lora_weights('mmaluchnick/jessica-simpson-flux-model', weight_name='4fa088cbab0d4e4198fe0ffd8fb32f2f_pytorch_lora_weights.safetensors')
51
  image = pipeline('`jsimp`').images[0]
52
  ```
53
 
 
9
  - diffusers
10
  - template:sd-lora
11
  - migrated
12
+ - photorealistic
13
  - celebrity
14
  - jessica simpson
15
+ - flux1.d
16
 
17
  base_model: black-forest-labs/FLUX.1-dev
18
  instance_prompt: jsimp
19
+ widget:
20
+ - text: ' '
21
+
22
+ output:
23
+ url: >-
24
+ js1.webp
25
+ - text: ' '
26
+
27
+ output:
28
+ url: >-
29
+ js2.png
30
+ - text: ' '
31
+
32
+ output:
33
+ url: >-
34
+ js3.webp
35
+ - text: ' '
36
+
37
+ output:
38
+ url: >-
39
+ js4.webp
40
+ - text: ' '
41
+
42
+ output:
43
+ url: >-
44
+ js5.webp
45
+ ---
46
 
47
+ # Jessica Simpson (Young) Flux Model
48
 
49
  <Gallery />
50
 
 
54
 
55
  ## Model description
56
 
57
+ Jessica Simpson (Young) Flux Model
58
 
59
  ## Trigger words
60
  You should use `jsimp` to trigger the image generation.
 
75
  device = "cuda" if torch.cuda.is_available() else "cpu"
76
 
77
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
78
+ pipeline.load_lora_weights('mmaluchnick/jessica-simpson-flux-model', weight_name='JessicaSimpsonYoungFluxModel.safetensors')
79
  image = pipeline('`jsimp`').images[0]
80
  ```
81