Update README.md
Browse files
README.md
CHANGED
@@ -24,8 +24,9 @@ Then run:
|
|
24 |
|
25 |
```python
|
26 |
import torch
|
|
|
|
|
27 |
from diffusers import StableDiffusionInstructPix2PixPipeline, EulerAncestralDiscreteScheduler
|
28 |
-
from PIL import Image
|
29 |
|
30 |
model_id = "peter-sushko/RealEdit"
|
31 |
pipe = StableDiffusionInstructPix2PixPipeline.from_pretrained(
|
|
|
24 |
|
25 |
```python
|
26 |
import torch
|
27 |
+
import requests
|
28 |
+
import PIL
|
29 |
from diffusers import StableDiffusionInstructPix2PixPipeline, EulerAncestralDiscreteScheduler
|
|
|
30 |
|
31 |
model_id = "peter-sushko/RealEdit"
|
32 |
pipe = StableDiffusionInstructPix2PixPipeline.from_pretrained(
|