This is a Stable Diffusion model fine-tuned on 1 images for the theme.
1
from diffusers import StableDiffusionPipeline pipeline = StableDiffusionPipeline.from_pretrained('master-mahdi/Xenotron-1') image = pipeline().images[0] image