Xena18284 commited on
Commit
da27a26
·
verified ·
1 Parent(s): 9ac2862

Upload racing car style v1.safetensors

Browse files

# Racing Car Style LoRA

This LoRA allows you to generate images of cars in a unique racing car style.

## How to Use

Load this LoRA with your Stable Diffusion model using a library like Diffusers or the `lora` extension in tools like `Automatic1111`.

**Base Model**: [Flux Midjourney Mix2 LoRA](https://huggingface.co/strangerzonehf/Flux-Midjourney-Mix2-LoRA)

**Weights**: Available in `.safetensors` format. [Download here](./racing_car_style_v1.safetensors).

### Example Command (Python with Diffusers)
```python
from diffusers import StableDiffusionPipeline
from safetensors import load_file

# Load base model
pipe = StableDiffusionPipeline.from_pretrained("strangerzonehf/Flux-Midjourney-Mix2-LoRA")

# Load LoRA weights
pipe.load_lora_weights("./racing_car_style_v1.safetensors")

# Generate an image
prompt = "A futuristic racing car on a highway at sunset"
image = pipe(prompt).images[0]
image.save("racing_car_output.png")

Files changed (1) hide show
  1. racing car style v1.safetensors +3 -0
racing car style v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcee39d927928fc19d2c50ae49e7a4c94fb4b5c22ab50036243a00a5f3a86494
3
+ size 306458120