How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("rupeshs/hyper-sd-sdxl-1-step", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("GeorgyGUF/lambo")

prompt = "Default_cloud_blue_lamborghini_aventador_svj_in_a_race_track_0 (1).jpg"
image = pipe(prompt).images[0]

Trigger: lamborghini aventador

Source: https://civitai.com/models/1592448/lambo

Downloads last month
-
Inference Examples
Examples
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for GeorgyGUF/lambo

Adapter
(1)
this model