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