---
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
- landscapes
- people
- abstract
- style
- low poly
- shapes
- colors
base_model: stabilityai/stable-diffusion-xl-base-1.0
instance_prompt: geometric
widget:
- text: 'geometric, fantasygreat,infinite scifi sky city beyond the beginning of time'
output:
url: >-
3815950.jpeg
- text: 'geometric, tilt-shift, digital painting, scifighostly scifi arcology at the beginning of the universe'
output:
url: >-
3816161.jpeg
- text: 'geometric, morning, blue sky, clouds, architecture, ruined Pastel alley in a Serpent Sea'
output:
url: >-
3815854.jpeg
- text: 'geometric, Coastal Strand'
output:
url: >-
3815875.jpeg
- text: 'geometric, Sky Castle Domain'
output:
url: >-
3815877.jpeg
- text: 'geometric, fantasydrug den in a cheerful,great fantasy arcology at the end of the multiverse, masterpiece'
output:
url: >-
3815933.jpeg
- text: 'geometric, digital painting, warmly lit interior, in a lush Exotic bird aviary'
output:
url: >-
3816039.jpeg
- text: 'geometric, digital painting, fantasyexclusive restaurant in a utopian,gargantuan scifi sprawling metropolis outside of the universe, masterpiece'
output:
url: >-
3816060.jpeg
- text: 'geometric, digital painting, fantasylost,amazing fantasy arcology beyond the beginning of time'
output:
url: >-
3816118.jpeg
- text: 'geometric, digital painting, morning, blue sky, clouds, scenery, in a Drain Warlock''s Volcano'
output:
url: >-
3816152.jpeg
---
# Envy Geometric XL 01
A fun style LoRA that builds everything out of geometric shapes. With EnvyMegaMixXL, it works well at 1.0 for scenery and 2.0 for people. You may need to adjust the weight depending in prompt, subject matter, and checkpoint.
## Trigger words You should use `geometric` to trigger the image generation. ## Download model Weights for this model are available in Safetensors format. [Download](/e-n-v-y/envy-geometric-xl-01/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('e-n-v-y/envy-geometric-xl-01', weight_name='EnvyGeometricXL01.safetensors') image = pipeline('geometric, digital painting, morning, blue sky, clouds, scenery, in a Drain Warlock's Volcano').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)