Update README.md
Browse files
README.md
CHANGED
@@ -82,16 +82,16 @@ pipe.to("cuda")
|
|
82 |
|
83 |
# Load image
|
84 |
image = load_image(
|
85 |
-
"https://huggingface.co/alimama-creative/SD3-Controlnet-Inpainting/
|
86 |
)
|
87 |
mask = load_image(
|
88 |
-
"https://huggingface.co/alimama-creative/SD3-Controlnet-Inpainting/
|
89 |
)
|
90 |
|
91 |
# Set args
|
92 |
width = 1024
|
93 |
height = 1024
|
94 |
-
prompt="
|
95 |
generator = torch.Generator(device="cuda").manual_seed(24)
|
96 |
|
97 |
# Inference
|
|
|
82 |
|
83 |
# Load image
|
84 |
image = load_image(
|
85 |
+
"https://huggingface.co/alimama-creative/SD3-Controlnet-Inpainting/resolve/main/images/dog.png"
|
86 |
)
|
87 |
mask = load_image(
|
88 |
+
"https://huggingface.co/alimama-creative/SD3-Controlnet-Inpainting/resolve/main/images/dog_mask.png"
|
89 |
)
|
90 |
|
91 |
# Set args
|
92 |
width = 1024
|
93 |
height = 1024
|
94 |
+
prompt="A cat is sitting next to a puppy."
|
95 |
generator = torch.Generator(device="cuda").manual_seed(24)
|
96 |
|
97 |
# Inference
|