VAPORWAVE STYLE TAROT LowRankAdaptor (LoRA) for StableDiffusion SDXL Models

(a Tarot card style LoRA we made back around mid 2023)

Prompt
vaporwave style VTR tarot card of a cat, which reads "CAT"
Prompt
vaporwave style TRT tarot card of a FOOL, a fool walking og og the edge of a cliff, realistic futuristic fool character

Trigger words

You should use VTR vaporwave style tarot card

Use it with the 🧨 diffusers library

from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('AlekseyCalvin/Vaporwave_Tarot_SDXL_lora_2023_SilverAgePoets')
image = pipeline('your prompt').images[0]

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers

Downloads last month
7
Inference API
Examples

Model tree for AlekseyCalvin/Vaporwave_Tarot_SDXL_lora_2023_SilverAgePoets

Adapter
(5170)
this model