Wizard's Vintage Board Games
Model description
Part III of Wizard's Vintage Series
Wizards Vintage Board Games
LoRA for recreating the look of old tabletop games from 1950s-1970s.
Keyword / Key Prompts: Vintage board game box | Vintage board game box called "xyz"
Aspect Ratios: 1:1 | 3:2 | 4:3 | 16:9
Tips for generating titles: Use … Called "yourtitle" with weights. Repeat the title at end of your prompt like; title "yourtitle" text logo, combine with the loras TEXTA or HarrologosXL
Trigger words
You should use Vintage board game box
, vintage board game box called "your-title"
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
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('WizWhite/wizard-s-vintage-board-games', weight_name='Wizards_Vintage_Board_Game.safetensors')
image = pipeline('vintage board game box (called "Being Melissa Joan Hart":1.3), illustration of (Melissa Joan Hart:0.4) Checking the neighbors mailbox, detailed text logo').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 70
Model tree for WizWhite/wizard-s-vintage-board-games
Base model
stabilityai/stable-diffusion-xl-base-1.0