Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ This model is a diffusion model for unconditional image generation of 🦋.
|
|
16 |
```python
|
17 |
from diffusers import DDPMPipeline
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
```
|
|
|
16 |
```python
|
17 |
from diffusers import DDPMPipeline
|
18 |
|
19 |
+
pipeline = DDPMPipeline.from_pretrained(lewtun/sd-class-butterflies-32-test1)
|
20 |
+
image = pipeline().images[0]
|
21 |
+
image
|
22 |
```
|