tradfusion-v2 / README.md
hdparmar's picture
Upload README.md with huggingface_hub
19d6b77
|
raw
history blame contribute delete
No virus
513 Bytes
metadata
license: mit
tags:
  - pytorch
  - diffusers
  - unconditional-image-generation
  - text-to-image
  - diffusion-models-class

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

Fine-tuned Stable Diffusion Model on Irish Traditional Tunes Spectrograms

Usage

from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('hdparmar/tradfusion-v2')
image = pipeline().images[0]
image