wkpark / sd-webui-model-mixer

Checkpoint model mixer/merger extension
GNU Affero General Public License v3.0
98 stars 4 forks source link

Error checking weights before image generation. #83

Closed BurnZeZ closed 7 months ago

BurnZeZ commented 7 months ago

https://github.com/wkpark/sd-webui-model-mixer/blob/09a9d28efe9efb98d9a22c1c0f9a64030722f730/scripts/model_mixer.py#L2799

    changed |= np.array(weights[j][:max_blocks]) != np.array([0.0]*max_blocks)
TypeError: unsupported operand type(s) for |=: 'list' and 'bool'
wkpark commented 7 months ago

thank you for your feedback,

ok. I can reproduce this error case when I was using merge without using MBWs.

will fix it soon.