Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,6 @@ def infer(use_custom_model, model_name, image_in, prompt, preprocessor, controln
|
|
60 |
prompt,
|
61 |
negative_prompt=negative_prompt,
|
62 |
image=image,
|
63 |
-
preprocessor=preprocessor,
|
64 |
controlnet_conditioning_scale=controlnet_conditioning_scale,
|
65 |
guidance_scale = guidance_scale,
|
66 |
num_inference_steps=50,
|
@@ -72,7 +71,6 @@ def infer(use_custom_model, model_name, image_in, prompt, preprocessor, controln
|
|
72 |
prompt,
|
73 |
negative_prompt=negative_prompt,
|
74 |
image=image,
|
75 |
-
preprocessor=preprocessor,
|
76 |
controlnet_conditioning_scale=controlnet_conditioning_scale,
|
77 |
guidance_scale = guidance_scale,
|
78 |
num_inference_steps=50,
|
|
|
60 |
prompt,
|
61 |
negative_prompt=negative_prompt,
|
62 |
image=image,
|
|
|
63 |
controlnet_conditioning_scale=controlnet_conditioning_scale,
|
64 |
guidance_scale = guidance_scale,
|
65 |
num_inference_steps=50,
|
|
|
71 |
prompt,
|
72 |
negative_prompt=negative_prompt,
|
73 |
image=image,
|
|
|
74 |
controlnet_conditioning_scale=controlnet_conditioning_scale,
|
75 |
guidance_scale = guidance_scale,
|
76 |
num_inference_steps=50,
|