mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2025-12-09 04:44:26 +08:00
Merge pull request #112 from bigeyex/patch-1
import torch first to load dll correctly
This commit is contained in:
commit
b432560c19
@ -22,8 +22,8 @@
|
|||||||
# fine-tuning enabling code and other elements of the foregoing made publicly available
|
# fine-tuning enabling code and other elements of the foregoing made publicly available
|
||||||
# by Tencent in accordance with TENCENT HUNYUAN COMMUNITY LICENSE AGREEMENT.
|
# by Tencent in accordance with TENCENT HUNYUAN COMMUNITY LICENSE AGREEMENT.
|
||||||
|
|
||||||
import custom_rasterizer_kernel
|
|
||||||
import torch
|
import torch
|
||||||
|
import custom_rasterizer_kernel
|
||||||
|
|
||||||
|
|
||||||
def rasterize(pos, tri, resolution, clamp_depth=torch.zeros(0), use_depth_prior=0):
|
def rasterize(pos, tri, resolution, clamp_depth=torch.zeros(0), use_depth_prior=0):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user