Comfy-Org / comfy-cli

Command Line Interface for Managing ComfyUI
https://docs.comfy.org/comfy-cli/getting-started
GNU General Public License v3.0
288 stars 48 forks source link

numpy<2 override #170

Closed telamonian closed 2 months ago

telamonian commented 2 months ago

Fixes #163

Temporary fix for the numpy>=2 plus pytorch 2.4.0 plus windows bug. Should likely be removed once pytorch 2.4.1 comes out. See: https://github.com/pytorch/pytorch/issues/131668#issuecomment-2307447045

telamonian commented 2 months ago

This PR isn't needed, all of the changes are included in #169