p1atdev commited on
Commit
8e05eec
·
1 Parent(s): 939afee

fix: dtype

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def infer(
65
  std_dev=0.5,
66
  factor=8,
67
  channels=tkg_channels,
68
- )
69
 
70
  images = pipe(
71
  latents=latents,
 
65
  std_dev=0.5,
66
  factor=8,
67
  channels=tkg_channels,
68
+ ).to(torch.bfloat16)
69
 
70
  images = pipe(
71
  latents=latents,