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
2.37k stars 240 forks source link

CharacterGen Reconstruction Model: Missing Textures #262

Open genericgod opened 3 months ago

genericgod commented 3 months ago

Hello. I wanted to try out the CharacterGen_Vanilla workflow, but it only produces untextured meshes. No errors. Comfy

Just to be sure I imported the glb in Blender. It's also missing the material. Blender

Duodecimus commented 3 months ago

in the original version of charactergen, .glb models are colored used vertex colors. These aren't displayed by default in blender, but you can still recover them.

I think blender will show them somewhere in the shader menu? You create a material and give it an attribute, iirc.

genericgod commented 3 months ago

@Duodecimus Well problem is it's also missing vertex color attributes: Bildschirmfoto 2024-08-16 um 14 18 52

This is the glTF validation Report:

Validation report
Format: glTF 2.0
Generator: pygltflib@v1.16.2 
Stats:
    1 draw calls
    0 animations
    0 materials 
    39287 vertices 
    49604 triangles
Extensions:
    None
Report generated byKhronosGroup/glTF-Validator 2.0.0-dev.3.9.
Ghroth111 commented 2 months ago

Save promblem, do you have any solution?

JimWang151 commented 1 month ago

Save promblem, do you have any solution?

Hello. I wanted to try out the CharacterGen_Vanilla workflow, but it only produces untextured meshes. No errors. Comfy

Just to be sure I imported the glb in Blender. It's also missing the material. ![Blender](https://private-user-images.githubusercontent.com/131956739/355783275-465aa8d9-3b53-4b4c-a988-b3112059d283.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjgzMTg1NDMsIm5iZiI6MTcyODMxODI0MywicGF0aCI6Ii8xMzE5NTY3MzkvMzU1NzgzMjc1LTQ2NWFhOGQ5LTNiNTMtNGI0Yy1hOTg4LWIzMTEyMDU5ZDI4My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQxMDA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MTAwN1QxNjI0MDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04ZmZlZTgyNTU2NjRmZTk3MGY1NzkyMWNkYTExYTIxODllOWUzOWJiYmIzNTFlNTIwNGU1YzMxOTA5MjgzNjBhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9._UZuYLQm_rk9CLqr4dFoz3WYqF70ky2XVL-BAwyD

你们的内存和显存都是多少啊?我16G显存,内存32G,总是跑到Instantmesh Reconstruction Model时显示:torch.OutOfMemoryError: Allocation on device

是我什么地方设置错了吗?

gt732 commented 2 weeks ago

@genericgod did you find a solution? im running into the same issue