Open brbbbq opened 7 months ago
A specific function is set to be removed from ComfyUI, and the issue is occurring because some custom nodes have not yet adapted to this change.
Is there a way to easily identify which nodes are causing it so I can notify the developers?
Otherwise is there a way to disable the warning for now? The warning is spamming my command window and makes it hard to keep track of previous renders.
I tried running
update_comfyui.bat
and updating through the manager, but keep getting weird errors.At first I was getting
comfy.sample
errors, and saw this post: module 'comfy.sample' has no attribute 'prepare_mask' #3247I was able to manually copy the
def prepare_mask
anddef get_additional_models
code fromsampler_helpers.py
tosample.py
, but now I'm getting this error in the command window when rendering through the ksampler: