Files
DiffSynth-Studio/diffsynth
Mr-Neutr0n 6383ec358c Fix AttributeError when pipe.dit is None
When using split training with 'sft:data_process' task, the DiT model
is not loaded but the attribute 'dit' exists with value None. The
existing hasattr check returns True but then accessing siglip_embedder
fails.

Add an explicit None check before accessing pipe.dit.siglip_embedder.

Fixes #1246
2026-02-07 05:23:11 +05:30
..
2026-02-03 13:06:44 +08:00
2025-12-04 16:33:07 +08:00