nullquant / ComfyUI-BrushNet

ComfyUI BrushNet nodes
Apache License 2.0
384 stars 14 forks source link

After upgrading to the latest version, 'inpainting mode' doesn't work properly anymore #96

Closed cdmusic2019 closed 1 month ago

cdmusic2019 commented 1 month ago

BrushNet model does not load properly and displays: BrushNet inference: do_classifier_free_guidance is True False 01 02 Does anyone know how to fix this please, thanks.

nullquant commented 1 month ago

Set end_at parameter in BrushNet node to number higher than 10 = number of steps in KSampler. In your case BrushNet is applied for first step only.

You can also look here.

cdmusic2019 commented 1 month ago

@nullquant It's working fine, the plugin is great, thanks.