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

prompt = "sdtzvc"
image = pipe(prompt).images[0]

sd-tzvc Dreambooth model trained by tzvc with the v1-5 base model

Prompt concept name: sdtzvc

Training images: sdtzvc 0sdtzvc 1sdtzvc 2sdtzvc 3sdtzvc 4sdtzvc 5sdtzvc 6

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