--- 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 --- # 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 ```python from diffusers import StableDiffusionPipeline pipeline = StableDiffusionPipeline.from_pretrained('li-yan/stable-diffusion-crazy-keyboard') image = pipeline().images[0] image ```