**Example for [DDIM](https://arxiv.org/abs/2010.02502):**
#### **Example for [DDIM](https://arxiv.org/abs/2010.02502):**
```python
```python
importtorch
importtorch
...
@@ -133,7 +133,7 @@ image_pil.save("test.png")
...
@@ -133,7 +133,7 @@ image_pil.save("test.png")
### 2. `diffusers` as a collection of most important Diffusion systems (GLIDE, Dalle, ...)
### 2. `diffusers` as a collection of most important Diffusion systems (GLIDE, Dalle, ...)
`models` directory in repository hosts the complete code necessary for running a diffusion system as well as to train it. A `DiffusionPipeline` class allows to easily run the diffusion model in inference:
`models` directory in repository hosts the complete code necessary for running a diffusion system as well as to train it. A `DiffusionPipeline` class allows to easily run the diffusion model in inference: