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
Update README.md
Browse files
README.md
CHANGED
|
@@ -41,7 +41,9 @@ widget:
|
|
| 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:
|
|
|
|
|
|
|
| 45 |
inference:
|
| 46 |
parameters:
|
| 47 |
width: 768
|
|
|
|
| 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
|
| 45 |
+
license_name: flux-1-dev-non-commercial-license
|
| 46 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 47 |
inference:
|
| 48 |
parameters:
|
| 49 |
width: 768
|