-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: "PNG Info" does not load settings for LatentModifier Integrated #562
Comments
I also notice that the "Emphasis Mode" setting is also not correctly saved and load into the generated images. |
This would be related to upstream functionality, but I believe this is already fixed. Forge is unfortunately two months behind upstream changes currently so it's not yet merged. AUTOMATIC1111/stable-diffusion-webui#15141 |
Great, thanks! Now all I need is to figure out how to get the LatentModifier settings into params.txt... |
That's likely also fixed by the latter PR I linked. |
I do see "Emphasis: No Norm" in the params.txt file, but I don't see any of the latent_modifier settings in there. But that stuff does show up in the generated images. |
Checklist
What happened?
If you use LatentModifier, and generate an image, it will save LatentModifier settings within the generated image. An example of such settings found in a generated image:
latent_modifier_enabled: True, latent_modifier_sharpness_multiplier: -5, latent_modifier_sharpness_method: anisotropic, latent_modifier_tonemap_multiplier: 0, latent_modifier_tonemap_method: reinhard, latent_modifier_tonemap_percentile: 100, latent_modifier_contrast_multiplier: -15, latent_modifier_combat_method: subtract, latent_modifier_combat_cfg_drift: 0, latent_modifier_rescale_cfg_phi: 0, latent_modifier_extra_noise_type: gaussian, latent_modifier_extra_noise_method: add, latent_modifier_extra_noise_multiplier: 0, latent_modifier_extra_noise_lowpass: 100, latent_modifier_divisive_norm_size: 127, latent_modifier_divisive_norm_multiplier: 0, latent_modifier_spectral_mod_mode: hard_clamp, latent_modifier_spectral_mod_percentile: 5, latent_modifier_spectral_mod_multiplier: 0, latent_modifier_affect_uncond: None, latent_modifier_dyn_cfg_augmentation: None
The settings actually used are the "Enabled" checkbox, "-5" for the Sharpness Multiplier setting, and "-15" for the Contrast Multiplier setting.
But when you use the "Send to txt2img" button, the settings for latent_modifier are not applied on the txt2img page. The Enabled checkbox is not set, the Sharpness Multiplier is not at -5, and the Contrast Multiplier is not at -15.
Steps to reproduce the problem
What should have happened?
Should have loaded all settings related to Latent Modifier. Should have Latent Modifier enabled, -5 for Sharpness Multiplier, and -15 for Contrast Multiplier.
What browsers do you use to access the UI ?
Mozilla Firefox, Google Chrome
Sysinfo
sysinfo-2024-03-15-18-26.json
Console logs
Additional information
Latent Modifier could also use a "Reset Settings" button that changes all settings back to the default values.
The text was updated successfully, but these errors were encountered: