Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/inference/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The `image_to_image.py` script implements `StableDiffusionImg2ImgPipeline`. It l


```python
import torch
from torch import autocast
import requests
from PIL import Image
Expand Down Expand Up @@ -61,6 +62,7 @@ The `inpainting.py` script implements `StableDiffusionInpaintingPipeline`. This
### How to use it

```python
import torch
from io import BytesIO

from torch import autocast
Expand Down