This commit is contained in:
lllyasviel
2024-01-24 10:03:36 -08:00
parent 3ba5754cc7
commit 38a2802a06
16 changed files with 214 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ class HyperTile:
RETURN_TYPES = ("MODEL",)
FUNCTION = "patch"
CATEGORY = "_for_testing"
CATEGORY = "model_patches"
def patch(self, model, tile_size, swap_size, max_depth, scale_depth):
model_channels = model.model.model_config.unet_config["model_channels"]