Instructions to use multimodalart/flux-tarot-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use multimodalart/flux-tarot-v1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("multimodalart/flux-tarot-v1") prompt = "a coca cola can \"sacred elixir\" arcana in the style of TOK a trtcrd, tarot style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Dariusz Ochota commited on
Add generated example
Browse filesGenerated example for model multimodalart/flux-tarot-v1.
Prompt: a horned person is smoking some rolled animal with wings into his nose with rolled dollar cash under him label "the Devil" in the style of TOK a trtcard, tarot style
- README.md +7 -0
- images/example_z3ik0ziqp.png +3 -0
README.md
CHANGED
|
@@ -39,6 +39,12 @@ widget:
|
|
| 39 |
output:
|
| 40 |
url: >-
|
| 41 |
images/1c3e07c46cb341caa96fe668a4bb1777_025eb7c596fe4c2da20958b4f07418ef.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
base_model: black-forest-labs/FLUX.1-dev
|
| 43 |
instance_prompt: in the style of TOK a trtcrd tarot style
|
| 44 |
license: other
|
|
@@ -50,6 +56,7 @@ inference:
|
|
| 50 |
height: 1024
|
| 51 |
datasets:
|
| 52 |
- multimodalart/1920-raider-waite-tarot-public-domain
|
|
|
|
| 53 |
---
|
| 54 |
# FLUX Tarot v1
|
| 55 |
|
|
|
|
| 39 |
output:
|
| 40 |
url: >-
|
| 41 |
images/1c3e07c46cb341caa96fe668a4bb1777_025eb7c596fe4c2da20958b4f07418ef.png
|
| 42 |
+
- text: >-
|
| 43 |
+
a horned person is smoking some rolled animal with wings into his nose with
|
| 44 |
+
rolled dollar cash under him label "the Devil" in the style of TOK a
|
| 45 |
+
trtcard, tarot style
|
| 46 |
+
output:
|
| 47 |
+
url: images/example_z3ik0ziqp.png
|
| 48 |
base_model: black-forest-labs/FLUX.1-dev
|
| 49 |
instance_prompt: in the style of TOK a trtcrd tarot style
|
| 50 |
license: other
|
|
|
|
| 56 |
height: 1024
|
| 57 |
datasets:
|
| 58 |
- multimodalart/1920-raider-waite-tarot-public-domain
|
| 59 |
+
|
| 60 |
---
|
| 61 |
# FLUX Tarot v1
|
| 62 |
|
images/example_z3ik0ziqp.png
ADDED
|
Git LFS Details
|