Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JunzheJosephZhu authored Jan 2, 2024
1 parent 43e8739 commit 9f07161
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,12 @@ python launch.py --config configs/magic123-hifa-coarse-sd.yaml --train --gpu 0 d
```

**Tips**
If the generated object's color seems oversaturated, decrease lambda_sds_img(or lambda_sd_img if using unified guidance).
If the generated object looks cloudy, increase lamda_z_variance. If the shape becomes corrupted, decrease lambda_z_variance.
If the generated object overall seems to have high luminance, increase min_step_percent.
Make sure sqrt_anneal and use_img_loss are both set to True.
Check out the [original repo](https://github.com/JunzheJosephZhu/HiFA)! The results are better.

- If the generated object's color seems oversaturated, decrease lambda_sds_img(or lambda_sd_img if using unified guidance).
- If the generated object looks cloudy, increase lamda_z_variance. If the shape becomes corrupted, decrease lambda_z_variance.
- If the generated object overall seems to have high luminance, increase min_step_percent.
- Make sure sqrt_anneal and use_img_loss are both set to True.
- Check out the [original repo](https://github.com/JunzheJosephZhu/HiFA)! The results are better.

### DreamFusion [![arXiv](https://img.shields.io/badge/arXiv-2209.14988-b31b1b.svg?style=flat-square)](https://arxiv.org/abs/2209.14988)

Expand Down

0 comments on commit 9f07161

Please sign in to comment.