stable-diffusion-webui-wd14-tagger
stable-diffusion-webui-wd14-tagger copied to clipboard
IndexError: tuple index out of range
the latest version,
I tried to reinstall the plugin ,even removed the the whole
Loading wd14-vit-v2-git model file from SmilingWolf/wd-v1-4-vit-tagger-v2
Downloading (…)"model.onnx";: 1%|▎ | 2.03M/373M [00:01<04:24, 1.40MB/s]
Downloading (…)in/selected_tags.csv: 100%|███████████████████████████████████████████| 254k/254k [00:00<00:00, 412kB/s]
Error completing request
Arguments: (<PIL.Image.Image image mode=RGB size=309x334 at 0x20B5F3858D0>, '', False, '', '[name].[output_extension]', 'ignore', False, False, 'wd14-vit-v2-git', 0.35, '', '', False, False, True, '0_0, (o)(o), ++, +-, ..,
Traceback (most recent call last): File "C:\SSD\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 337, in run_predict output = await app.get_blocks().process_api( File "C:\SSD\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1018, in process_api data = self.postprocess_data(fn_index, result["prediction"], state) File "C:\SSD\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 935, in postprocess_data if predictions[i] is components._Keywords.FINISHED_ITERATING: IndexError: tuple index out of range
Loading wd14-vit-v2-git model file from SmilingWolf/wd-v1-4-vit-tagger-v2
Downloading model.onnx: 100%|███████████████████████████████████████████████████████| 373M/373M [00:33<00:00, 11.2MB/s]
Error completing request
Arguments: (<PIL.Image.Image image mode=RGB size=512x768 at 0x2491A415C60>, '', False, '', '[name].[output_extension]', 'ignore', False, False, 'wd14-vit-v2-git', 0.35, '', '', False, False, True, '0_0, (o)(o), ++, +-, ..,
Traceback (most recent call last): File "C:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 337, in run_predict output = await app.get_blocks().process_api( File "C:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1018, in process_api data = self.postprocess_data(fn_index, result["prediction"], state) File "C:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 935, in postprocess_data if predictions[i] is components._Keywords.FINISHED_ITERATING: IndexError: tuple index out of range
delete the file extensions/wd-v1-4-vit-tagger-v2 clone this repository under extensions/ $ git clone https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git extensions/tagger
I have the same problem on my M1pro MacBook
did anybody fix it yet,ether download it by itself nor manually download it dosent work at all,still got the 'Tuple out of index error‘ ,
I have the same problem on my M1pro MacBook
In file tagger/interrogator.py,change the "onnxruntime-gpu" to "onnxruntime" It works for me
我的M1pro MacBook也有同样的问题
I have the same problem on my M1pro MacBook
解决了吗 没解决你可以试试把venv文件删除 在终端 ./webui.sh
重新下载 但得确保homebre文件中没有python3.10
I have the same problem on my M1pro MacBook
In file tagger/interrogator.py,change the "onnxruntime-gpu" to "onnxruntime" It works for me
it's solve the issue, thank you so much
I have the same problem on my M1pro MacBook
In file tagger/interrogator.py,change the "onnxruntime-gpu" to "onnxruntime" It works for me
it's works for me, thank you