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

@@ -154,7 +154,7 @@ class TomePatchModel:
RETURN_TYPES = ("MODEL",)
FUNCTION = "patch"
CATEGORY = "_for_testing"
CATEGORY = "model_patches/unet"
def patch(self, model, ratio):
self.u = None