pokeball-machine / README.md
simonschoe's picture
Upload README.md with huggingface_hub
ee909f5
|
raw
history blame
1.04 kB
---
license: creativeml-openrail-m
tags:
- pytorch
- diffusers
- stable-diffusion
- text-to-image
- diffusion-models-class
- dreambooth-hackathon
- wildcard
widget:
- text: a pkblz ball in the middle of a miniature jungle
---
# DreamBooth model for the pkblz (pokeball) concept trained by simonschoe on a dataset of basic pokeball (the plain white-red one) images.
This is a Stable Diffusion model fine-tuned on the pkblz (pokeball) concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a pkblz ball in the middle of a miniature jungle**
This model was created as part of the DreamBooth Hackathon 🔥. Visit the [organisation page](https://huggingface.co/dreambooth-hackathon) for instructions on how to take part!
## Description
This is a Stable Diffusion model fine-tuned on `(poke)ball` images for the wildcard theme.
## Usage
```python
from diffusers import StableDiffusionPipeline
pipeline = StableDiffusionPipeline.from_pretrained('simonschoe/pokeball-machine')
image = pipeline().images[0]
image
```