import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/sdxl-turbo", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("restufiqih/modeltesting")
prompt = "halo"
image = pipe(prompt).images[0]Test LoRA model

- Prompt
- halo
- Negative Prompt
- no
Model description
testing
Trigger words
You should use halo to trigger the image generation.
Download model
Download them in the Files & versions tab.
- Downloads last month
- 2
Model tree for restufiqih/modeltesting
Base model
stabilityai/sdxl-turbo