deforum / deforum/deforum-stable-diffusion

Error: [Errno 2] No such file or directory: '/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-deforum/scripts/deforum_helpers/114763196.jpg'.

Open
#339 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
2.3k
Forks
412
PR merge metrics
No merged PRs in 30d

Description

Hello, I run Stable Diffusion on Google Colab.
When I launch Deforum - I encounter following error:

`*START OF TRACEBACK*
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-deforum/scripts/deforum_helpers/run_deforum.py", line 68, in run_deforum
args_loaded_ok, root, args, anim_args, video_args, parseq_args, loop_args, controlnet_args = process_args(args_dict, i)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-deforum/scripts/deforum_helpers/args.py", line 1174, in process_args
default_img = Image.open(os.path.join(pathlib.Path(__file__).parent.absolute(), '114763196.jpg'))
File "/usr/local/lib/python3.10/dist-packages/PIL/Image.py", line 3227, in open
fp = builtins.open(filename, "rb")
FileNotFoundError: [Errno 2] No such file or directory: '/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-deforum/scripts/deforum_helpers/114763196.jpg'
*END OF TRACEBACK*
User friendly error message:
Error: [Errno 2] No such file or directory: '/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-deforum/scripts/deforum_helpers/114763196.jpg'. Please, check your prompts with a JSON validator.
`
I checked target folder and didn't find this file.
Please let me know if you have any suggestions how to fix it

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.