The library fails on PHP 8.4 because lasserafn/php-initial-avatar-generator 4.4 requires intervention/image:^2.3 and throws this deprecation:
Intervention\Image\Gd\Driver::__construct(): Implicitly marking parameter $decoder as nullable is deprecated, the explicit nullable type must be used instead
I think updating to intervention/image:^3.0 should fix it.