pintu_dreambooth / README.md
prajwal13's picture
Update README.md
5ca933c
---
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)