znchen commited on
Commit
793fa41
1 Parent(s): a97032a

Update app.py

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