ComfyUI-3D-Pack icon indicating copy to clipboard operation
ComfyUI-3D-Pack copied to clipboard

Preview 3DMesh node without having to save mesh data?

Open scottmudge opened this issue 1 year ago • 1 comments

Excellent work on this node pack. However, this node is killing my SSD. Having to write 100-200 MB meshes to disk each time I want to preview it seems like a bad design limitation.

Is there any way to pipe the mesh data directly from memory to a Preview 3DMesh node without first having to write it to a file? Or if there's some limitation for requiring a file handle, perhaps it's possible to use a memory mapped file?

scottmudge avatar Oct 30 '24 16:10 scottmudge

Hi @scottmudge, that part sure need improvement As a workaround, you can use the same mesh name to save so it will overwrite the exist mesh Have a good weekend 👍

MrForExample avatar Nov 09 '24 02:11 MrForExample