Method__init__(self,
vertices,
faces,
material_ids,
uv_coords,
materials: List[PbrMa
pixal3d/representations/mesh/base.py:161
Method_inference_model(self, model, x_t, t, cond, neg_cond, guidance_strength, guidance_rescale=0.0, **kwargs)
pixal3d/pipelines/samplers/classifier_free_guidance_mixin.py:9
Method_inference_model(self, model, x_t, t, cond, guidance_strength, guidance_interval, **kwargs)
pixal3d/pipelines/samplers/guidance_interval_mixin.py:9
Functionaces_tonemapping Applies ACES tone mapping curve to an HDR image tensor. Input: x - HDR tensor, shape (..., 3), range [0, +inf) Output: LDR tensor, same
pixal3d/renderers/pbr_mesh_renderer.py:164