ComfyUI-3D-Pack icon indicating copy to clipboard operation
ComfyUI-3D-Pack copied to clipboard

Load Diffusers Pipeline Node - ValueError from 'from_pretrained' Zero123Plus Pipeline

Open KimMatt opened this issue 1 year ago • 0 comments

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.```

KimMatt avatar Aug 08 '24 16:08 KimMatt