Files
sd-webui-prompt-all-in-one/scripts
ねおん b49e275eb0 FIX: Prevent TypeError in token counter during model switching (v2)
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.
2025-11-15 23:52:24 +09:00
..