Nourepide / ComfyUI-Allor

ComfyUI plugin for image processing and work with alpha chanel.
MIT License
211 stars 26 forks source link

Error, when set check_updates : false #12

Open xingren23 opened 10 months ago

xingren23 commented 10 months ago

Traceback (most recent call last): File "E:\stable_diffusion\ComfyUI\nodes.py", line 1735, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\stable_diffusion\ComfyUI\custom_nodes\ComfyUI-Allor__init.py", line 6, in loader.check_updates() File "E:\stable_diffusion\ComfyUI\custom_nodes\ComfyUI-Allor\Loader.py", line 104, in check_updates repo = Repo(self.root_path, odbt=git.db.GitDB) ^^^ UnboundLocalError: cannot access local variable 'git' where it is not associated with a value

Cannot import E:\stable_diffusion\ComfyUI\custom_nodes\ComfyUI-Allor module for custom nodes: cannot access local variable 'git' where it is not associated with a value

Nourepide commented 10 months ago

Hi! Sorry for long answer, your MR solves this issue?