mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
(minor) rename other_forward() -> forward()
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user