Update README.md
Browse files
README.md
CHANGED
|
@@ -113,12 +113,8 @@ def prepare_masked_image(
|
|
| 113 |
def main():
|
| 114 |
"""Entry point for running the FluxFill pipeline."""
|
| 115 |
# Load input image and its corresponding mask
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
)
|
| 119 |
-
fg_mask = load_image(
|
| 120 |
-
"https://huggingface.co/datasets/diffusers/diffusers-images-docs/resolve/main/cup_mask.png"
|
| 121 |
-
)
|
| 122 |
|
| 123 |
masked_image = prepare_masked_image(foreground=input_image, mask=fg_mask)
|
| 124 |
|
|
|
|
| 113 |
def main():
|
| 114 |
"""Entry point for running the FluxFill pipeline."""
|
| 115 |
# Load input image and its corresponding mask
|
| 116 |
+
fg_mask = load_image("https://huggingface.co/rkv1990/FLUX.1-Fill-dev-outpainting/resolve/main/beauty-products-mask.png")
|
| 117 |
+
input_image= load_image("https://huggingface.co/rkv1990/FLUX.1-Fill-dev-outpainting/resolve/main/beauty-products.png")
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
|
| 119 |
masked_image = prepare_masked_image(foreground=input_image, mask=fg_mask)
|
| 120 |
|