My character is too bright!

i followed
unreal_bloom_selective example but suddenly, My character is too bright.

const params = {
				exposure: 1,
				bloomStrength: 0.1,
				bloomThreshold: 0.3,
				bloomRadius: 0,
				scene: 'Scene with Glow'
			};

What should I do to make it bloom weak?
2023-03-31 083634