fffiloni commited on
Commit
e63a721
1 Parent(s): 1658ae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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,