--- 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 - city - architecture - desert - scifi - buildings - arid - modern architecture base_model: stabilityai/stable-diffusion-xl-base-1.0 instance_prompt: widget: - text: 'anime style, 1girl, woman, beautiful, cheerful,indescribable scifi city beyond the end of the multiverse' output: url: >- 4644908.jpeg - text: 'anime style, 1boy, man, ruggedly handsome, koi pond in a city park in a great fantasy cloud metropolis beyond the end of reality, masterpiece' output: url: >- 4644936.jpeg - text: 'anime style, 1girl, woman, beautiful, golden hour, blue sky, clouds, scenery, "at the indescribable Symposium"' output: url: >- 4644909.jpeg - text: 'anime style, 1boy, man, ruggedly handsome, quantum singularity reactor in a far future scifi vertical topia beyond the end of the multiverse, masterpiece' output: url: >- 4644911.jpeg - text: 'a empty fantasy city outside of the universe, masterpiece' output: url: >- 4644912.jpeg - text: 'scifi, Alpine Tundra' output: url: >- 4644913.jpeg - text: 'anime style, 1boy, man, ruggedly handsome, noon, blue sky, clouds, scenery, in a Lonely Buried Treasure Islands' output: url: >- 4644920.jpeg - text: 'fantasy, a Radiant,amazing fantasy cloud megacity outside of reality, masterpiece' output: url: >- 4644924.jpeg - text: 'anime style, 1boy, man, ruggedly handsome, golden hour, scenery, in a Enigmatic Cave' output: url: >- 4644925.jpeg --- # Envy Arid Modernism XL 01 ## Model description

This is an odd one, but it looks pretty neat. It's kind of an optimistic 1970s modern architecture look with a focus on arid climates.

## Download model Weights for this model are available in Safetensors format. [Download](/e-n-v-y/envy-arid-modernism-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-arid-modernism-xl-01', weight_name='EnvyAridModernismXL01.safetensors') image = pipeline('anime style, 1boy, man, ruggedly handsome, golden hour, scenery, in a Enigmatic Cave').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)