Manireddy1508 commited on
Commit
f63d065
·
verified ·
1 Parent(s): e9eb7f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def process_image(prompt, image, num_variations):
75
  result = pipe(
76
  prompt=enriched_prompt,
77
  image=image,
78
- control_image=canny_map,
79
  num_inference_steps=30,
80
  strength=0.5,
81
  guidance_scale=7.5
 
75
  result = pipe(
76
  prompt=enriched_prompt,
77
  image=image,
78
+ controlnet_conditioning_image=canny_map,
79
  num_inference_steps=30,
80
  strength=0.5,
81
  guidance_scale=7.5