Spaces:
Running
on
Zero
Running
on
Zero
Update src/flux/xflux_pipeline.py
Browse files
src/flux/xflux_pipeline.py
CHANGED
@@ -293,6 +293,7 @@ class XFluxPipeline:
|
|
293 |
1, height, width, device=self.device,
|
294 |
dtype=torch.bfloat16, seed=seed
|
295 |
)
|
|
|
296 |
timesteps = get_schedule(
|
297 |
num_steps,
|
298 |
(width // 8) * (height // 8) // (16 * 16),
|
|
|
293 |
1, height, width, device=self.device,
|
294 |
dtype=torch.bfloat16, seed=seed
|
295 |
)
|
296 |
+
print("x shape:", x.shape)
|
297 |
timesteps = get_schedule(
|
298 |
num_steps,
|
299 |
(width // 8) * (height // 8) // (16 * 16),
|