li-yan's picture
Upload README.md with huggingface_hub
ce2f998 verified
|
raw
history blame
No virus
817 Bytes
metadata
license: creativeml-openrail-m
tags:
  - pytorch
  - diffusers
  - stable-diffusion
  - text-to-image
  - cats
widget:
  - text: a photo of cyberboard keyboard

Trained by li-yan on the li-yan/crazy-keyboard dataset.

It can be used by modifying the instance_prompt: a photo of cyberboard keyboard

This model is fine tuned from pretrained model CompVis/stable-diffusion-v1-4 using DreamBooth model.

More for DreamBooth model, please refer to https://dreambooth.github.io/.

Description

This is a Stable Diffusion model fine-tuned on dataset li-yan/crazy-keyboard images for the different breeds of cats.

Usage

from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('li-yan/stable-diffusion-crazy-keyboard')
image = pipeline().images[0]
image