Skip to content

yara_windows_v1.0.3

Latest
Compare
Choose a tag to compare
@Satellile Satellile released this 07 May 13:54
· 3 commits to main since this release

Patch to previous version (v1.0.2 -> v1.0.3)


The address and port used to connect to ComfyUI can now be customized in the config file. By default, it will use localhost as the address and 8188 as the port (the default port used by ComfyUI).

To customize it, add the following lines to your config.json file:

"comfyui_address": "localhost",
"comfyui_port": "8188",