VAPORWAVE STYLE TAROT LowRankAdaptor (LoRA) for StableDiffusion SDXL Models
(a Tarot card style LoRA we made back around mid 2023)
![](https://huggingface.co/AlekseyCalvin/Vaporwave_Tarot_SDXL_lora_2023_SilverAgePoets/resolve/main/images/example_xk4mamm41.png)
- Prompt
- vaporwave style VTR tarot card of a cat, which reads "CAT"
![](https://huggingface.co/AlekseyCalvin/Vaporwave_Tarot_SDXL_lora_2023_SilverAgePoets/resolve/main/images/example_1vxwupsqq.png)
- 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
- 15
Model tree for AlekseyCalvin/Vaporwave_Tarot_SDXL_lora_2023_SilverAgePoets
Base model
stabilityai/stable-diffusion-xl-base-1.0