li-yan's picture
Update README.md
6cebfce verified
|
raw
history blame
2.73 kB
metadata
license: creativeml-openrail-m
tags:
  - pytorch
  - diffusers
  - stable-diffusion
  - text-to-image
  - keyboard
widget:
  - text: a photo of cyberboard keyboard
datasets:
  - li-yan/crazy-keyboard

crazy-keyboard

Are you a fan of keyboards? Above is my Cyberboard Keyboard that I used for my dialy life. It is crazy right?

crazy-keyboard

Now I bring this keyboard into the Stable Diffusion, and its images can be generate by the model.

Description

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

Prompt 1: "a photo of cyberboard keyboard"

image-fine-tuned-1 image-fine-tuned-1
result of pretrained model result of fine tuned model

Prompt 2: "in the forest, a cyberboard keyboard is on the ground"

image-fine-tuned-1 image-fine-tuned-1
result of pretrained model result of fine tuned model

Prompt 3: "a cyberboard keyboard in front of the Golden Gate Bright"

image-fine-tuned-1 image-fine-tuned-1
result of pretrained model result of fine tuned model

Details

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

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/.

Usage

from diffusers import StableDiffusionPipeline

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

Fine Tune Source Code