Norod78/BrainSlug-blip-captions-1024
Viewer • Updated • 65 • 11 • 1
How to use Norod78/sdxl-BrainSlug-dreambooth with Diffusers:
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]Text enoder was not trained.
Use "photo of a brain slug" / "brain slug" and etc
photo of a brain slug 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
,_Very_detailed,_clean,_high_quality,_sharp_image,_Dave_Dorman-generated_image.jpg)
Base model
stabilityai/stable-diffusion-xl-base-1.0