mirror of
https://github.com/vladmandic/automatic
synced 2026-09-01 18:46:53 +02:00
b58f0ae282
The upsample pipes receive shared.sd_model.vae as a constructor formality; the forward pass is pure latent to latent. Main pipe already owns that VAE's accelerate hook lifecycle, so walking it again from the upsample pipe raises "Cannot copy out of meta tensor" when the main pipe has offloaded params to meta. Skip it in the walk.