Skip to content

Commit

Permalink
Merge pull request Fannovel16#477 from Chaoses-Ib/patch-1
Browse files Browse the repository at this point in the history
Fix Scribble_PiDiNet_Preprocessor input types
  • Loading branch information
Fannovel16 authored Oct 28, 2024
2 parents 7e40019 + 1561cec commit 5a049bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_wrappers/scribble.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Scribble_PiDiNet_Preprocessor:
@classmethod
def INPUT_TYPES(s):
return define_preprocessor_inputs(
safe=(["enable", "disable"]),
safe=(["enable", "disable"],),
resolution=INPUT.RESOLUTION()
)

Expand Down

0 comments on commit 5a049bd

Please sign in to comment.