Consistent3D icon indicating copy to clipboard operation
Consistent3D copied to clipboard

The official PyTorch implementation of Consistent3D (CVPR 2024)

Results 3 Consistent3D issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for your nice work. Could you tell me how to draw Fig. 2. Thanks again :)

command: python launch.py --config configs/consistency-coarse.yaml --train --gpu 0 system.prompt_processor.prompt="The Summer Palace" output: /data/AIMH/envs/THS/lib/python3.8/site-packages/controlnet_aux/mediapipe_face/mediapipe_face_common.py:7: UserWarning: The module 'mediapipe' is not installed. The package will have limited functionality. Please install it using...

Hello, I encountered this error when executing python launch.py ​​--config configs/consistency-refine.yaml --train --gpu 0...What may be the cause? I tried debugging, and when I executed return nvdiffrast.torch.RasterizeCudaContext(device=device) in the NVDiffRasterizerContext...