From a664a1fbc933952985ac05aa54d89575cbb48809 Mon Sep 17 00:00:00 2001 From: doctorpangloss <@hiddenswitch.com> Date: Fri, 27 Sep 2024 12:06:58 -0700 Subject: [PATCH] Add Flux inpainting model --- comfy/model_downloader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy/model_downloader.py b/comfy/model_downloader.py index d6ddfdc5b..5fae0855b 100644 --- a/comfy/model_downloader.py +++ b/comfy/model_downloader.py @@ -394,6 +394,7 @@ KNOWN_CONTROLNETS: Final[KnownDownloadables] = KnownDownloadables([ HuggingFile("XLabs-AI/flux-controlnet-collections", "flux-canny-controlnet-v3.safetensors"), HuggingFile("XLabs-AI/flux-controlnet-collections", "flux-depth-controlnet-v3.safetensors"), HuggingFile("XLabs-AI/flux-controlnet-collections", "flux-hed-controlnet-v3.safetensors"), + HuggingFile("alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Alpha", "diffusion_pytorch_model.safetensors", save_with_filename="alimama-creative-flux.1-dev-controlnet-inpainting-alpha.safetensors"), ], folder_name="controlnet") KNOWN_DIFF_CONTROLNETS: Final[KnownDownloadables] = KnownDownloadables([