Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from safetensors.torch import load_file
|
|
| 6 |
|
| 7 |
# Load the model
|
| 8 |
pipe = FluxPipeline.from_pretrained(
|
| 9 |
-
'
|
| 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')
|