Maria
commited on
Commit
·
05cbb25
1
Parent(s):
c391ec5
hw6
Browse files
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
|
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 |
|