Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pipeline_tag: text-to-image
|
5 |
+
tags:
|
6 |
+
- lora
|
7 |
+
- Stable Diffusion
|
8 |
+
- image-generation
|
9 |
+
- Flux
|
10 |
+
- diffusers
|
11 |
+
base_model: black-forest-labs/FLUX.1-dev
|
12 |
+
instance_prompt: Taylor Swift
|
13 |
+
|
14 |
+
---
|
15 |
+
# Taylor Swift Flux
|
16 |
+
|
17 |
+
<Gallery />
|
18 |
+
|
19 |
+
|
20 |
+
## Trigger words
|
21 |
+
|
22 |
+
You should use `Taylor Swift` to trigger the image generation.
|
23 |
+
|
24 |
+
|
25 |
+
## Download model
|
26 |
+
|
27 |
+
Weights for this model are available in Safetensors format.
|