File size: 640 Bytes
73ff910 e8f11b0 88854be b718224 8266402 b718224 8266402 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
license: openrail
datasets:
- Ali-fb/dilbert-comic-sample-dataset
language:
- en
metrics:
- accuracy
library_name: diffusers
pipeline_tag: text-to-image
---
# 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
```python
from diffusers import StableDiffusionPipeline
pipeline = StableDiffusionPipeline.from_pretrained('Ali-fb/dilbert-comic-model-v1-2_2k')
image = pipeline().images[0]
image
``` |