File size: 2,895 Bytes
f0cfc42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
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 

<Gallery />





## Model description

<p>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. </p>



## 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)