|
--- |
|
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, |
|
datasets: |
|
- muneebable/imran-khan |
|
language: |
|
- en |
|
base_model: |
|
- stabilityai/stable-diffusion-2 |
|
pipeline_tag: text-to-image |
|
library_name: diffusers |
|
--- |
|
|
|
# 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 |
|
``` |
|
The Training Notebook is available here: |
|
https://www.kaggle.com/code/muneeb2405/dreambooth-tranining |
|
|
|
Here are the images used for training this concept: |
|
|
|
![image/png](https://cdn-uploads.huggingface.co/production/uploads/619bb22466f2bc80c2029e08/0Y_UNlkhJivNY7-vZTDNb.png) |