MCPcopy Create free account

hub / github.com/VAST-AI-Research/TripoSG / types & classes

Types & classes26 in github.com/VAST-AI-Research/TripoSG

↓ 52 callersClassREBNCONV
scripts/briarmbg.py:13
↓ 5 callersClassDiTBlock
r""" Transformer block used in Hunyuan-DiT model (https://github.com/Tencent/HunyuanDiT). Allow skip connection and QKNorm Parameters:
triposg/models/transformers/triposg_transformer.py:129
↓ 5 callersClassTripoSGAttnProcessor2_0
r""" Processor for implementing scaled dot-product attention (enabled by default if you're using PyTorch 2.0). This is used in the TripoSG mod
triposg/models/attention_processor.py:178
↓ 3 callersClassRSU4F
scripts/briarmbg.py:295
↓ 2 callersClassFusedTripoSGAttnProcessor2_0
r""" Processor for implementing scaled dot-product attention (enabled by default if you're using PyTorch 2.0) with fused projection layers. Th
triposg/models/attention_processor.py:304
↓ 2 callersClassRSU4
scripts/briarmbg.py:247
↓ 2 callersClassRSU5
scripts/briarmbg.py:189
↓ 2 callersClassRSU6
scripts/briarmbg.py:120
↓ 2 callersClassRSU7
scripts/briarmbg.py:37
↓ 2 callersClassTripoSGPipelineOutput
r""" Output class for ShapeDiff pipelines.
triposg/pipelines/pipeline_triposg_output.py:11
↓ 1 callersClassDiagonalGaussianDistribution
triposg/models/autoencoders/vae.py:8
↓ 1 callersClassFlashTripoSGAttnProcessor2_0
r""" Processor for implementing scaled dot-product attention (enabled by default if you're using PyTorch 2.0). This is used in the Tripo2DiT m
triposg/models/attention_processor.py:14
↓ 1 callersClassFrequencyPositionalEmbedding
The sin/cosine positional embedding. Given an input tensor `x` of shape [n_batch, ..., c_dim], it converts each feature dimension of `x[..., i]` i
triposg/models/embeddings.py:5
↓ 1 callersClassRectifiedFlowSchedulerOutput
Output class for the scheduler's `step` function output. Args: prev_sample (`torch.FloatTensor` of shape `(batch_size, num_channels,
triposg/schedulers/scheduling_rectified_flow.py:66
↓ 1 callersClassTransformer1DModelOutput
triposg/models/transformers/modeling_outputs.py:7
↓ 1 callersClassTripoSGDecoder
triposg/models/autoencoders/autoencoder_kl_triposg.py:90
↓ 1 callersClassTripoSGEncoder
triposg/models/autoencoders/autoencoder_kl_triposg.py:26
ClassBriaRMBG
scripts/briarmbg.py:355
ClassFuncArgs
Type for instantiating a function with keyword arguments
triposg/utils/typing.py:45
ClassRectifiedFlowScheduler
The rectified flow scheduler is a scheduler that is used to propagate the diffusion process in the rectified flow. This model inherits from
triposg/schedulers/scheduling_rectified_flow.py:79
ClassTransformerDiffusionMixin
r""" Helper for DiffusionPipeline with vae and transformer.(mainly for DIT)
triposg/pipelines/pipeline_utils.py:6
ClassTripoSGDiTModel
TripoSG: Diffusion model with a Transformer backbone. Inherit ModelMixin and ConfigMixin to be compatible with the sampler StableDiffusionPi
triposg/models/transformers/triposg_transformer.py:365
ClassTripoSGPipeline
Pipeline for image-to-3D generation.
triposg/pipelines/pipeline_triposg.py:95
ClassTripoSGScribblePipeline
Pipeline for (scribble and text)-to-3D generation.
triposg/pipelines/pipeline_triposg_scribble.py:97
ClassTripoSGVAEModel
triposg/models/autoencoders/autoencoder_kl_triposg.py:219
Classmyrebnconv
scripts/briarmbg.py:331