CiaraRowles commited on
Commit
69ebb10
·
verified ·
1 Parent(s): 13adcf1

Update controlnet/callable_functions.py

Browse files
Files changed (1) hide show
  1. controlnet/callable_functions.py +1 -1
controlnet/callable_functions.py CHANGED
@@ -34,7 +34,7 @@ def process_single_image(model,image_path, prompt, num_inference_steps, stylecod
34
  stylecodes_model=stylecodes_model,
35
  torch_dtype=torch.float16,
36
  device="cuda",
37
- scheduler=noise_scheduler,
38
  feature_extractor=None,
39
  safety_checker=None,
40
  )
 
34
  stylecodes_model=stylecodes_model,
35
  torch_dtype=torch.float16,
36
  device="cuda",
37
+ #scheduler=noise_scheduler,
38
  feature_extractor=None,
39
  safety_checker=None,
40
  )