mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2026-05-19 17:57:23 +08:00
BPT hot-fix
Reason: ImportError: cannot import name 'BptMesh' from 'ComfyUI-Hunyuan3DWrapper-main.hy3dgen.shapegen'
This commit is contained in:
parent
c72af2135e
commit
17f6a92a74
@ -23,5 +23,5 @@
|
|||||||
# by Tencent in accordance with TENCENT HUNYUAN COMMUNITY LICENSE AGREEMENT.
|
# by Tencent in accordance with TENCENT HUNYUAN COMMUNITY LICENSE AGREEMENT.
|
||||||
|
|
||||||
from .pipelines import Hunyuan3DDiTPipeline, Hunyuan3DDiTFlowMatchingPipeline
|
from .pipelines import Hunyuan3DDiTPipeline, Hunyuan3DDiTFlowMatchingPipeline
|
||||||
from .postprocessors import FaceReducer, FloaterRemover, DegenerateFaceRemover
|
from .postprocessors import FaceReducer, BptMesh, FloaterRemover, DegenerateFaceRemover
|
||||||
from .preprocessors import ImageProcessorV2, IMAGE_PROCESSORS, DEFAULT_IMAGEPROCESSOR
|
from .preprocessors import ImageProcessorV2, IMAGE_PROCESSORS, DEFAULT_IMAGEPROCESSOR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user