Tsar Nikholas II, Nikolai Alexandrovich Romanov

- Prompt
- tsar nikholas ii

- Prompt

- Prompt
- tsar nikholas ii

- Prompt
- tsar nikholas ii

- Prompt
- tsar nikholas ii
Model description
Nicholas II (Nikolai Alexandrovich Romanov;[d] 18 May [O.S. 6 May] 1868 – 17 July 1918) or Nikolai II was the last reigning Emperor of Russia, King of Congress Poland, and Grand Duke of Finland from 1 November 1894 until his abdication on 15 March 1917. During his reign, Nicholas gave support to the economic and political reforms promoted by his prime ministers, Sergei Witte and Pyotr Stolypin. He advocated modernisation based on foreign loans and close ties with France, but resisted giving the new parliament (the Duma) major roles. Ultimately, progress was undermined by Nicholas's commitment to autocratic rule, strong aristocratic opposition and defeats sustained by the Russian military in the Russo-Japanese War and World War I. By March 1917, public support for Nicholas had collapsed and he was forced to abdicate, thereby ending the Romanov dynasty's 304-year rule of Russia (1613–1917).
Trigger words
You should use tsar nikholas ii
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
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to(device)
pipeline.load_lora_weights('Taka1265/tsar-nikholas-ii-nikolai-alexandrovich-romanov', weight_name='Tsar_Nikholas_II.safetensors')
image = pipeline('tsar nikholas ii').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 10
Model tree for Taka1265/tsar-nikholas-ii-nikolai-alexandrovich-romanov
Base model
stabilityai/stable-diffusion-xl-base-1.0