hayden-fr / ComfyUI-Model-Manager

Manage models: browsing, donwload and delete.
GNU General Public License v3.0
64 stars 21 forks source link

IMPORT FAILED ERROR #45

Closed JamieTsui closed 2 weeks ago

JamieTsui commented 3 weeks ago

It cannot run properly. IMPORT FAILED is displayed in the node manager.

Console Message: Cannot import P:\AI_Tools\ComfyUI-aki\custom_nodes\ComfyUI-Model-Manager module for custom nodes: 'Unknown user: default'

Screenshot 2024-11-05 102001

hayden-fr commented 3 weeks ago

Did you use the --multi-user argument?

Our development progress hasn't reached this point yet. A temporary solution is to add the default user

hayden-fr commented 3 weeks ago

Add "default": "default" to ComfyUI/user/users.json if you have enabled --multi-user.

JamieTsui commented 3 weeks ago

Oh,it works,thank you so much.