We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b5cb4 commit 7cd6e9eCopy full SHA for 7cd6e9e
1 file changed
src/maxdiffusion/pipelines/flux/flux2klein_pipeline.py
@@ -360,7 +360,6 @@ def step_fn(step_idx, current_latents):
360
images_rgb = decoded_out.sample
361
images_rgb.block_until_ready()
362
if jax.process_count() > 1:
363
- from jax.experimental import multihost_utils
364
images_rgb = multihost_utils.process_allgather(images_rgb, tiled=True)
365
366
trace["vae_decode"] = time.perf_counter() - t0
0 commit comments