Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyramid_blending.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
build_pyramid,
find_next_powerof_two,
is_powerof_two,
pad,
)
pad = F.pad
from torch import Tensor

from .nodes_registry import comfy_node
Expand Down