Maria commited on
Commit
05cbb25
·
1 Parent(s): c391ec5
Files changed (1) hide show
  1. infer.py +1 -1
infer.py CHANGED
@@ -90,7 +90,7 @@ def get_pipe(
90
  safety_checker=None,
91
  ).to(device)
92
 
93
- elif use_ip_adapter and not use_controlnetconto:
94
 
95
  print('Pipe with IpAdapter')
96
 
 
90
  safety_checker=None,
91
  ).to(device)
92
 
93
+ elif use_ip_adapter and not use_controlnet:
94
 
95
  print('Pipe with IpAdapter')
96