fengyutong commited on
Commit
b3cc8a4
·
1 Parent(s): 052fb73

fix pipeline load

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -18,7 +18,6 @@ from omnitry.pipelines.pipeline_flux_fill import FluxFillPipeline
18
 
19
 
20
  from huggingface_hub import snapshot_download
21
- snapshot_download(repo_id="black-forest-labs/FLUX.1-Fill-dev", local_dir="./FLUX.1-Fill-dev")
22
  snapshot_download(repo_id="Kunbyte/OmniTry", local_dir="./OmniTry")
23
 
24
  device = torch.device('cuda:0')
 
18
 
19
 
20
  from huggingface_hub import snapshot_download
 
21
  snapshot_download(repo_id="Kunbyte/OmniTry", local_dir="./OmniTry")
22
 
23
  device = torch.device('cuda:0')