Skip to content

Commit

Permalink
test32_lambda_sds:0.06
Browse files Browse the repository at this point in the history
- Conclusion: doesn't really improve upon phase1
  • Loading branch information
claforte committed Jul 10, 2023
1 parent ab6fe7d commit c94e4eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configs/experimental/imagecondition_zero123nerf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ system:

loss:
# claforte branch:
lambda_sds: 0.3
lambda_sds: 0.06
lambda_rgb: 400.0
lambda_rgb_smooth: 5.0
lambda_mask: 50.0
Expand Down
9 changes: 9 additions & 0 deletions threestudio/scripts/run_zero123_phase2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,12 @@ python launch.py --config configs/experimental/imagecondition_zero123nerf.yaml -
system.weights="outputs/anya_front/Phase1/ckpts/last.ckpt" system.freq.guidance_eval=13 \
system.loggers.wandb.enable=true system.loggers.wandb.project="claforte-anya-new-ph2" \
data.image_path=./load/images/anya_front_rgba.png system.loggers.wandb.name="test31_use_latest_anyaph1;min_step_percent:[0,0.1,0.02,1000];max_step_percent:[0,0.5,0.3,1000]"

# test32_lambda_sds:0.06
# Conclusion: doesn't really improve upon phase1
srun --account mod3d --partition=g40 --gpus=1 --job-name=3s_anya \
python launch.py --config configs/experimental/imagecondition_zero123nerf.yaml --train \
system.prompt_processor.prompt="A DSLR 3D photo of a cute anime schoolgirl stands proudly with her arms in the air, pink hair ( unreal engine 5 trending on Artstation Ghibli 4k )" \
system.weights="outputs/anya_front/Phase1/ckpts/last.ckpt" system.freq.guidance_eval=13 \
system.loggers.wandb.enable=true system.loggers.wandb.project="claforte-anya-new-ph2" \
data.image_path=./load/images/anya_front_rgba.png system.loggers.wandb.name="test32_lambda_sds:0.06"

0 comments on commit c94e4eb

Please sign in to comment.