This commit is contained in:
kijai 2025-04-14 01:46:40 +03:00
commit 04b4d350a0

View File

@ -22,8 +22,8 @@
# fine-tuning enabling code and other elements of the foregoing made publicly available
# by Tencent in accordance with TENCENT HUNYUAN COMMUNITY LICENSE AGREEMENT.
import custom_rasterizer_kernel
import torch
import custom_rasterizer_kernel
def rasterize(pos, tri, resolution, clamp_depth=torch.zeros(0), use_depth_prior=0):