ntmerl commited on
Commit
d680706
1 Parent(s): b7538a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -5,6 +5,8 @@ tags:
5
  - diffusers
6
  - unconditional-image-generation
7
  - diffusion-models-class
 
 
8
  ---
9
 
10
 
@@ -18,4 +20,4 @@ from diffusers import DDPMPipeline
18
  pipeline = DDPMPipeline.from_pretrained('ntmerl/ddpm-celebahq-finetuned-jojo-256')
19
  image = pipeline().images[0]
20
  image
21
- ```
 
5
  - diffusers
6
  - unconditional-image-generation
7
  - diffusion-models-class
8
+ datasets:
9
+ - ntmerl/jojo-faces
10
  ---
11
 
12
 
 
20
  pipeline = DDPMPipeline.from_pretrained('ntmerl/ddpm-celebahq-finetuned-jojo-256')
21
  image = pipeline().images[0]
22
  image
23
+ ```