muneebable's picture
Upload README.md with huggingface_hub
915c50f verified
|
raw
history blame
992 Bytes
---
license: creativeml-openrail-m
tags:
- pytorch
- diffusers
- stable-diffusion
- text-to-image
- diffusion-models-class
- dreambooth-hackathon
- wildcard
widget:
- text: imran-khan-804 person as a super hero hulk,
---
# DreamBooth model for the imran-khan-804 person concept trained by muneebable on the muneebable/imran-khan dataset.
This is a Stable Diffusion model fine-tuned on the imran-khan-804 person concept with DreamBooth. It can be used by modifying the `instance_prompt`: **imran-khan-804 person**
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 person images for the wildcard theme.
## Usage
```python
from diffusers import StableDiffusionPipeline
pipeline = StableDiffusionPipeline.from_pretrained('muneebable/imran-khan-dreambooth')
image = pipeline().images[0]
image
```