mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-02 23:14:49 +08:00
Move PAG to model_patches/unet section.
Move other unet model_patches nodes to model_patches/unet section.
This commit is contained in:
@@ -19,7 +19,7 @@ class PerturbedAttentionGuidance:
|
||||
RETURN_TYPES = ("MODEL",)
|
||||
FUNCTION = "patch"
|
||||
|
||||
CATEGORY = "_for_testing"
|
||||
CATEGORY = "model_patches/unet"
|
||||
|
||||
def patch(self, model, scale):
|
||||
unet_block = "middle"
|
||||
|
Reference in New Issue
Block a user