You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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']
The text was updated successfully, but these errors were encountered:
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']The text was updated successfully, but these errors were encountered: