ayon_comfyui
The Ayon ComfyUI addon.
We should: - On launch, check settings - If not set to connect to external running ComfyUI, run local - Establish a websocket connection as a Client. (comfyUI is running a server through a plugin on port 55055 endpoint ws:/x.x.x.x:port/ws)
ComfyUIAddon
Bases: AYONAddon, IHostAddon
Comfy UI Addon Definition.
Source code in client/ayon_comfyui/addon.py
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | |
get_launch_hook_paths(app)
Returns paths to launch hooks.
Source code in client/ayon_comfyui/addon.py
40 41 42 43 44 | |
get_workfile_extensions()
Returns associated paths.
Source code in client/ayon_comfyui/addon.py
36 37 38 | |
get_launch_script_path()
Returns script for launching logic implementation.
Source code in client/ayon_comfyui/addon.py
47 48 49 | |