ford442 commited on
Commit
4cf6b68
·
verified ·
1 Parent(s): 1476f5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)