What's Changed
Lot of changes related to adding uv support for installing dependencies:
1. `--fast-deps` flag to use `uv` to install custom nodes
2. `standalone` command to install
* Add a --fast-deps option to `comfy install/reinstall` that enables new faster/unified/uv-based dependency install by telamonian in https://github.com/Comfy-Org/comfy-cli/pull/141
* Ensure GPU URL before writing override configuration by yoland68 in https://github.com/Comfy-Org/comfy-cli/pull/156
* added support for ruff linting and autoformatting by telamonian in https://github.com/Comfy-Org/comfy-cli/pull/149
* Initial apply of ruff formatting by telamonian in https://github.com/Comfy-Org/comfy-cli/pull/157
* Add builder for standalone python for comfy by telamonian in https://github.com/Comfy-Org/comfy-cli/pull/158
* Fixed: MAC_M_SERIES enum not found by robinjhuang in https://github.com/Comfy-Org/comfy-cli/pull/161
* Add `.rehydrate_comfy_deps` method to `StandalonePython` by telamonian in https://github.com/Comfy-Org/comfy-cli/pull/162
**Full Changelog**: https://github.com/Comfy-Org/comfy-cli/compare/v1.0.36...v1.1.0