nftnik commited on
Commit
389b268
·
verified ·
1 Parent(s): 57ecc99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ hf_hub_download(repo_id="black-forest-labs/FLUX.1-dev",
40
  filename="ae.safetensors",
41
  local_dir=os.path.join(models_dir, "vae"))
42
  hf_hub_download(repo_id="black-forest-labs/FLUX.1-dev",
43
- filename="flux1-dev.sft",
44
  local_dir=os.path.join(models_dir, "diffusion_models"))
45
  hf_hub_download(repo_id="google/siglip-so400m-patch14-384",
46
  filename="model.safetensors",
 
40
  filename="ae.safetensors",
41
  local_dir=os.path.join(models_dir, "vae"))
42
  hf_hub_download(repo_id="black-forest-labs/FLUX.1-dev",
43
+ filename="flux1-dev.safetensors",
44
  local_dir=os.path.join(models_dir, "diffusion_models"))
45
  hf_hub_download(repo_id="google/siglip-so400m-patch14-384",
46
  filename="model.safetensors",