Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error calling #5

Open
Damozgit opened this issue Sep 15, 2024 · 1 comment
Open

Error calling #5

Damozgit opened this issue Sep 15, 2024 · 1 comment

Comments

@Damozgit
Copy link

Gelbooru prompt extension gives me an error message upon loading and is unusable in A1111

Error message:
*** Error calling: C:\A1111\webui\webui\extensions\sd-webui-gelbooru-prompt\scripts\gelbooru_prompt.py/ui
Traceback (most recent call last):
File "C:\A1111\webui\webui\modules\scripts.py", line 535, in wrap_call
return func(*args, **kwargs)
File "C:\A1111\webui\webui\extensions\sd-webui-gelbooru-prompt\scripts\gelbooru_prompt.py", line 67, in ui
image = gr.File(type="filepath", label="Image with MD5 Hash")
File "C:\A1111\webui\webui\venv\lib\site-packages\gradio\components\file.py", line 95, in init
raise ValueError(
ValueError: Invalid value for parameter type: filepath. Please choose from one of: ['file', 'binary', 'bytes']


*** Error calling: C:\A1111\webui\webui\extensions\sd-webui-gelbooru-prompt\scripts\gelbooru_prompt.py/ui
Traceback (most recent call last):
File "C:\A1111\webui\webui\modules\scripts.py", line 535, in wrap_call
return func(*args, **kwargs)
File "C:\A1111\webui\webui\extensions\sd-webui-gelbooru-prompt\scripts\gelbooru_prompt.py", line 67, in ui
image = gr.File(type="filepath", label="Image with MD5 Hash")
File "C:\A1111\webui\webui\venv\lib\site-packages\gradio\components\file.py", line 95, in init
raise ValueError(
ValueError: Invalid value for parameter type: filepath. Please choose from one of: ['file', 'binary', 'bytes']

@TheRealAquaChicken
Copy link

I am getting the same issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants