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
Downloads last month
2
Inference Providers NEW
Examples