license: creativeml-openrail-m | |
tags: | |
- pytorch | |
- diffusers | |
- stable-diffusion | |
- text-to-image | |
- diffusion-models-class | |
widget: | |
- text: an illustration of a tree in retfutbrr style | |
# DreamBooth model for the retfutbrr concept trained by hippoleveque on the hippoleveque/retrofuturistic-images dataset. | |
This is a Stable Diffusion model fine-tuned on the retfutbrr concept with DreamBooth. It can be used by modifying the `instance_prompt`: **an illustration of retfutbrr style** | |
## Description | |
This is a Stable Diffusion v1.4 model fine-tuned on `retfutbrr style` | |
## Usage | |
```python | |
from diffusers import StableDiffusionPipeline | |
pipeline = StableDiffusionPipeline.from_pretrained('hippoleveque/retfutbrr-style-sd-v14') | |
image = pipeline().images[0] | |
image | |
``` | |