Boese0601 commited on
Commit
0e6f992
·
verified ·
1 Parent(s): 40c798c

Update src/flux/xflux_pipeline.py

Browse files
Files changed (1) hide show
  1. src/flux/xflux_pipeline.py +1 -0
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),