Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
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
|