I have a error when I try to execute the python script

#11
by alex3d86 - opened

Here s the error : C:\AUTOMATIC1111\inputtemporalnet>python temporalvideo.py
Traceback (most recent call last):
File "C:\AUTOMATIC1111\inputtemporalnet\temporalvideo.py", line 95, in
output_images.append(send_request(x_path,y_folder, y_paths[0]))
IndexError: list index out of range

I don't know well python what im doing wrong ? please thanks

Hi!

Looks like there isn't a init file or folder in the current folder for this error, did you cd into the same folder as the script before running and kept the init file in that folder?

Sign up or log in to comment