diff --git a/model-list.json b/model-list.json index a2479a86..d477a185 100644 --- a/model-list.json +++ b/model-list.json @@ -3396,15 +3396,27 @@ }, { - "name": "FLUX.1 [schnell]", + "name": "FLUX.1 [schnell] UNET model", "type": "unet", "base": "FLUX.1", "save_path": "unet/FLUX1", - "description": "FLUX.1 [Schnell] Uneet model", + "description": "FLUX.1 [Schnell] UNET model", "reference": "https://huggingface.co/black-forest-labs/FLUX.1-schnell", "filename": "flux1-schnell.sft", "url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.sft", "size": "23.8GB" + }, + + { + "name": "FLUX.1 [schnell] VAE model", + "type": "vae", + "base": "FLUX.1", + "save_path": "vae/FLUX1", + "description": "FLUX.1 [Schnell] VAE model", + "reference": "https://huggingface.co/black-forest-labs/FLUX.1-schnell", + "filename": "ae.sft", + "url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.sft", + "size": "335MB" } ] }