rodo1985's picture
Upload README.md with huggingface_hub
cbfcbd0
|
raw
history blame
1.04 kB
metadata
license: creativeml-openrail-m
tags:
  - pytorch
  - diffusers
  - stable-diffusion
  - text-to-image
  - diffusion-models-class
  - dreambooth-hackathon
  - landscape
widget:
  - text: >-
      a photo of montserratbcn mountain as an abstract painting by greg
      rutkowski

DreamBooth model for the montserratbcn concept trained by rodo1985 on the rodo1985/montserrat_mountain_dataset dataset.

This is a Stable Diffusion model fine-tuned on the montserratbcn concept with DreamBooth. It can be used by modifying the instance_prompt: a photo of montserratbcn mountain

This model was created as part of the DreamBooth Hackathon 🔥. Visit the organisation page for instructions on how to take part!

Description

This is a Stable Diffusion model fine-tuned on mountain images for the landscape theme.

Usage

from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('rodo1985/montserratbcn-mountain')
image = pipeline().images[0]
image