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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -65,7 +65,6 @@ checkpoint = "microsoft/Phi-3.5-mini-instruct"
65
  pipe = StableDiffusion3Pipeline.from_pretrained(
66
  "ford442/stable-diffusion-3.5-large-bf16",
67
  token=True,
68
- use_safetensors=True
69
  )
70
 
71
  pipe.to(device=device, dtype=torch.bfloat16)
 
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)