remove(nodes): delete Random Checkpoint Loader and Random Unet Loader nodes

- Remove py/nodes/random_checkpoint_loader.py and random_unet_loader.py
- Remove their dedicated test file
- Clean up imports and NODE_CLASS_MAPPINGS in __init__.py
- Update loader-pool comments/docstrings to reference the remaining Checkpoint/Unet Loader nodes' control_after_generate feature
This commit is contained in:
Will Miao
2026-08-30 11:38:01 +08:00
parent 838a374a56
commit 3fd29f6943
6 changed files with 7 additions and 735 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
"""Tests for the loader-pool endpoint backing the Random Checkpoint/Unet
Loader nodes' front-end base_model filtering.
"""Tests for the loader-pool endpoint backing the Checkpoint/Unet Loader
nodes' front-end base_model filtering.
"""
import json