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("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Norod78/sd15-bender-lora")

prompt = "A picture of a a cute little bender working as a pokemon trainer"
image = pipe(prompt).images[0]

LoRA for generating images of Bender, the robot from futurama

A diffusers version of this model

Make sure to include the word "Bender" in your prompt

Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Norod78/sd15-bender-lora

Adapter
(2727)
this model

Dataset used to train Norod78/sd15-bender-lora

Spaces using Norod78/sd15-bender-lora 2