Move some nodes out of _for_testing.

This commit is contained in:
comfyanonymous
2024-09-25 03:24:13 -04:00
parent bdd4a22a2e
commit 037c3159b6
4 changed files with 4 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ class VideoTriangleCFGGuidance:
return (m, )
class ImageOnlyCheckpointSave(comfy_extras.nodes_model_merging.CheckpointSave):
CATEGORY = "_for_testing"
CATEGORY = "advanced/model_merging"
@classmethod
def INPUT_TYPES(s):