Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VAST-AI-Research/HoloPart
/ functions
Functions
124 in github.com/VAST-AI-Research/HoloPart
⨍
Functions
124
◇
Types & classes
19
Method
fuse_qkv_projections
Enables fused QKV projections. For self-attention modules, all projection matrices (i.e., query, key, value) are fused. For cross-att
holopart/pipelines/pipeline_utils.py:40
Method
fuse_qkv_projections
Enables fused QKV projections. For self-attention modules, all projection matrices (i.e., query, key, value) are fused. For cross-att
holopart/models/transformers/triposg_transformer.py:656
Method
fuse_qkv_projections
Enables fused QKV projections. For self-attention modules, all projection matrices (i.e., query, key, value) are fused. For cross-att
holopart/models/autoencoders/autoencoder_kl_triposg.py:276
Method
guidance_scale
(self)
holopart/pipelines/pipeline_holopart.py:110
Method
interrupt
(self)
holopart/pipelines/pipeline_holopart.py:126
Method
kl
(self, other: "DiagonalGaussianDistribution" = None, dims=(1, 2, 3))
holopart/models/autoencoders/vae.py:38
Method
mode
(self)
holopart/models/autoencoders/vae.py:68
Method
nll
( self, sample: torch.Tensor, dims: Tuple[int, ...] = [1, 2, 3] )
holopart/models/autoencoders/vae.py:57
Method
num_timesteps
(self)
holopart/pipelines/pipeline_holopart.py:118
Method
query_fn
(q, kv)
holopart/models/autoencoders/autoencoder_kl_triposg.py:208
Method
set_begin_index
Sets the begin index for the scheduler. This function should be run from pipeline before the inference. Args: begin_inde
holopart/schedulers/scheduling_rectified_flow.py:144
Method
set_default_attn_processor
Disables custom attention processors and sets the default attention implementation.
holopart/models/transformers/triposg_transformer.py:763
Method
set_default_attn_processor
Disables custom attention processors and sets the default attention implementation.
holopart/models/autoencoders/autoencoder_kl_triposg.py:383
Method
set_flash_processor
(self, flash_processor)
holopart/models/transformers/triposg_transformer.py:290
Method
set_topk
(self, topk)
holopart/models/autoencoders/autoencoder_kl_triposg.py:148
Function
set_transformer_attn_processor
( transformer: TripoSGDiTModel, set_self_attn_proc_func: Callable = default_set_attn_proc_func, se
holopart/models/transformers/__init__.py:15
Method
set_use_cross_attention
(self, use_cross_attention, use_cross_attention_2)
holopart/models/transformers/triposg_transformer.py:617
Method
step_index
The index counter for current timestep. It will increase 1 after each scheduler step.
holopart/schedulers/scheduling_rectified_flow.py:130
Method
unfuse_qkv_projections
Disable QKV projection fusion if enabled. <Tip warning={true}> This API is 🧪 experimental. </Tip> Args:
holopart/pipelines/pipeline_utils.py:66
Method
unfuse_qkv_projections
Disables the fused QKV projection if enabled. <Tip warning={true}> This API is 🧪 experimental. </Tip>
holopart/models/transformers/triposg_transformer.py:684
Method
unfuse_qkv_projections
Disables the fused QKV projection if enabled. <Tip warning={true}> This API is 🧪 experimental. </Tip>
holopart/models/autoencoders/autoencoder_kl_triposg.py:304
Method
update_cross_attention
(self, name, cross_attention_dim, cross_attention_norm_type = None)
holopart/models/transformers/triposg_transformer.py:613
Method
validate
(variable)
holopart/utils/typing.py:52
Function
zoom_block
(block, scale_factor, order=3)
holopart/inference_utils.py:119
← previous
101–124 of 124, ranked by callers