Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,12 @@ tags:
|
|
11 |
base_model: "black-forest-labs/FLUX.1-dev"
|
12 |
pipeline_tag: text-to-image
|
13 |
instance_prompt: TOK
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# Demo Tarot
|
|
|
11 |
base_model: "black-forest-labs/FLUX.1-dev"
|
12 |
pipeline_tag: text-to-image
|
13 |
instance_prompt: TOK
|
14 |
+
inference:
|
15 |
+
parameters:
|
16 |
+
width: 568
|
17 |
+
height: 830
|
18 |
+
datasets:
|
19 |
+
- multimodalart/1920-raider-waite-tarot-public-domain
|
20 |
---
|
21 |
|
22 |
# Demo Tarot
|