--- 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 - concept - metal - silver - shiny - chrome - metallic base_model: stabilityai/stable-diffusion-xl-base-1.0 instance_prompt: metallic widget: - text: 'metallic, planetary defense cannon in a dilapidated,techno-optimist fantasy city beyond the beginning of the multiverse, masterpiece' output: url: >- 3872811.jpeg - text: 'metallic, army base in a dilapidated,empty fantasy cosmic arcology at the end of time, masterpiece' output: url: >- 3872838.jpeg - text: 'metallic, polished copper, koi pond in a city park in a dingy,Astronomic fantasy sprawling megastructure edge of the multiverse, masterpiece' output: url: >- 3872799.jpeg - text: 'metallic, noon, blue sky, clouds, architecture, jelly atelier' output: url: >- 3872841.jpeg - text: 'metallic, whimsical,wonderous scifi arcology at the end of the multiverse' output: url: >- 3872800.jpeg - text: 'metallic, mysterious,indescribable scifi city at the beginning of time' output: url: >- 3872802.jpeg - text: 'metallic, brightly lit interior, in a Formal Enchanted forest glade' output: url: >- 3872806.jpeg - text: 'metallic, Antique shop in a narrow alley in a ruined fantasy subterranean megastructure at the beginning of the universe, masterpiece' output: url: >- 3872812.jpeg - text: 'metallic, a indescribable scifi topia edge of time, masterpiece, by Maciej Rebisz (Voyager)' output: url: >- 3872814.jpeg - text: 'metallic, epic fantasy subterranean city beyond the end of the universe' output: url: >- 3872815.jpeg --- # Envy Metallic XL 01 ## Model description

Gives everything a shiny metallic finish. Weight for this slider LoRA can vary wildly depending on checkpoint. Start at 1, but for some subjects and checkpoints, you may need to go up to 10+.

## Trigger words You should use `metallic` to trigger the image generation. ## Download model Weights for this model are available in Safetensors format. [Download](/e-n-v-y/envy-metallic-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-metallic-xl-01', weight_name='EnvyMetallicXL01a.safetensors') image = pipeline('metallic, epic fantasy subterranean city beyond the end of the universe').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)