RamAnanth1
commited on
Commit
·
8768423
1
Parent(s):
522d542
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def get_canny_filter(image):
|
|
39 |
def process(input_image, prompt):
|
40 |
canny_image = get_canny_filter(input_image)
|
41 |
images = pipe(
|
42 |
-
prompt,image=
|
43 |
).images
|
44 |
|
45 |
return [canny_image,images[0]]
|
|
|
39 |
def process(input_image, prompt):
|
40 |
canny_image = get_canny_filter(input_image)
|
41 |
images = pipe(
|
42 |
+
prompt,image=canny_image, controlnet_conditioning_scale=controlnet_conditioning_scale,
|
43 |
).images
|
44 |
|
45 |
return [canny_image,images[0]]
|