File size: 1,228 Bytes
fd6d609
 
 
 
 
 
 
 
7d7a62e
fd6d609
3c852fe
fd6d609
 
 
 
 
 
5ca933c
fd6d609
 
a23e0dd
7d7a62e
 
 
 
 
 
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
---
license: mit
tags:
- pytorch
- diffusers
- dreambooth
---

# Model Card for Dreambooth model trained on My pet Pintu's images

This model is a diffusion model for unconditional image generation of my cute pet dog Pintu trained using Dreambooth concept. The token to use is sks .

## Usage

```python
from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('prajwal13/pintu_dreambooth')
image = pipeline('a photo of sks dog').images[0]
image
```


These are the images on which the dreambooth model is trained on

![sks 0](https://huggingface.co/prajwal13/pintu_dreambooth/resolve/main/concept_images/IMG_20211119_102937.jpg)![sks 1](https://huggingface.co/prajwal13/pintu_dreambooth/resolve/main/concept_images/IMG_20221026_091617.jpg)![sks 2](https://huggingface.co/prajwal13/pintu_dreambooth/resolve/main/concept_images/IMG_20221026_091644.jpg)![sks 3](https://huggingface.co/prajwal13/pintu_dreambooth/resolve/main/concept_images/IMG-20210609-WA0002.jpeg)![sks 4](https://huggingface.co/prajwal13/pintu_dreambooth/resolve/main/concept_images/IMG-20220612-WA0017.jpg)![sks 5](https://huggingface.co/prajwal13/pintu_dreambooth/resolve/main/concept_images/IMG-20220612-WA0006.jpg)