update DB

This commit is contained in:
Dr.Lt.Data 2024-08-02 02:42:37 +09:00
parent 050f391f89
commit 55cb4c3d0a

View File

@ -3396,15 +3396,27 @@
}, },
{ {
"name": "FLUX.1 [schnell]", "name": "FLUX.1 [schnell] UNET model",
"type": "unet", "type": "unet",
"base": "FLUX.1", "base": "FLUX.1",
"save_path": "unet/FLUX1", "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", "reference": "https://huggingface.co/black-forest-labs/FLUX.1-schnell",
"filename": "flux1-schnell.sft", "filename": "flux1-schnell.sft",
"url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.sft", "url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.sft",
"size": "23.8GB" "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"
} }
] ]
} }