Xu Cao
commited on
Commit
•
4e5bd0a
1
Parent(s):
4362f0a
update demo
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
import torch
|
12 |
from torchvision import transforms
|
13 |
|
14 |
-
from
|
15 |
from diffusers.utils import load_image
|
16 |
|
17 |
def preprocess_image(image):
|
|
|
11 |
import torch
|
12 |
from torchvision import transforms
|
13 |
|
14 |
+
from pipeline_stable_diffusion_3_inpaint import StableDiffusion3InpaintPipeline
|
15 |
from diffusers.utils import load_image
|
16 |
|
17 |
def preprocess_image(image):
|