--- 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 - buildings - fantasy - building - fancy - flourishes base_model: stabilityai/stable-diffusion-xl-base-1.0 instance_prompt: widget: - text: '8k, highly detailed, toy shop in a empty fantasy vertical city at the end of time, masterpiece' output: url: >- 3969267.jpeg - text: '8k, highly detailed, makoto shinkai promotional movie still, whimsical fantasy sky city at the end of the universe' output: url: >- 3969254.jpeg - text: '8k, highly detailed, amazing,indescribable fantasy megacity outside of time' output: url: >- 3969259.jpeg - text: '8k, highly detailed, a wonderous fantasy city edge of the multiverse, masterpiece, by Feng Zhu' output: url: >- 3969260.jpeg - text: '8k, highly detailed, a amazing,whimsical fantasy vertical arcology outside of the multiverse, masterpiece' output: url: >- 3969261.jpeg - text: '8k, highly detailed, Hidden courtyard with a fountain in a indescribable fantasy mountainside megacity outside of time, masterpiece' output: url: >- 3969262.jpeg - text: '8k, highly detailed, illegal street race in a great,techno-optimist fantasy sprawling megastructure at the end of the multiverse, masterpiece' output: url: >- 3969263.jpeg - text: '8k, highly detailed, living,amazing fantasy cloud city at the beginning of time' output: url: >- 3969264.jpeg - text: '8k, highly detailed, submarine dock in a Hallowed fantasy topia beyond the beginning of reality, masterpiece' output: url: >- 3969265.jpeg - text: '8k, highly detailed, cargo depot in a impossible,cheerful fantasy hillside metropolis edge of time, masterpiece, by Aleksei Liakh' output: url: >- 3969266.jpeg --- # Envy Fantasy Architectural Flourishes XL 01 ## Model description

The fantasy city looked upon the scifi city with all of its fancy greebles and cried, "Architect! I want to be fancy too! Give me greebles so that I may be fancy like my scifi brethren!"

"No," replied the Architect, "for greebles are thematically inappropriate for fantasy, and would make you look stupid."

"So then you intend to leave me greeble-less? Have I been betrayed by my own creator?" asked the fantasy city.

"No, my dear fantasy city," said the Architect. "Rejoice, because for you, I have flourishes, which will make you look just as fantasy as a greebled up scifi city, but in a thematically appropriate way!"

And the fantasy city rejoiced, and was fancy.

Anyway, this model adds details to fantasy cities. Don't tell the fantasy city, but it also looks pretty cool in sci-fi settings!

## Download model Weights for this model are available in Safetensors format. [Download](/e-n-v-y/envy-fantasy-architectural-flourishes-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-fantasy-architectural-flourishes-xl-01', weight_name='EnvyFlourishesXL01.safetensors') image = pipeline('8k, highly detailed, cargo depot in a impossible,cheerful fantasy hillside metropolis edge of time, masterpiece, by Aleksei Liakh').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)