nvdamien
nvdamien
Hi, For whatever reason, when I use one or multiple controlnet with a mask + tiled diffusion (mixture of diffusion), the mask is applied on each tile:  Here the...
Related to https://github.com/Comfy-Org/comfy-cli/issues/258 Comfyui-cli uses a config file `config.ini` to save and check if a Comfyui server was started: ``` [DEFAULT] enable_tracking = False recent_workspace = /home/user/Documents/comfyui/ComfyUI background = ('127.0.0.1',...
**Describe the solution you'd like** The CLI is checking if a server is already running in the background here: https://github.com/Comfy-Org/comfy-cli/blob/main/comfy_cli/command/launch.py#L143 But I want to run one server for each GPU...