(minor) rename other_forward() -> forward()

This commit is contained in:
Ryan Dick
2024-10-04 20:13:51 +00:00
committed by Kent Keirsey
parent 1e43389cb4
commit 3dfc242f77

View File

@@ -103,7 +103,7 @@ class DiffusersControlNetFlux(torch.nn.Module):
self.controlnet_x_embedder = zero_module(torch.nn.Linear(self.in_channels, self.hidden_size))
def other_forward(
def forward(
self,
controlnet_cond: torch.Tensor,
controlnet_mode: torch.Tensor | None,