wkpark / uddetailer

μ DDetailer, DDetailer fork to support DDetailer as an extension
GNU Affero General Public License v3.0
57 stars 2 forks source link

Noise Multiplier not correctly reset in the params.txt #68

Closed wkpark closed 8 months ago

wkpark commented 8 months ago

Noise Multiplier is not correctly reset in the params.txt after using it.

...
            if p.extra_generation_params.get("Noise multiplier") is not None:
                p.extra_generation_params.pop("Noise multiplier")
...