Update README.md
Browse files
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/
|
| 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/DDIM-tattoo-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)
|