Update README.md
Browse files
README.md
CHANGED
|
@@ -133,8 +133,8 @@ def main():
|
|
| 133 |
prompt="A mist-covered forest at dawn, with pale golden light filtering through ancient, twisted trees. Soft fog swirls around delicate wildflowers glowing faintly with bioluminescence.",
|
| 134 |
image=masked_image,
|
| 135 |
mask_image=inpaint_mask,
|
| 136 |
-
|
| 137 |
-
|
| 138 |
guidance_scale=30,
|
| 139 |
num_inference_steps=50,
|
| 140 |
max_sequence_length=512,
|
|
|
|
| 133 |
prompt="A mist-covered forest at dawn, with pale golden light filtering through ancient, twisted trees. Soft fog swirls around delicate wildflowers glowing faintly with bioluminescence.",
|
| 134 |
image=masked_image,
|
| 135 |
mask_image=inpaint_mask,
|
| 136 |
+
height=h,
|
| 137 |
+
width=w,
|
| 138 |
guidance_scale=30,
|
| 139 |
num_inference_steps=50,
|
| 140 |
max_sequence_length=512,
|