Example Fine-Tuned Model for Unit 2 of the Diffusion Models Class 🧨

This model is a diffusion model for unconditional image generation of Ukiyo-e images ✍ 🎨. The model was train using fine-tuning with the google/ddpm-celebahq-256 pretrain-model and the dataset: https://huggingface.co./datasets/huggan/ukiyoe2photo

Usage

from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('alkzar90/sd-class-ukiyo-e-256')
image = pipeline().images[0]
image

Guidance

Prompt: A sakura tree

Prompt: An island with sunset at background

Downloads last month
17
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the HF Inference API does not support diffusers models with pipeline type unconditional-image-generation

Space using alkzar90/sd-class-ukiyo-e-256 1