mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-25 08:27:25 +08:00
renaming
This commit is contained in:
parent
efc5141fb0
commit
0743ffb1be
@ -6,7 +6,7 @@ import torch.nn.functional as F
|
|||||||
from fractions import Fraction
|
from fractions import Fraction
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from typing import List, Any, Dict, Optional, overload, Union, Tuple
|
from typing import List, Any, Dict, Optional, overload, Union, Tuple
|
||||||
from comfy.ldm.trellis2.cumesh import TorchHashMap, Mesh, sparse_submanifold_conv3d
|
from comfy.ldm.trellis2.flexgemm import TorchHashMap, Mesh, sparse_submanifold_conv3d
|
||||||
|
|
||||||
|
|
||||||
def pixel_shuffle_3d(x: torch.Tensor, scale_factor: int) -> torch.Tensor:
|
def pixel_shuffle_3d(x: torch.Tensor, scale_factor: int) -> torch.Tensor:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user