adarksky commited on
Commit
3edb913
·
verified ·
1 Parent(s): 0ab7012

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -2,10 +2,11 @@
2
  license: mit
3
  tags:
4
  - pytorch
5
- - diffusers
6
- - unconditional-image-generation
7
  - DDPM
8
- datesets: huggan/pokemon
 
 
 
9
  ---
10
 
11
  Model for generating new *mutated* pokemons! (lame though 🥲)
@@ -18,4 +19,4 @@ from diffusers import DDPMPipeline
18
  pipeline = DDPMPipeline.from_pretrained('adarksky/pokemon-DDPM')
19
  image = pipeline().images[0]
20
  image
21
- ```
 
2
  license: mit
3
  tags:
4
  - pytorch
 
 
5
  - DDPM
6
+ pipeline_tag: unconditional-image-generation
7
+ datasets:
8
+ - huggan/pokemon
9
+ library_name: diffusers
10
  ---
11
 
12
  Model for generating new *mutated* pokemons! (lame though 🥲)
 
19
  pipeline = DDPMPipeline.from_pretrained('adarksky/pokemon-DDPM')
20
  image = pipeline().images[0]
21
  image
22
+ ```