Warning: Very raw and unmaintained code. Use at your own risk. Mainly intended as a starting point.
- Fork the
developbranch. - Stage your files:
git add path/to/file.py. bash scripts/pre.sh, this will format, lint, and test the code. Note, that you will need aCOMFY_API_URLenvironment variable set to a ComfyUI server for the tests.git statuscheck if anything changed, if so,git addthe changes, and go back to the previous step.git commit -m "...".- Make a PR to
develop.