Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Havent been able to get posex to work for a month or so #37

Open
ShadowWizard11 opened this issue Apr 23, 2023 · 0 comments
Open

Havent been able to get posex to work for a month or so #37

ShadowWizard11 opened this issue Apr 23, 2023 · 0 comments

Comments

@ShadowWizard11
Copy link

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,

image
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant