Edit model card

SDXL LoRA DreamBooth - Prgckwb/trpfrog-sdxl-lora

Prompt
an icon of trpfrog eating ramen
Prompt
an icon of trpfrog eating ramen
Prompt
an icon of trpfrog eating ramen
Prompt
an icon of trpfrog eating ramen
Prompt
an icon of trpfrog eating ramen
Prompt
an icon of trpfrog eating ramen
Prompt
an icon of trpfrog eating ramen
Prompt
an icon of trpfrog eating ramen

Model description

These are Prgckwb/trpfrog-sdxl-lora LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.

The weights were trained using DreamBooth.

LoRA for the text encoder was enabled: False.

Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.

Trigger words

You should use an icon of "trpfrog" to trigger the image generation.

How to use

from diffusers import DiffusionPipeline
import torch

base_model_id = 'stabilityai/stable-diffusion-xl-base-1.0'
lora_model_id = 'Prgckwb/trpfrog-sdxl-lora'

pipe = DiffusionPipeline.from_pretrained(
  base_model_id, torch_dtype=torch.float16
).to("cuda")
pipe.load_lora_weights(lora_model_id)

image = pipe(
  "an icon of trpfrog",
  num_inference_steps=25
).images[0]
image.save('trpfrog.png')
Downloads last month
0
Inference API
Examples

Model tree for Prgckwb/trpfrog-sdxl-lora

Adapter
(4749)
this model

Datasets used to train Prgckwb/trpfrog-sdxl-lora

Collection including Prgckwb/trpfrog-sdxl-lora