mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-04-26 01:09:13 +00:00
The previous fix (v1) was incomplete, as sd_model.cond_stage_model could still be None during model loading/unloading sequences (observed with XYZ Plot model swapping). This v2 fix adds a specific check for cond_stage_model to ensure stability in dynamic environments.