AIFSH / ComfyUI_V-Express

Other
80 stars 10 forks source link

models are hardcoded to want .pth but have been updated to .bin #12

Open drmbt opened 3 months ago

drmbt commented 3 months ago

File "W:\AI\comfy24\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\serialization.py", line 425, in init super().init(open(name, mode)) ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'W:\AI\comfy24\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\model_ckpts\v-express\reference_net.pth'

somewhere you've hardcoded .pth, these .bin that you've linked need to be changed to .pth to run. that should at least be more explicitly noted somewhere