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("svdiff-library/svdiff_dog_example", dtype=torch.bfloat16, device_map="cuda")

prompt = "photo of a sks dog"
image = pipe(prompt).images[0]

SVDiff-pytorch - svdiff-library/svdiff_dog_example

These are SVDiff weights for runwayml/stable-diffusion-v1-5. The weights were trained on photo of a sks dog as Single-Subject Generation.

Downloads last month
18
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for svdiff-library/svdiff_dog_example

Finetuned
(586)
this model

Spaces using svdiff-library/svdiff_dog_example 3