Replies: 1 comment
-
it work ok here but not offline. any fix possible ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Exception in thread Thread-2: Traceback (most recent call last): File "C:\Users\Keith\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner self.run() File "C:\Users\Keith\AppData\Local\Programs\Python\Python38\lib\threading.py", line 870, in run File "C:\Users\Keith\text-generation-webui\venv\lib\site-packages\uvicorn\server.py", line 59, in run return asyncio.run(self.serve(sockets=sockets)) File "C:\Users\Keith\AppData\Local\Programs\Python\Python38\lib\asyncio\runners.py", line 50, in run loop.close() File "C:\Users\Keith\AppData\Local\Programs\Python\Python38\lib\asyncio\proactor_events.py", line 679, in close signal.set_wakeup_fd(-1) ValueError: set_wakeup_fd only works in main thread Closing server running on port: 7860 Loading the extension "send_pictures"... Ok. Traceback (most recent call last): File "server.py", line 936, in <module> create_interface() File "server.py", line 846, in create_interface extensions_module.create_extensions_block() File "C:\Users\Keith\text-generation-webui\modules\extensions.py", line 133, in create_extensions_block extension.ui() File "C:\Users\Keith\text-generation-webui\extensions\send_pictures\script.py", line 44, in ui lambda picture, name1, name2: input_hijack.update({"state": True, "value": generate_chat_picture(picture, name1, name2)}), [picture_select, shared.gradio['name1'], shared.gradio['name2']], None).then( KeyError: 'name1'
Beta Was this translation helpful? Give feedback.
All reactions