DreamBooth model for the Dilbert concept trained by CSAle on the CSAle/DilbertDiffusionDataset dataset.

This is a Stable Diffusion model fine-tuned on the Dilbert concept. It can be used by modifying the instance_prompt: dilbert

Description

A DilbertDiffusion model

Usage

from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('CSAle/DilbertDiffusion2')
image = pipeline().images[0]
image
Downloads last month
1
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.