Flux LoRA Collections
Collection
Flux THE LoRA • 131 items • Updated • 33
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]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]


prithivMLmods/Ton618-Tarot-Cards-Flux-LoRA
Image Processing Parameters
| Parameter | Value | Parameter | Value |
|---|---|---|---|
| LR Scheduler | constant | Noise Offset | 0.03 |
| Optimizer | AdamW | Multires Noise Discount | 0.1 |
| Network Dim | 64 | Multires Noise Iterations | 10 |
| Network Alpha | 32 | Repeat & Steps | 21 & 2K |
| Epoch | 13 | Save Every N Epochs | 1 |
Labeling: florence2-en(natural language & English)
Total Images Used for Training : 17 [ Hi-RES ]
| Prompt |
|---|
| Tarot Card: An illustration of a woman with fair skin and natural, wavy hair cascading in soft curls around her face. She has striking, light-colored eyes and defined brows that convey depth and wisdom. Dressed in a red and navy plaid shirt, partially unbuttoned to reveal a white undershirt, her sleeves are rolled up casually to her forearms. She leans thoughtfully against a weathered, blue door frame with peeling paint, adding a rustic, vintage charm. Below her, the words "THE DREAMER" are inscribed. In the top corner, a small crescent moon symbol signifies introspection, while the Roman numeral "VII" is above, representing inner vision and contemplation. |
import torch
from pipelines import DiffusionPipeline
base_model = "black-forest-labs/FLUX.1-dev"
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
lora_repo = "prithivMLmods/Ton618-Tarot-Cards-Flux-LoRA"
trigger_word = "Tarot card"
pipe.load_lora_weights(lora_repo)
device = torch.device("cuda")
pipe.to(device)
- https://playground.com/
You should use Tarot card to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev