mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-24 01:56:59 +08:00
Merge branch 'master' into update-comfyui-workflow-templates-0.11.37-20260808-101313
This commit is contained in:
@@ -83,6 +83,9 @@ class NestedTensor:
|
||||
def layout(self):
|
||||
return self.tensors[0].layout
|
||||
|
||||
def __repr__(self):
|
||||
return f"{type(self).__name__}({self.tensors!r})"
|
||||
|
||||
|
||||
def cat_nested(tensors, *args, **kwargs):
|
||||
cated_tensors = []
|
||||
|
||||
Reference in New Issue
Block a user