kijai / ComfyUI-MimicMotionWrapper

Apache License 2.0
337 stars 27 forks source link

排除錯誤到可以運行時,卻出現`low_cpu_mem_usage=False` and `device_map=None`請問這該怎麼解決呢? #54

Open jarry-LU opened 4 months ago

jarry-LU commented 4 months ago

排除錯誤到節點可以運行時,卻出現low_cpu_mem_usage=False and device_map=None請問這該怎麼解決呢? 完整訊息: Please make sure to pass low_cpu_mem_usage=False and device_map=None if you want to randomly initialize those weights or else make sure your checkpoint file is correct.

jarry-LU commented 4 months ago

找到問題了! unet │ config.json │ diffusion_pytorch_model.fp16.safetensors │ └───vae config.json diffusion_pytorch_model.fp16.safetensors

    diffusion_pytorch_model.fp16.safetensors--->弄成同一個檔案導致的問題.
ghpkishore commented 3 months ago

@jarry-LU how did you fix this?