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("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("philipp-zettl/logo_LoRA")

prompt = "a modern logo for a vegan coffee shop"
image = pipe(prompt).images[0]

SDXL LoRA DreamBooth - philipp-zettl/logo_LoRA

Model description

An attempt to train a LoRA on a small set of images to generate logos for marketing purposes.

Downloads last month
12
Inference Providers NEW

Model tree for philipp-zettl/logo_LoRA

Adapter
(8367)
this model

Dataset used to train philipp-zettl/logo_LoRA

Spaces using philipp-zettl/logo_LoRA 2