Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -65,6 +65,7 @@ checkpoint = "microsoft/Phi-3.5-mini-instruct"
|
|
65 |
pipe = StableDiffusion3Pipeline.from_pretrained(
|
66 |
"ford442/stable-diffusion-3.5-large-bf16",
|
67 |
token=True,
|
|
|
68 |
)
|
69 |
|
70 |
pipe.to(device=device, dtype=torch.bfloat16)
|
|
|
65 |
pipe = StableDiffusion3Pipeline.from_pretrained(
|
66 |
"ford442/stable-diffusion-3.5-large-bf16",
|
67 |
token=True,
|
68 |
+
use_safetensors=False,
|
69 |
)
|
70 |
|
71 |
pipe.to(device=device, dtype=torch.bfloat16)
|