--- license: other license_name: bespoke-lora-trained-license license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=RentCivit&allowDerivatives=True&allowDifferentLicense=False tags: - text-to-image - stable-diffusion - lora - diffusers - template:sd-lora - vintage - concept - tabletop - pulp art - boardgame base_model: stabilityai/stable-diffusion-xl-base-1.0 instance_prompt: Vintage board game box widget: - text: 'vintage board game box (title called "Wizard''s Vintage Board Game" logo text:1.3), (Moondog Wizard Whitebeard performing magic by michael whelan and gerald brom:0.8)' output: url: >- 4390221.jpeg - text: ' ' output: url: >- 4390247.jpeg - text: 'vintage board game box (called "Procrastination":1.3), illustration of A paranormal investigator recording in an eerie, dilapidated asylum., detailed text logo' output: url: >- 4390254.jpeg - text: 'vintage board game box (called "Procrastination":1.3), illustration of A solitary figure in an old library, surrounded by mountains of books., detailed text logo' output: url: >- 4390261.jpeg - text: 'japanese vintage board game box called "The Great Wave off Kanagawa" by hokusai, detailed text logo' output: url: >- 4390251.jpeg - text: 'vintage board game box (called "Being Kermit":1.3), illustration of (Kermit:0.4) Sketching in art class, detailed text logo' output: url: >- 4390263.jpeg - text: 'vintage board game box (called "When the Diarrhea Hits":1.3), illustration of A scientist examining a glowing crystal in a futuristic lab., detailed text logo' output: url: >- 4390380.jpeg - text: 'vintage board game box (called "Being Gal Gadot":1.3), illustration of (Gal Gadot:0.4) Baking bread in the kitchen, detailed text logo ' output: url: >- 4390405.jpeg - text: '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' output: url: >- 4390408.jpeg --- # 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](/WizWhite/wizard-s-vintage-board-games/tree/main) them in the Files & versions tab. ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers) ```py 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](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)