Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dreambooth_gui: fix toml value filtering condition
In python3, `0 == False` will evaluate True. That can cause arg values of 0 to be wrongly eliminated from the toml output. The conditional must check the type when comparing for False.
- Loading branch information