Texttra commited on
Commit
1ccb9bc
·
verified ·
1 Parent(s): 4f82630

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +0 -1
handler.py CHANGED
@@ -11,7 +11,6 @@ class EndpointHandler:
11
  self.pipe = DiffusionPipeline.from_pretrained(
12
  "black-forest-labs/FLUX.1-dev",
13
  torch_dtype=torch.float16,
14
- variant="fp16",
15
  use_auth_token=True
16
  )
17
 
 
11
  self.pipe = DiffusionPipeline.from_pretrained(
12
  "black-forest-labs/FLUX.1-dev",
13
  torch_dtype=torch.float16,
 
14
  use_auth_token=True
15
  )
16