↓ 1 callersFunctionextract_near_surface_volume_fn Args: input_tensor: shape [D, D, D], torch.float16 alpha: isosurface offset Returns: mask: shape [D, D, D], torch.int
triposg/inference_utils.py:203
↓ 1 callersMethodprepare_latents(
self,
batch_size,
num_tokens,
num_channels_latents,
dtype,
d
triposg/pipelines/pipeline_triposg_scribble.py:162
↓ 1 callersMethodprepare_latents(
self,
batch_size,
num_tokens,
num_channels_latents,
dtype,
d
triposg/pipelines/pipeline_triposg.py:151
↓ 1 callersMethodqkv(self, attn, q, k, v, attn_mask, dropout_p, is_causal)
triposg/models/attention_processor.py:27
↓ 1 callersFunctionrun_triposg(
pipe: Any,
image_input: Union[str, Image.Image],
rmbg_net: Any,
seed: int,
num_inference
scripts/inference_triposg.py:23
↓ 1 callersFunctionrun_triposg_scribble(
pipe: Any,
image_input: Union[str, Image.Image],
prompt: str,
seed: int,
num_inference_s
scripts/inference_triposg_scribble.py:20