From a3474a3e57eca97d9889abce0aff4869b703661f Mon Sep 17 00:00:00 2001 From: huchenlei Date: Thu, 26 Sep 2024 15:41:33 +0900 Subject: [PATCH] Add model info for flux workflow template --- public/templates/flux_schnell.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/templates/flux_schnell.json b/public/templates/flux_schnell.json index 457dd8c71..9a6858faf 100644 --- a/public/templates/flux_schnell.json +++ b/public/templates/flux_schnell.json @@ -409,5 +409,12 @@ ] } }, + "models": [ + { + "name": "flux1-schnell-fp8.safetensors", + "url": "https://huggingface.co/Comfy-Org/flux1-schnell/resolve/main/flux1-schnell-fp8.safetensors?download=true", + "directory": "checkpoints" + } + ], "version": 0.4 }