Fix controlnet issue.
This commit is contained in:
parent
57beace324
commit
cfe1c54de8
|
@ -155,7 +155,7 @@ class ControlNet(ControlBase):
|
|||
self.cond_hint = broadcast_image_to(self.cond_hint, x_noisy.shape[0], batched_number)
|
||||
|
||||
|
||||
context = torch.cat(cond['c_crossattn'], 1)
|
||||
context = cond['c_crossattn']
|
||||
y = cond.get('c_adm', None)
|
||||
if y is not None:
|
||||
y = y.to(self.control_model.dtype)
|
||||
|
|
Loading…
Reference in New Issue