ComfyUI/comfy_execution
Jacob Segal 85dd205616 Avoid loading model_management.py so early
Because model_management.py has a top-level `logging.info`, we have to
be careful not to import that file before we call `setup_logging`. If we
do, we end up having the default logging handler registered in addition
to our custom one.
2025-07-09 20:46:42 -07:00
..
2025-07-02 12:13:27 -07:00
2025-07-02 12:13:27 -07:00
2024-12-04 15:12:10 -05:00