DreamBooth model for the Dilbert concept trained by Ali-fb/dilbert-comic-sample-dataset on the a 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('Ali-fb/dilbert-comic-model-v1-2_2k')
image = pipeline().images[0]
image
- Downloads last month
- 19
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.