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
add AIBOM
#13 opened about 1 year ago
by
sabato-nocera
Add generated example
1
#10 opened over 1 year ago
by
DiegoGalma
Add generated example
#9 opened almost 2 years ago
by
tsqn
Add generated example
#8 opened almost 2 years ago
by
tsqn
Fork to image-to-image?
#7 opened almost 2 years ago
by
justpressQ
See through clothing
#6 opened almost 2 years ago
by
Dee11111
Update README.md
#5 opened almost 2 years ago
by
luciojuniormachado
Error in ComfyUI
#4 opened almost 2 years ago
by
Botoni
Question about training lora
#3 opened about 2 years ago
by
dydxdt