Spaces:
Running
on
Zero
Running
on
Zero
fix: dtype
Browse files
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,
|