Skip to content

fix: avoid layer splitting unet block paths#1741

Merged
leejet merged 1 commit into
masterfrom
fix/unet-layer-split-detection
Jul 5, 2026
Merged

fix: avoid layer splitting unet block paths#1741
leejet merged 1 commit into
masterfrom
fix/unet-layer-split-detection

Conversation

@leejet

@leejet leejet commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • Restrict layer-split block detection to real dot-delimited block path segments.
  • Exclude UNet block paths such as input_blocks/output_blocks from transformer layer split detection, so SD1.x/SDXL fall back to the primary backend instead of crashing with multi-device Vulkan.

Related Issue / Discussion

Fix #1739.

Additional Information

N/A

Checklist

@leejet leejet merged commit e790073 into master Jul 5, 2026
11 checks passed
@leejet leejet deleted the fix/unet-layer-split-detection branch July 5, 2026 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] multi-device splitting failing on Unet models

1 participant