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("Norod78/sdxl-BrainSlug-dreambooth")

prompt = "photo of a brain slug enjoying a nice sunny day on the beach"
image = pipe(prompt).images[0]

DreamBooth trained by AutoTrain

Text enoder was not trained.

Trigger words

Use "photo of a brain slug" / "brain slug" and etc

Examples

photo of a brain slug enjoying a nice sunny day on the beach photo_of_a_brainslug_enjoying_a_nice_sunny_day_on_the_beach

photo of a shocked old granny with a gooey (brain slug attached to her head), Very detailed, clean, high quality, sharp image A_photo_of_a_shocked_old_granny

Downloads last month
6
Inference Providers NEW
Examples

Model tree for Norod78/sdxl-BrainSlug-dreambooth

Adapter
(9679)
this model

Dataset used to train Norod78/sdxl-BrainSlug-dreambooth