Glb model isn't match with obj model + texture

HI, everybody, I am new to three.js.

Question:
I expect “.obj” model combine with texture will same as “.glb” model but the result doesn’t match.
I have tried some adjust, and get the console of two models’ material data, but still keep failing.

Code examples:
I use vue with three.js, top model is glb ,bottom model is obj and texture.
jsfiddle code

Note:
MeshStandardMaterial map settings is according to 3D modeler’s setting in glb file.

Apologize for bad English, Thanks!

Thanks everyone,
In my case, after discuss with my 3D model creator about all possible, I only set map encoding to sRGBEncoding, and it finally match the result.

example code