wallish77 / wlsh_nodes

WLSH ComfyUI Nodes
GNU General Public License v3.0
100 stars 13 forks source link

Update to import Comfy model_management #25

Closed GalaxyTimeMachine closed 8 months ago

GalaxyTimeMachine commented 8 months ago

Comfy has just merged a change that breaks these nodes. The fix is to change the wlsh_nodes.py so it imports it from comfy.

ie.

from comfy import model_management

I spoke to him about it and he's reverted the change for now. This will need to be updated anyway.

wallish77 commented 8 months ago

Thanks for the heads up. Just pushed the change.