ComfyUI-3D-Pack
ComfyUI-3D-Pack copied to clipboard
'cp1' codec can't decode bytes in position 0--1: No mapping for the Unicode character exists in the target code page.
When I try to run the sample stable Fast 3D(SF3D)workflow, it shows the error.
I already download the model in \ComfyUI-3D-Pack\Checkpoints\StableFast3D
When I try to run the sample stable Fast 3D(SF3D)workflow, it shows the error.
I already download the model in \ComfyUI-3D-Pack\Checkpoints\StableFast3D
same
me too!
Try setting UTF-8 encoding in your terminal before running ComfyUI by using chcp 65001 in CMD or PowerShell. It might help avoid UnicodeDecodeError when compiling extensions.

