Haidra-Org / hordelib

A wrapper around ComfyUI to allow use by the AI Horde.
https://hordelib.org
GNU Affero General Public License v3.0
56 stars 17 forks source link

fix: add `aggressive_unloading` arg to `HordeLib.__new__(...)` #319

Closed tazlin closed 3 months ago

tazlin commented 3 months ago

Bug fix to permit kwarg in HordeLib(...) init calls, which really happen as a function of __new__ as a result of the class being a singleton.