Edit model card

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

from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('hippoleveque/retfutbrr-style-sd-v14')
image = pipeline().images[0]
image
Downloads last month
1
Inference API
Examples
This model can be loaded on Inference API (serverless).