mav-rik/facerestore_cf

ModuleNotFoundError: No module named 'model_management'

Closed this issue · 2 comments

After this commit comfyanonymous/ComfyUI@0c55f16 the error ModuleNotFoundError: No module named 'model_management' appeared.

To solve it, you need to change in custom_nodes\facerestore_cf\__init__.py in the second line:

import model_management
to
from comfy import model_management

@gkiryaziev don't you mind to submit a PR with the described fix?

Issue fixed