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
Diffusion UI works when only included scripts are loaded, but sends a 500 error message when a third party script is also loaded.
#40#42 probably related, but a different solution will likely be required.
Guessing that gradio api listing is a blocking issue, but wanted to make you aware.
Console error message slightly different:
Traceback (most recent call last):
File "D:\teststable\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 273, in run_predict
output = await app.blocks.process_api(
File "D:\teststable\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 739, in process_api
inputs = self.preprocess_data(fn_index, inputs, state)
File "D:\teststable\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 638, in preprocess_data
processed_input.append(block.preprocess(raw_input[i]))
File "D:\teststable\stable-diffusion-webui\venv\lib\site-packages\gradio\components.py", line 1067, in preprocess
return self.choices.index(x)
ValueError: '' is not in list
The text was updated successfully, but these errors were encountered:
Diffusion UI works when only included scripts are loaded, but sends a 500 error message when a third party script is also loaded.
#40 #42 probably related, but a different solution will likely be required.
Guessing that gradio api listing is a blocking issue, but wanted to make you aware.
Console error message slightly different:
Traceback (most recent call last):
File "D:\teststable\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 273, in run_predict
output = await app.blocks.process_api(
File "D:\teststable\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 739, in process_api
inputs = self.preprocess_data(fn_index, inputs, state)
File "D:\teststable\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 638, in preprocess_data
processed_input.append(block.preprocess(raw_input[i]))
File "D:\teststable\stable-diffusion-webui\venv\lib\site-packages\gradio\components.py", line 1067, in preprocess
return self.choices.index(x)
ValueError: '' is not in list
The text was updated successfully, but these errors were encountered: