Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stable-X/ComfyUI-Hi3DGen
/ functions
Functions
333 in github.com/Stable-X/ComfyUI-Hi3DGen
⨍
Functions
333
◇
Types & classes
71
Method
forward
(self, x: sp.SparseTensor, t: torch.Tensor, cond: torch.Tensor)
trellis/models/structured_latent_flow.py:234
Method
forward
(self, x: sp.SparseTensor)
trellis/models/structured_latent_vae/base.py:110
Method
forward
Apply the block to a Tensor, conditioned on a timestep embedding. Args: x: an [N x C x ...] Tensor of features.
trellis/models/structured_latent_vae/decoder_mesh.py:54
Method
forward
(self, x: sp.SparseTensor)
trellis/models/structured_latent_vae/decoder_mesh.py:161
Method
forward
(self, x: sp.SparseTensor, sample_posterior=True, return_raw=False)
trellis/models/structured_latent_vae/encoder.py:54
Method
forward
The [`ControlNetVAEModel`] forward method. Args: sample (`torch.Tensor`): The noisy input tensor.
stablex/controlnetvae.py:24
Function
from_pretrained
Load a pipeline from a model folder or a Hugging Face model hub. Args: path: The path to the model. Can be either local path or
trellis/pipelines/__init__.py:5
Function
from_pretrained
Load a pretrained model. Args: path (str): Full path to model file or HuggingFace repo ID with model name
trellis/models/__init__.py:34
Method
from_pretrained
Load a pretrained model. Args: path (str): The path to the model. Can be either local path or a Hugging Face reposit
trellis/pipelines/trellis_image_to_3d.py:59
Method
full
(aabb, dim, value, dtype=torch.float32, device=None)
trellis/modules/sparse/basic.py:284
Method
image_to_3d
( self, model: TrellisImageTo3DPipeline, mode: str, images: torch.Tensor,
IF_Trellis.py:199
Function
indent
Indent a string.
trellis/utils/general_utils.py:179
Method
initialize_weights
(self)
trellis/models/structured_latent_vae/base.py:101
Method
layout
(self)
trellis/modules/sparse/basic.py:144
Method
load_model
Load and configure the TRELLIS pipeline. This is typically the main function invoked by ComfyUI at node execution time.
IF_TrellisCheckpointLoader.py:126
Method
load_model_components
Loads individual model components.
trellis_model_manager.py:155
Method
loadmodel
(self, model)
StableXWrapper.py:41
Function
make_grid
(images, nrow=None, ncol=None, aspect_ratio=None)
trellis/utils/general_utils.py:118
Function
modulate
(x, shift, scale)
trellis/modules/utils.py:53
Method
process
(self, pipeline, image, processing_resolution,controlnet_strength, seed)
StableXWrapper.py:111
Method
progress_bar
(self, iterable=None, total=None, desc=None, leave=True)
stablex/pipeline_yoso.py:310
Function
rasterize_triangle_faces
Rasterize a mesh with vertex attributes.
trellis/utils/_rasterization.py:9
Method
retrieve_latents
(encoder_output)
stablex/pipeline_yoso.py:537
Function
rtol
Relative tolerance.
trellis/utils/general_utils.py:171
Method
sample
Generate samples from the model using Euler method. Args: model: The model to sample from. nois
trellis/pipelines/samplers/flow_euler.py:125
Method
sample
Generate samples from the model using Euler method. Args: model: The model to sample from. nois
trellis/pipelines/samplers/flow_euler.py:165
Function
save_image_with_notes
Save an image with notes.
trellis/utils/general_utils.py:150
Function
scale_module
Scale the parameters of a module and return it.
trellis/modules/utils.py:44
Function
set_debug
Set debug mode
trellis/backend_config.py:169
Method
shape
(self)
trellis/modules/sparse/basic.py:137
Function
sparse_batch_op
Broadcast a 1D tensor to a sparse tensor along the batch dimension then perform an operation. Args: input (torch.Tensor): 1D
trellis/modules/sparse/basic.py:415
Function
sparse_cat
Concatenate a list of sparse tensors. Args: inputs (List[SparseTensor]): List of sparse tensors to concatenate.
trellis/modules/sparse/basic.py:427
Function
sphere_hammersley_sequence
(n, num_samples, offset=(0, 0), remap=False)
trellis/utils/random_utils.py:22
← previous
301–333 of 333, ranked by callers