File size: 854 Bytes
003df84
 
 
 
 
 
 
91ea587
003df84
ce2f998
91ea587
 
003df84
 
21cad0d
d7e915d
ce2f998
d7e915d
21cad0d
 
d7e915d
003df84
 
 
 
7be83b8
003df84
 
 
 
 
 
 
 
 
 
91ea587
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
31
32
33
34
35
36
37
---
license: creativeml-openrail-m
tags:
- pytorch
- diffusers
- stable-diffusion
- text-to-image
- keyboard
widget:
- text: a photo of cyberboard keyboard
datasets:
- li-yan/crazy-keyboard
---

# Trained by li-yan on the li-yan/crazy-keyboard dataset.

It can be used by modifying the `instance_prompt`: **a photo of cyberboard keyboard**

This model is fine tuned from pretrained model CompVis/stable-diffusion-v1-4 using DreamBooth model.

More for DreamBooth model, please refer to  https://dreambooth.github.io/.

## Description


This is a Stable Diffusion model fine-tuned on dataset li-yan/crazy-keyboard images for the different breeds of cats.


## Usage

```python
from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('li-yan/stable-diffusion-crazy-keyboard')
image = pipeline().images[0]
image
```