wenquanlu / HandRefiner

MIT License
701 stars 30 forks source link

The warning in the requirements.txt file isn't a comment. #4

Closed dayunbao closed 6 months ago

dayunbao commented 6 months ago

This line:

If encounter any error, please see ControlNet and MeshGraphormer for more complete package requirements.

in requirements.txt should be a comment. Since it's lacking the leading # is causes pip to fail.

wenquanlu commented 6 months ago

fixed.