DilbertDiffusion / README.md
CSAle's picture
Upload README.md with huggingface_hub
e40ce59
|
raw
history blame
632 Bytes
---
license: creativeml-openrail-m
tags:
- pytorch
- diffusers
- stable-diffusion
- text-to-image
- diffusion-models-class
widget:
- text: dilbert walking his dog
---
# 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
```python
from diffusers import StableDiffusionPipeline
pipeline = StableDiffusionPipeline.from_pretrained('CSAle/DilbertDiffusion')
image = pipeline().images[0]
image
```