randomani commited on
Commit
704e6a1
1 Parent(s): 5437c4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ See the following code:
30
  ```python
31
  # !pip install diffusers
32
  from diffusers import DDPMPipeline, DDIMPipeline, PNDMPipeline
33
- model_id = "google/ddpm-cifar10-32"
34
  # load model and scheduler
35
  ddpm = DDPMPipeline.from_pretrained(model_id) # you can replace DDPMPipeline with DDIMPipeline or PNDMPipeline for faster inference
36
  # run pipeline in inference (sample random noise and denoise)
 
30
  ```python
31
  # !pip install diffusers
32
  from diffusers import DDPMPipeline, DDIMPipeline, PNDMPipeline
33
+ model_id = "google/DDPM-emoji-64"
34
  # load model and scheduler
35
  ddpm = DDPMPipeline.from_pretrained(model_id) # you can replace DDPMPipeline with DDIMPipeline or PNDMPipeline for faster inference
36
  # run pipeline in inference (sample random noise and denoise)