Update handler.py
Browse files- 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 |
|