--- license: other license_name: bespoke-lora-trained-license license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=RentCivit&allowDerivatives=True&allowDifferentLicense=False tags: - text-to-image - stable-diffusion - lora - diffusers - template:sd-lora - migrated - bmw - vehicle - car - need for speed - bmw m3 gtr - nfsmw - m3 - most wanted base_model: stabilityai/stable-diffusion-xl-base-1.0 instance_prompt: BMW M3 GTR widget: - text: ' ' output: url: >- 20773015.jpeg - text: ' ' output: url: >- 20773016.jpeg --- # THE BMW M3 GTR ## Model description

Remember the Black List: BMW M3 GTR LoRA for Stable Diffusion XL

Bring back the iconic roar of the BMW M3 GTR from Need for Speed Most Wanted (2005) with this custom trained LoRA! ๐Ÿ”ฅ๐Ÿš—

This LoRA accurately captures the distinct features of this legendary car, allowing you to generate stunning images of it in various scenarios.

With this LoRA you can:

This LoRA excels at capturing:

Get ready to relive the thrill of the Black List and download this LoRA today!

Note:

## Trigger words You should use `BMW M3 GTR`, `NFSMW` to trigger the image generation. ## Download model Weights for this model are available in Safetensors format. [Download](/Tech-Meld/the-bmw-m3-gtr/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('Tech-Meld/the-bmw-m3-gtr', weight_name='THE_BMW_M3_GTR.safetensors') image = pipeline('`BMW M3 GTR`, `NFSMW`').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)