Xenotron-1 / README.md
master-mahdi's picture
Upload README.md with huggingface_hub
de1f919 verified
metadata
license: creativeml-openrail-m
tags:
  - pytorch
  - diffusers
  - stable-diffusion
  - text-to-image
  - diffusion-models-class
  - dreambooth-hackathon
widget:
  - text: a photo of Xenotron 1

Description

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

Usage

from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('master-mahdi/Xenotron-1')
image = pipeline().images[0]
image