| #!/workspace/ComfyUI/venv/bin/python | |
| # -*- coding: utf-8 -*- | |
| import re | |
| import sys | |
| from onnx.bin.checker import check_node | |
| if __name__ == '__main__': | |
| sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) | |
| sys.exit(check_node()) | |
| #!/workspace/ComfyUI/venv/bin/python | |
| # -*- coding: utf-8 -*- | |
| import re | |
| import sys | |
| from onnx.bin.checker import check_node | |
| if __name__ == '__main__': | |
| sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) | |
| sys.exit(check_node()) | |