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
The following error will be reported every time it is loaded, how to solve it:
Traceback (most recent call last):
File "D:\SD\stable-diffusion-webui\jackydw\lib\site-packages\gradio\routes.py", line 394, in run_predict
output = await app.get_blocks().process_api(
File "D:\SD\stable-diffusion-webui\jackydw\lib\site-packages\gradio\blocks.py", line 1078, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "D:\SD\stable-diffusion-webui\jackydw\lib\site-packages\gradio\blocks.py", line 991, in postprocess_data
raise ValueError(
ValueError: Number of output components does not match number of values returned from from function run_annotator
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The following error will be reported every time it is loaded, how to solve it:
Traceback (most recent call last):
File "D:\SD\stable-diffusion-webui\jackydw\lib\site-packages\gradio\routes.py", line 394, in run_predict
output = await app.get_blocks().process_api(
File "D:\SD\stable-diffusion-webui\jackydw\lib\site-packages\gradio\blocks.py", line 1078, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "D:\SD\stable-diffusion-webui\jackydw\lib\site-packages\gradio\blocks.py", line 991, in postprocess_data
raise ValueError(
ValueError: Number of output components does not match number of values returned from from function run_annotator
Beta Was this translation helpful? Give feedback.
All reactions