mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-07 15:57:10 +08: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):
|
def device(self):
|
||||||
# Get the device of the module (assumes all parameters are on the same device)
|
# Get the device of the module (assumes all parameters are on the same device)
|
||||||
return next(self.parameters()).device
|
return next(self.parameters()).device
|
||||||
|
|
||||||
def forward(self, x: Tensor) -> Tensor:
|
def forward(self, x: Tensor) -> Tensor:
|
||||||
x = self.in_proj(x)
|
x = self.in_proj(x)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user