Metadata-Version: 2.1
Name: comfyui-partpacker
Version: 0.0.1
Summary: This is the comfyui implementation of [a/PartPacker](https://github.com/NVlabs/PartPacker): Efficient Part-level 3D Object Generation via Dual Volume Packing.Max varm12G
Home-page: https://github.com/smthemex/ComfyUI_PartPacker
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: trimesh
Requires-Dist: einops
Requires-Dist: onnxruntime; sys_platform == "darwin"
Requires-Dist: onnxruntime; sys_platform == "linux" and platform_machine == "aarch64"
Requires-Dist: onnxruntime-gpu; sys_platform == "linux" and platform_machine == "x86_64"
Requires-Dist: onnxruntime-gpu; sys_platform == "win32"
Requires-Dist: rembg
Requires-Dist: kiui
Requires-Dist: pymcubes
Requires-Dist: tqdm
Requires-Dist: opencv-python-headless
Requires-Dist: pymeshlab
Requires-Dist: transformers
