Miosp / ComfyUI-FBCNN

JPEG artifacts removal using FBCNN model ported to ComfyUI
GNU General Public License v3.0
16 stars 5 forks source link

I really like your job, but I have encountered this situation. How can I solve it? #5

Open chenfengzi01 opened 2 weeks ago

chenfengzi01 commented 2 weeks ago

ComfyUI Error Report

Error Details

Miosp commented 2 weeks ago

Hey, the issue seems to be caused by the torch.load() function. If i had to guess, the downloading process of the model could have been interrupted. You can try to remove the model file and try to run everything again.

For your own troubleshooting, try to search for torch.load() EOF error: Ran out of input.