rkv1990 commited on
Commit
10d66d5
·
verified ·
1 Parent(s): 2732eb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- #height=h,
137
- #width=w,
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,