mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 10:25:16 +00:00
directions on launching
This commit is contained in:
parent
826ad087a0
commit
80cd3fb13c
@ -8,6 +8,10 @@
|
|||||||
# If you use Comfy Manager, make sure to set the preview type there because it will override --preview-method auto/latent2rgb/taesd launch flag settings
|
# If you use Comfy Manager, make sure to set the preview type there because it will override --preview-method auto/latent2rgb/taesd launch flag settings
|
||||||
# Check or change the preview_method in "/custom_nodes/ComfyUI-Manager/config.ini"
|
# Check or change the preview_method in "/custom_nodes/ComfyUI-Manager/config.ini"
|
||||||
|
|
||||||
|
# If you chose to install Gradio to your ComfyUI python venv, open a command prompt this script_examples directory and run:
|
||||||
|
# ..\..\python_embeded\python.exe -s ..\script_examples\gradio_websockets_api_example.py
|
||||||
|
# To launch the app
|
||||||
|
|
||||||
import websocket #NOTE: websocket-client (https://github.com/websocket-client/websocket-client)
|
import websocket #NOTE: websocket-client (https://github.com/websocket-client/websocket-client)
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
Loading…
Reference in New Issue
Block a user