mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-16 16:43:36 +00:00
trim more trailing whitespace..oops
This commit is contained in:
parent
79f460150e
commit
2710f77218
@ -126,7 +126,7 @@ class Approximator(nn.Module):
|
||||
def device(self):
|
||||
# Get the device of the module (assumes all parameters are on the same device)
|
||||
return next(self.parameters()).device
|
||||
|
||||
|
||||
def forward(self, x: Tensor) -> Tensor:
|
||||
x = self.in_proj(x)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user