import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("sourceoftruthdata/sot_autotrain_dreambooth_v1", dtype=torch.bfloat16, device_map="cuda")
prompt = "a hand drawn painting in the style of picasso with geometric shapes"
image = pipe(prompt).images[0]- Downloads last month
- 6
Model tree for sourceoftruthdata/sot_autotrain_dreambooth_v1
Base model
stabilityai/stable-diffusion-2-1