Skip to content

Commit

Permalink
remove dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
DSaurus committed Jan 3, 2024
1 parent 9f07161 commit cbda3b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion configs/fantasia3d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ system:

loss:
lambda_sds: 1.
: 0.
lambda_normal_consistency: 0.

optimizer:
Expand Down
2 changes: 0 additions & 2 deletions threestudio/models/guidance/stable_diffusion_vsd_guidance.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class Config(BaseModule.Config):
enable_channels_last_format: bool = False
guidance_scale: float = 7.5
guidance_scale_lora: float = 1.0
dummy: int = 1
grad_clip: Optional[
Any
] = None # field(default_factory=lambda: [0, 2.0, 8.0, 1000])
Expand Down Expand Up @@ -695,7 +694,6 @@ def forward(

return loss_dict


def update_step(self, epoch: int, global_step: int, on_load_weights: bool = False):
# clip grad for stable training as demonstrated in
# Debiasing Scores and Prompts of 2D Diffusion for Robust Text-to-3D Generation
Expand Down

0 comments on commit cbda3b4

Please sign in to comment.