license: creativeml-openrail-m | |
tags: | |
- pytorch | |
- diffusers | |
- stable-diffusion | |
- text-to-image | |
- diffusion-models-class | |
- dreambooth-hackathon | |
- landscape | |
widget: | |
- text: a photo of ppaine landscape at night, NIKON Z FX | |
# DreamBooth model for the ppaine concept trained by alkzar90 on the alkzar90/torres-del-paine dataset. | |
This is a Stable Diffusion model fine-tuned on the ppaine concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of ppaine landscape** | |
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 `landscape` images for the landscape theme. | |
## Usage | |
```python | |
from diffusers import StableDiffusionPipeline | |
pipeline = StableDiffusionPipeline.from_pretrained('alkzar90/ppaine-landscape') | |
image = pipeline().images[0] | |
image | |
``` | |