Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ from diffusers import DDPMPipeline, DDIMPipeline, PNDMPipeline
|
|
| 21 |
|
| 22 |
|
| 23 |
def main():
|
| 24 |
-
model_id = "
|
| 25 |
|
| 26 |
# load model and scheduler
|
| 27 |
ddpm = DDPMPipeline.from_pretrained(model_id) # you can replace DDPMPipeline with DDIMPipeline or PNDMPipeline for faster inference
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
def main():
|
| 24 |
+
model_id = "Norod78/ddpm-EmojiAlignedFaces-64"
|
| 25 |
|
| 26 |
# load model and scheduler
|
| 27 |
ddpm = DDPMPipeline.from_pretrained(model_id) # you can replace DDPMPipeline with DDIMPipeline or PNDMPipeline for faster inference
|