---
license: other
license_name: bespoke-lora-trained-license
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Sell&allowDerivatives=True&allowDifferentLicense=True
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- migrated
- character
- lord
- god
base_model: stabilityai/stable-diffusion-xl-base-1.0
instance_prompt:
widget:
- text: ' '
output:
url: >-
23648673.jpeg
- text: ' '
output:
url: >-
23648649.jpeg
- text: ' '
output:
url: >-
23648646.jpeg
- text: ' '
output:
url: >-
23648647.jpeg
- text: ' '
output:
url: >-
23648648.jpeg
- text: ' '
output:
url: >-
23648650.jpeg
- text: ' '
output:
url: >-
23648651.jpeg
- text: ' '
output:
url: >-
23648653.jpeg
- text: ' '
output:
url: >-
23648654.jpeg
- text: ' '
output:
url: >-
23648656.jpeg
- text: ' '
output:
url: >-
23648655.jpeg
- text: ' '
output:
url: >-
23648659.jpeg
- text: ' '
output:
url: >-
23648660.jpeg
- text: ' '
output:
url: >-
23648663.jpeg
- text: ' '
output:
url: >-
23648664.jpeg
- text: ' '
output:
url: >-
23648665.jpeg
- text: ' '
output:
url: >-
23648669.jpeg
- text: ' '
output:
url: >-
23648670.jpeg
---
# LordSwaminaryan
Lord Swaminarayan virtual aura is depicted in this model
## Download model Weights for this model are available in Safetensors format. [Download](/thejagstudio/lordswaminaryan/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('thejagstudio/lordswaminaryan', weight_name='LordSwaminaryan.safetensors') image = pipeline('Your custom prompt').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)