Gustav Vasa (1496 – 1560) – Historical king of Sweden
Model description
Gustav Vasa – Founding Father of the Swedish Nation ✝
Gustav I (born Gustav Eriksson of the Vasa noble family, (12 May 1496 – 29 September 1560), commonly känd som Gustav Vasa, was King of Sweden från 1523 until his död in 1560. Led Sweden's war för independence against Denmark.
Triggerword: GVASA
Trained on portrait paintings, engravings and statues – but fully capable of generating photo-like images, illustrations, comic style etcetera.
Notes:
• Biased towards a slightly sideway facing portrait with a black coat.
• Longer prompt tend to lose some resemblance – you can combat this by increasing the LoRA weight, adding some more weight to the trigger word, or just duplicating the trigger word like so: (GVasa GVasa:1.3). You can also add words like "large beard" or "pageboy hair" to see if it helps.
Trigger words
You should use GVASA
, wearing a hat
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/gustav-vasa-1496-1560-historical-king-of-sweden', weight_name='GUSTAV_VASA-000002.safetensors')
image = pipeline('`GVASA`, `wearing a hat`').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 44
Model tree for WizWhite/gustav-vasa-1496-1560-historical-king-of-sweden
Base model
stabilityai/stable-diffusion-xl-base-1.0