akhaliq HF Staff commited on
Commit
1a974b2
·
verified ·
1 Parent(s): 8bac254

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from safetensors.torch import load_file
6
 
7
  # Load the model
8
  pipe = FluxPipeline.from_pretrained(
9
- './data/flux',
10
  torch_dtype=torch.bfloat16,
11
  use_safetensors=True
12
  ).to('cuda')
 
6
 
7
  # Load the model
8
  pipe = FluxPipeline.from_pretrained(
9
+ 'black-forest-labs/FLUX.1-dev',
10
  torch_dtype=torch.bfloat16,
11
  use_safetensors=True
12
  ).to('cuda')