Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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.
|
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",
|