MrForExample / ComfyUI-3D-Pack

An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)
MIT License
1.73k stars 167 forks source link

CRM random seed #97

Open liulsg opened 3 months ago

liulsg commented 3 months ago

If I use random seed 1234, the texture model is fine, but if I modify the seed, it will appear broken texture. The random seeds for texture and depth maps are always consistent, for example, the random seeds are all "1" image

MrForExample commented 3 months ago

I see, that is a good know, I'll test it and add it into node info, cheers 👍