flux fill dev
can i use flux fill dev without delete controlnet flux inpainting alimama ?
EDIT: Sorry I missed that you're probable dealing with the inpainting folder, but the reply here is general for any models/folder and worth a try.
Are you running the local server or custom ComfyUI server accessed via comfy_server_ip-address:port?
Sorry if I miss the limitation here, I'm going at this in respects to Krita finding model files and I am not sure whether the issue/limits are different.
One way I see around this is by using ComfyUI commandline args (should be possible with either local or custom server) and point with --extra-model-paths-config PATH [PATH ...] to independent extra_models_paths.yaml See reddit comment by u/remghoost7 for more commandline args, and ComfyUI-wiki/link-models-between-comfyui-and-a1111 for examples.
Load one or more extra_model_paths.yaml files to different extra_models_path.yaml files and have one yaml point 'controlnet: models/controlnet' and another on 'controlnet: models/controlnet_alt'.
If you sometimes use ComfyUI standalone and want all models available, just have your main yaml like:
controlnet: | models/controlnet models/controlnet_alt
or use --extra-model-paths-config PATH [PATH ...] where you may append multiple PATH for seperate extra_models_path.yaml
Both should ensure ComfyUI picks up both controlnet folders.