Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
3451ce1
1
Parent(s):
f1a09c7
app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def predict(input_image_path, line_image, prompt, negative_prompt, controlnet_sc
|
|
62 |
|
63 |
output_image = pipe(
|
64 |
image=line_image,
|
65 |
-
control_image=
|
66 |
strength=1.0,
|
67 |
prompt=prompt,
|
68 |
negative_prompt = negative_prompt,
|
|
|
62 |
|
63 |
output_image = pipe(
|
64 |
image=line_image,
|
65 |
+
control_image=resize_image,
|
66 |
strength=1.0,
|
67 |
prompt=prompt,
|
68 |
negative_prompt = negative_prompt,
|