mmaluchnick
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,42 @@ tags:
|
|
9 |
- diffusers
|
10 |
- template:sd-lora
|
11 |
- migrated
|
12 |
-
-
|
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 |
-
|
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='
|
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 |
|