Itakhola_model / README.md
Sadik-Sikder's picture
Upload README.md with huggingface_hub
3e773c6 verified
---
license: creativeml-openrail-m
tags:
- pytorch
- diffusers
- stable-diffusion
- text-to-image
- diffusion-models-class
- dreambooth-hackathon
- Landscape
widget:
- text: a photo of Heritage_of_comilla landscape in the Earth
---
# DreamBooth model for the Heritage_of_comilla concept trained by Sadik-Sikder on the Sadik-Sikder/itakhola dataset.
This is a Stable Diffusion model fine-tuned on the Heritage_of_comilla concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of Heritage_of_comilla landscape**
## Description
This is a Stable Diffusion model specialized on `landscape` images for the Landscape theme.
## Usage
```python
from diffusers import StableDiffusionPipeline
pipeline = StableDiffusionPipeline.from_pretrained('Sadik-Sikder/Itakhola_model')
image = pipeline().images[0]
image
```