Spanicin commited on
Commit
cae1fbb
·
verified ·
1 Parent(s): 37a5f6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -314,9 +314,7 @@ model_path = snapshot_download(
314
  repo_type="model",
315
  ignore_patterns=["*.md", "*..gitattributes"],
316
  local_dir="FLUX.1-dev",
317
- token=huggingface_token,
318
- tqdm_class=tqdm.auto.tqdm # Enable progress bar
319
- )
320
 
321
  # Load pipeline
322
  print('controlnet enters')
 
314
  repo_type="model",
315
  ignore_patterns=["*.md", "*..gitattributes"],
316
  local_dir="FLUX.1-dev",
317
+ token=huggingface_token
 
 
318
 
319
  # Load pipeline
320
  print('controlnet enters')