znchen commited on
Commit
64605b3
·
1 Parent(s): c0d06d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from RAG_pipeline_flux import RAG_FluxPipeline
15
 
16
  MAX_SEED = 999999
17
 
18
- pipe = RAG_FluxPipeline.from_pretrained("/nasdata/znchen/nju_reseach/FLUX.1-dev/", torch_dtype=torch.bfloat16)
19
  pipe = pipe.to("cuda")
20
 
21
  global run_nums
 
15
 
16
  MAX_SEED = 999999
17
 
18
+ pipe = RAG_FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
19
  pipe = pipe.to("cuda")
20
 
21
  global run_nums