Text-to-Image
Diffusers
TensorBoard
sdxl
lora

SDXL LoRA - Lofi

This repository contains a LoRA adapter trained on Stable Diffusion XL.

Base Model

  • stabilityai/stable-diffusion-xl-base-1.0

Usage

import torch
from diffusers import StableDiffusionXLPipeline

pipe = StableDiffusionXLPipeline.from_pretrained(
    "stabilityai/stable-diffusion-xl-base-1.0",
    torch_dtype=torch.float16
).to("cuda")

pipe.load_lora_weights("YOUR_USERNAME/sdxl-lora-lofi")

image = pipe(
    "LofiAnimeStyle, A cozy studyroom at night with rain outside",
    num_inference_steps=30,
).images[0]

image.save("output.png")

Files

  • pytorch_lora_weights.safetensors
  • adapter_config.json
Downloads last month
25
Inference Providers NEW

Model tree for TakeAswing/sdxl-lora-lofi

Adapter
(9683)
this model

Dataset used to train TakeAswing/sdxl-lora-lofi

Space using TakeAswing/sdxl-lora-lofi 1