↓ 9 callersMethod__init__(self, channels, use_conv, dims=2, out_channels=None, padding=1)
threestudio-hash3d/extern/ldm_zero123/modules/diffusionmodules/openaimodel.py:104
↓ 8 callersMethodrefine(self, pred_rgb, elevation, azimuth, radius,
guidance_scale=5, steps=50, strength=0.8, default
dreamgaussian-hash3d/guidance/zero123_utils.py:76
↓ 7 callersFunctionget_rays(
directions: Float[Tensor, "... 3"],
c2w: Float[Tensor, "... 4 4"],
keepdim=False,
noise_scal
threestudio-hash3d/threestudio/utils/ops.py:220
↓ 6 callersMethodforward_unet(
self,
latents: Float[Tensor, "..."],
t: Float[Tensor, "..."],
encoder_hidden
gaussiandreamer-hash3d/threestudio/models/guidance/stable_diffusion_guidance.py:146
↓ 6 callersMethodforward_unet(
self,
latents: Float[Tensor, "..."],
t: Float[Tensor, "..."],
encoder_hidden
threestudio-hash3d/threestudio/models/guidance/stable_diffusion_guidance.py:147
↓ 6 callersMethodget_text_embeddings_perp_neg(
self,
elevation: Float[Tensor, "B"],
azimuth: Float[Tensor, "B"],
camera_dis
threestudio-hash3d/threestudio/models/prompt_processors/base.py:82