nullquant / ComfyUI-BrushNet

ComfyUI BrushNet nodes
Apache License 2.0
571 stars 20 forks source link

BUG #75

Closed jokero3answer closed 4 months ago

jokero3answer commented 4 months ago

image @nullquant

jokero3answer commented 4 months ago

The first two steps of sampling are normal, then it turns into a goat

jokero3answer commented 4 months ago

Diagnostics-1715145389.log

davidchenhs commented 4 months ago

change Brushnet end_at to 100~10000

jokero3answer commented 4 months ago

Thanks, it worked, what is the effect of this value range, what is the recommended value

nullquant commented 4 months ago

The value should be more than steps in KSampler. But if you need to BrushNet not be applied to some final steps, set it less. I will do an example for it and explain when it is needed soon.

jokero3answer commented 4 months ago

Thank you very much