Instructions to use prithivMLmods/Ton618-Tarot-Cards-Flux-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Ton618-Tarot-Cards-Flux-LoRA 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("prithivMLmods/Ton618-Tarot-Cards-Flux-LoRA") prompt = "Tarot Card, A poster of a man standing on the edge of a cliff. The man is facing a body of water that is surrounded by mountains and trees. The sun is setting in the background and the sun is casting a shadow on the left side of the image. The mountains are covered in snow and the sky is a light blue color. There are white clouds in the upper right corner of the sun. The bottom of the poster is black with white text that reads \"explore the uncharted\" in white letters." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K