Likely something I ma doing wrong, but I need some help. I have updates automatic1111, and all extentions, controlnet, etc. I click on the arrow to open posex, click on "Send to controlnet" I get an incomplete UI,
and this in the output:
Traceback (most recent call last):
File "O:\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict
output = await app.get_blocks().process_api(
File "O:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1075, in process_api
result = await self.call_function(
File "O:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 884, in call_function
prediction = await anyio.to_thread.run_sync(
File "O:\stable-diffusion-webui\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "O:\stable-diffusion-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "O:\stable-diffusion-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 867, in run
result = context.run(func, args)
File "O:\stable-diffusion-webui\extensions\posex\scripts\posex.py", line 168, in f
v = fn(args, **kwargs)
File "O:\stable-diffusion-webui\extensions\posex\scripts\posex.py", line 173, in all_pose
return json.dumps(list(posex.all_poses()))
File "O:\stable-diffusion-webui\extensions\posex\common\posex_utils.py", line 57, in all_poses
'name': img.text['name'], # type: ignore
KeyError: 'name
Likely something I ma doing wrong, but I need some help. I have updates automatic1111, and all extentions, controlnet, etc. I click on the arrow to open posex, click on "Send to controlnet" I get an incomplete UI,
and this in the output:
Traceback (most recent call last): File "O:\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "O:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1075, in process_api result = await self.call_function( File "O:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 884, in call_function prediction = await anyio.to_thread.run_sync( File "O:\stable-diffusion-webui\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "O:\stable-diffusion-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread return await future File "O:\stable-diffusion-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 867, in run result = context.run(func, args) File "O:\stable-diffusion-webui\extensions\posex\scripts\posex.py", line 168, in f v = fn(args, **kwargs) File "O:\stable-diffusion-webui\extensions\posex\scripts\posex.py", line 173, in all_pose return json.dumps(list(posex.all_poses())) File "O:\stable-diffusion-webui\extensions\posex\common\posex_utils.py", line 57, in all_poses 'name': img.text['name'], # type: ignore KeyError: 'name