nvdamien

Results 3 issues of 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: ![image](https://github.com/user-attachments/assets/a3068cc2-7c1a-4f47-8981-4e33f6796fa7) 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',...

enhancement
size:L

**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...

enhancement