fix return types

This commit is contained in:
Raphael Walker 2024-12-05 15:43:13 +01:00
parent 581a4c9032
commit 9e674c4ec8

View File

@ -87,7 +87,7 @@ class ReduxApplyWithAttnMask:
@classmethod
def INPUT_TYPES(s):
return {"required": {
"model": ("CONDITIONING", ),
"model": ("MODEL", ),
"conditioning": ("CONDITIONING", ),
"style_model": ("STYLE_MODEL", ),
"clip_vision_output": ("CLIP_VISION_OUTPUT", ),