ComfyUI-3D-Pack
ComfyUI-3D-Pack copied to clipboard
Load Diffusers Pipeline Node - ValueError from 'from_pretrained' Zero123Plus Pipeline
While using the Load Diffusers Pipeline Node for Zero123PlusPipeline from the following repo: ashawkey/imagedream-ipmv-diffusers (force download false)
I got this error:
python_embeded\Lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 967, in from_pretrained
ValueError: Pipeline <class 'Zero123Plus.pipeline.Zero123PlusPipeline'> expected {'text_encoder', 'safety_checker', 'scheduler', 'feature_extractor_clip', 'tokenizer', 'vae', 'vision_encoder', 'unet', 'feature_extractor_vae'}, but only {'text_encoder', 'scheduler', 'tokenizer', 'vae', 'unet'} were passed.```