mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-01-08 20:05:35 +08:00
* improved: better installation guide
- change `pip` to `{sys.executable} -m pip`
modified: To prevent the guide message from being obscured by a complex error message, apply `exit` instead of `raise`.
* ruff fix