Xsong123 commited on
Commit
5d4e1e8
·
verified ·
1 Parent(s): b0c1f73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ MAX_SEED = np.iinfo(np.int32).max
18
 
19
  # Use the local path for the base model as in your test.py
20
  pipe = FluxKontextPipeline.from_pretrained(
21
- "/hpc2hdd/home/sfei285/Project/Editing/FLUX.1-Kontext-dev",
22
  torch_dtype=torch.bfloat16
23
  ).to("cuda")
24
 
 
18
 
19
  # Use the local path for the base model as in your test.py
20
  pipe = FluxKontextPipeline.from_pretrained(
21
+ "black-forest-labs/FLUX.1-Kontext-dev",
22
  torch_dtype=torch.bfloat16
23
  ).to("cuda")
24