"vscode:/vscode.git/clone" did not exist on "3f16a5a059f8a9a3ae87536afa3d0ebfc10a5023"
Commit 2803e78b authored by comfyanonymous's avatar comfyanonymous
Browse files

Add a note to script about which websocket library is used.

parent f5d8aadb
#This is an example that uses the websockets api to know when a prompt execution is done
#Once the prompt execution is done it downloads the images using the /history endpoint
import websocket
import websocket #NOTE: websocket-client (https://github.com/websocket-client/websocket-client)
import uuid
import json
import urllib.request
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment