mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-10 01:17:38 +08:00
fix return types
This commit is contained in:
parent
581a4c9032
commit
9e674c4ec8
@ -87,7 +87,7 @@ class ReduxApplyWithAttnMask:
|
|||||||
@classmethod
|
@classmethod
|
||||||
def INPUT_TYPES(s):
|
def INPUT_TYPES(s):
|
||||||
return {"required": {
|
return {"required": {
|
||||||
"model": ("CONDITIONING", ),
|
"model": ("MODEL", ),
|
||||||
"conditioning": ("CONDITIONING", ),
|
"conditioning": ("CONDITIONING", ),
|
||||||
"style_model": ("STYLE_MODEL", ),
|
"style_model": ("STYLE_MODEL", ),
|
||||||
"clip_vision_output": ("CLIP_VISION_OUTPUT", ),
|
"clip_vision_output": ("CLIP_VISION_OUTPUT", ),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user