addon
Declare addon definition for ComfyUI.
This is not the actual addon itself. It just sets up some preamble with launch hooks.
There appears to be some expected interface that is shared between all hosts but, not documented at all.
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 | |