Comfy-Org / Comfy-Org/ComfyUI-Manager

About git action execute error

Open
#1,543 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
16.1k
Forks
2.5k
Avg merge
5d 4h
Merged PRs (30d)
13

Description

Hi, author.
First, thanks for your work.
I config pyproject.toml in the my project to execute git action, but met a error information.
Wish you can help solve.
Refer to the screenshot below, this is my pyproject.toml file.

Image

Refer to the screenshot below, this is error information.

Image

Thanks!

### Logs:

```powershell
Run comfy --skip-prompt --no-enable-telemetry env
warn: The recent workspace None is not a valid ComfyUI path.
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ 💻 Environment ┃ Value ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ Python Version │ 3.10.16 │
│ Python Executable │ /opt/hostedtoolcache/Python/3.10.16/… │
│ Virtualenv Path │ Not Used │
│ Conda Env │ Not Used │
│ Config Path │ /home/runner/.config/comfy-cli/confi… │
│ Default ComfyUI workspace │ No default ComfyUI workspace │
│ Default ComfyUI launch extra options │ None │
│ Recent ComfyUI workspace │ No recent run │
│ Tracking Analytics │ Disabled │
│ Background ComfyUI │ No │
│ Comfy Server Running │ No │
│ Current selected workspace │ → /home/runner/comfy/ComfyUI │
└──────────────────────────────────────┴───────────────────────────────────────┘
warn: The recent workspace None is not a valid ComfyUI path.
Validating node configuration...
No pyproject.toml file found in the current directory.
Running security checks...
Security warnings found:
docs/en/conf.py:29:9: S102 Use of `exec` detected
|
27 | version_path = '../../scepter/version.py'
28 | with open(version_path) as f:
29 | exec(compile(f.read(), version_path, 'exec'))
| ^^^^ S102
30 | return locals()['__version__']
|

docs/zh_cn/conf.py:29:9: S102 Use of `exec` detected
|
27 | version_path = '../../scepter/version.py'
28 | with open(version_path) as f:
29 | exec(compile(f.read(), version_path, 'exec'))
| ^^^^ S102
30 | return locals()['__version__']
|

setup.py:19:9: S102 Use of `exec` detected
|
17 | version_path = 'scepter/version.py'
18 | with open(version_path) as f:
19 | exec(compile(f.read(), version_path, 'exec'))
| ^^^^ S102
20 | return locals()['__version__']
|

We will soon disable exec and eval, and multiple statements in a single line, so
this will be an error soon.
Publishing node version...
{"'NoneType' object has no attribute 'tool_comfy'"}
Error: Process completed with exit code 1.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.