Upload folder using huggingface_hub
Browse files- 20773015.jpeg +0 -0
- 20773016.jpeg +0 -0
- README.md +71 -0
- THE_BMW_M3_GTR.safetensors +3 -0
20773015.jpeg
ADDED
20773016.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=RentCivit&allowDerivatives=True&allowDifferentLicense=False
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- migrated
|
12 |
+
- bmw
|
13 |
+
- vehicle
|
14 |
+
- car
|
15 |
+
- need for speed
|
16 |
+
- bmw m3 gtr
|
17 |
+
- nfsmw
|
18 |
+
- m3
|
19 |
+
- most wanted
|
20 |
+
|
21 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
22 |
+
instance_prompt: BMW M3 GTR
|
23 |
+
widget:
|
24 |
+
- text: ' '
|
25 |
+
|
26 |
+
output:
|
27 |
+
url: >-
|
28 |
+
20773015.jpeg
|
29 |
+
- text: ' '
|
30 |
+
|
31 |
+
output:
|
32 |
+
url: >-
|
33 |
+
20773016.jpeg
|
34 |
+
|
35 |
+
---
|
36 |
+
|
37 |
+
# THE BMW M3 GTR
|
38 |
+
|
39 |
+
<Gallery />
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
|
44 |
+
|
45 |
+
## Model description
|
46 |
+
|
47 |
+
<h2 id="remember-the-black-list:-bmw-m3-gtr-lora-for-stable-diffusion-xl-cn6kxzvyh"><span>Remember the Black List: BMW M3 GTR LoRA for Stable Diffusion XL</span></h2><p><span>Bring back the iconic roar of the BMW M3 GTR from Need for Speed Most Wanted (2005) with this custom trained LoRA! 🔥🚗</span></p><p><span>This LoRA accurately captures the distinct features of this legendary car, allowing you to generate stunning images of it in various scenarios.</span></p><p><strong><span>With this LoRA you can:</span></strong></p><ul><li><p><span>Recreate iconic BMW M3 GTR from Need for Speed Most Wanted.</span></p></li><li><p><span>Design custom liveries and modifications for the M3 GTR.</span></p></li><li><p><span>Unleash your creativity and depict the car in unique settings and compositions.</span></p></li></ul><p><strong><span>This LoRA excels at capturing:</span></strong></p><ul><li><p><span>The M3 GTR's signature blue and grey livery.</span></p></li><li><p><span>Its aggressive body kit and spoiler.</span></p></li><li><p><span>Realistic reflections and lighting on the car's body.</span></p></li></ul><p><strong><span>Get ready to relive the thrill of the Black List and download this LoRA today!</span></strong></p><p><strong><span>Note:</span></strong></p><ul><li><p><span>This LoRA is trained on Stable Diffusion XL and may require specific tags for optimal results.</span></p></li><li><p><span>Use "BMW M3 GTR" at the start and "NFSMW" at the end of your prompt to get best results.</span></p></li></ul>
|
48 |
+
|
49 |
+
## Trigger words
|
50 |
+
You should use `BMW M3 GTR`, `NFSMW` to trigger the image generation.
|
51 |
+
|
52 |
+
|
53 |
+
## Download model
|
54 |
+
|
55 |
+
Weights for this model are available in Safetensors format.
|
56 |
+
|
57 |
+
[Download](/Tech-Meld/the-bmw-m3-gtr/tree/main) them in the Files & versions tab.
|
58 |
+
|
59 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
60 |
+
|
61 |
+
```py
|
62 |
+
from diffusers import AutoPipelineForText2Image
|
63 |
+
import torch
|
64 |
+
|
65 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
|
66 |
+
pipeline.load_lora_weights('Tech-Meld/the-bmw-m3-gtr', weight_name='THE_BMW_M3_GTR.safetensors')
|
67 |
+
image = pipeline('`BMW M3 GTR`, `NFSMW`').images[0]
|
68 |
+
```
|
69 |
+
|
70 |
+
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)
|
71 |
+
|
THE_BMW_M3_GTR.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82100b9ea8db46fed604dfa122bcdfc7f58d8e56ca7444d4e827dd7a07debe22
|
3 |
+
size 228454852
|